body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "arial", sans-serif;
	color: #4d4d4d;
	text-align: center;
}

/* STYLES */

	a img { border: 0; }
	.clear {clear:both; font-size: 0; display: block;}
	a {color: #d9c06c;}
	a:hover {text-decoration: none;}
	
	b, strong { font-weight: bolder; }
	
	div.hr {border-top:1px solid #a6a6a6; height: 1px; margin: 0; padding: 0; font-size: 0; line-height: 0;}
	
	#content a {color: #026838;}
	
	h1 {color: #d9bf6b; margin-top: 0;}
	
	h2 {color: #036638; font-size: 13px;}


/* LAYOUT */

#container {
	width: 833px;
	background: url(../images/content_backrep.jpg) left repeat-y;
	text-align: left;
	margin: 20px auto;
}

#top {
	display: block;
	height: 139px;
	background: url(../images/top_banner.jpg) no-repeat;
	position: relative;
}

#top a.logo {
	text-decoration: none;
	font-size: 0;
	display: block;
	position: absolute;
	width: 90px;
	height: 90px;
	top:20px;
	left:9px;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

#nav {
	float: left;
	width: 110px;
	margin: 0 0 0 13px;
	padding: 0;
}

*html #nav {
	
	position: relative;
	left: -13px;

}


#nav .navlinks a {
	display: inline;
	float: left;
	width: 100px;
	height: 20px;
	background: url(../images/navback.jpg) center center no-repeat;
	text-align: right;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	color: #FFF;
	padding: 0 10px 0 0;
	font-weight: bold;
}

#nav .navlinks a:hover {
	background: #FFF;
	color: #777;
}

#nav .navlinks a.active {
	background: #FFF;
	color: #333;
}

#nav .navlinks a.yellow {
	color: #feee1f;
}

#nav .navlinks a.yellow:hover {
	color: #bac22f;
}

#content {
	float: left;
	width: 670px;
	margin: 0 0 0 13px;
}

*html #content {
	margin-left: 5px;
}

.joblist {
	display: block;
	clear: both;
	padding: 0 710px 0 13px;
	text-align: center;
}

#footer {
	background: #006837;
	display: block;
	margin: 0 20px 0 13px;
	height: 29px;
	font-size: 14px;
	color: #d9c06c;
	text-align: center;
	padding: 23px 0 0 0;
    position:relative; 
    overflow:hidden;
    width: 800px;
}

#footer-img {
	display: block;
	background:url(../images/footer_back.jpg) center bottom no-repeat;
	height: 34px;
}

#footer-text {
	width: 833px;
	text-align: center;
	color: #026838;
	font-size: 11px;
	margin: 0 auto;
}

#footer-text a {
	color: #026838;
}

#footer-splodge {
	text-align: left;
	color: #d9c06c;
	font-size: 15px;
	padding: 10px 0 0 0;
}

#projects_nextprev {
	position: relative;
	display: block;
}

#projects_nextprev .next {
	position: absolute;
	right: 5px;
	top:0;
}

#projects_nextprev .prev {
	position: absolute;
	left: 5px;
	top: 0;
}