@import url("site.css");

html, body { 
	margin: 0px;
	padding: 0px;
	color: #333333;
	height:100%;
	font-size:12px;
	font-family:verdana;
}

body { 
	background-color:#FFFFFF; 
	margin:5px 20px 10px 20px;
}

#header {
	align: center;
	margin:0 auto;
	width:840px;
	height: 120px;
	background-image:url("../templates/images/banner.gif");
	background-repeat: no-repeat;
	background-position:top left;
}

#main {
	align: center;
	margin:0 auto;
	width:800px;
	
}

#navdiv {
	width: 185px;
	float: left;
	height: 100%;
	margin-bottom: 20px;
}

#content {
	float:right;
	margin:0 auto;
	width:570px;
	padding: 5px 20px 5px 0px;
}

#sep {
	align: center;
	margin:0 auto;
	width:796px;
clear:both;
border-bottom:2px solid #FF0000;
}

#footer {
	width:802px;
	align: center;
	margin:0 auto;
	font-size: 11px;
	text-align: right;
	padding-top:3px;
}
