#wrapper {
	height: auto;
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 150px;
	width: 1008px;
}
#navmenu {
	float: left;
	height: 52px;
	width: 1008px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#mainbody {
	float: left;
	height: 685px;
	width: 1008px;
	background: #000000 url(../images/body%20bg.jpg) no-repeat;
	
}
.class1 a:link {
	font: 12px verdana;
	color: #999999;
	text-decoration: underline;
}
.class1 a:visited {
	font: 12px verdana;
	color: #999999;
	text-decoration: underline;
}
#left_container {
	float: left;
	height: 400px;
	width: 350px;
}
#right_container {
	float: left;
	height: 427px;
	width: 600px;
	margin-top: 50px;
	margin-left: 30px;
	
	
}
#left_top {
	float: left;
	height: 280px;
	width: 350px;
	padding-left: 2px;
}
#left_bottom {
	float: left;
	height: 160px;
	width: 350px;
	margin-top: 70px;
	padding-left: 15px;
	font: bold 14px verdana;
	color: #000000;
}
#bottom_container {
	float: left;
	height: 180px;
	width: 1000px;
	margin-top: 65px;
}

#footer {
	float: left;
	height: auto;
	width: 1008px;
	font: 12px verdana;
	color: #FFFFFF;
	background: #000000;
}
