html {
	margin:0;
	padding:0;
	height:100%
}
body {
	font: 76% arial, sans-serif;
	background:url('images/brownbg.jpg');
	margin:0;
	padding:0;
	height:100%
}
#container {
	width: 100%;
	min-height: 100%;
	position: relative;
}
* html #container {
	height: 100%;
}

#header {
	background:url('images/topbg.jpg') repeat-x;
	z-index:0;
	position:relative;
	top:0;
	height: 211px;
	width:100%;
}
#navigation {
	position:relative;
	width: 700px;
	z-index:1;
	top: -120px;
	margin:0 auto;
	font: 1.15em arial, sans-serif;
	color:#FFFFFF
}
#main {
	position:relative;
	width: 680px;
	z-index:2;
	top: -90px;
	margin: 0 auto;
	background:#C2B280;
	min-height: 400px;
	padding: 10px 10px 3em 10px
}
#footer {
	font: 1em arial, sans-serif;
	color: #FFFFFF;
	text-align:center;
	position:relative;
	margin-top: -5em;
}
#contact {
	font: 1em arial, sans-serif;
	color: #000000;
	z-index: 1000;
	position: absolute;
	left: 419px;
	top: 49px;
	width: 212px;
	height: 221px;
}
.projects {
	background: url(images/pbg.jpg) repeat-x;
}
.container {
	width: 700px;
	min-height: 100%;
	position:relative;
	margin: 0 auto;
	top: 50px;
	height: 500px;
}
.navigation {
	width: 100%;
	margin: 0 auto;
	top: 10px;
	height: 20px;
}
.image {
	float: left;
	width: 379px;
	vertical-align: middle;
}
.plist {
	float: right;
	width: 321px;
}
#footer a:link, #footer a:visited, #footer a:active {
	font: 1em arial, sans-serif;
	color: #FFFFFF
}
a:link, a:visited, a:active {
	font: bold 1em arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
 #main a:link, #main a:visited, #main a:active{
	font: 1em arial, sans-serif;
	color: #3F3100;
	text-decoration: none;
}
#main a:hover{
	font-style:italic;
}
