#container {
	height: 860px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#leftnav {
	float: left;
	width: 150px;
	position: relative;
	height: 810px;
	background-color: #000000;
}
#rightnav {
	float: right;
	height: 810px;
	width: 150px;
	background-color: #000;
}
#topnav {
	position: relative;
	height: 180px;
	width: 400px;
	float: left;
	background-color: #000000;
}
#main {
	float: left;
	height: 550px;
	width: 400px;
	padding: 0px;
}
#footer {
	float: left;
	height: 50px;
	width: 700px;
	background-color: #000;
}
.bodytext {
	font-size: 18px;
}
.bodytextwht {
	font-size: 18px;
	color: #FFF;
}
