body {
	text-align:center;
}
	
#sitenav {
	background-image: url(/media/images/banner/sitenavbg.jpg);
	background-repeat: repeat-x;
}

#footer {
	border-top: 1px solid #00492B;
	text-align: center;
	word-spacing: 5px;
	line-height: 150%;
	margin-bottom: 15px;
}

#logos {
	vertical-align: 200px;
	text-align: left;
}

#logowrapper {
	width:200px;
	height: 100%;
}

/* wrappers */

	#container {
		width:1000px;
		margin: 0px auto;
		}
		
	#contentheader {
		width: 1000px;
		height: 160px;
		}
		
	#contentleft {
		width:170px;
		padding:15px;
		float:left;
		background:#fff;
		border-top: 1px solid #00492B;
		/* border-right: 1px solid; */
		}
	
	#contentcenter {
		width:630px;
		padding:0px;
		float: left;
		border-left: 1px solid #00492B;
		border-right: 1px solid #00492B;
		border-top: 1px solid #00492B;
		}
	
	#contentright {
		width:138px;
		padding:15px;
		float:left;
		background:#fff;
		/* border-top: 1px solid #00492B; */
		}
	
	#contentheader {
		background:#fff
		}

/* end of wrappers */ 

#navlist {
	text-align: left;
	margin-bottom: 28px;
}

#navitem {
	padding-left: 20px;
}

#bodypadding {
	padding:12px;
	text-align: left;
}
#logobar {
	width:300px;
	padding:0px;
	float:left;
	background: White;
	}
	
