@charset "utf-8";
body {
	background-image: url(images/bkgrnd.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#banner {
	margin: auto;
	height: 92px;
	width: 848px;
	border: 1px solid #999999;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
	background-color: #FFFFFF;
	height: 450px;
	width: 848px;
	border: 1px solid #999999;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#nav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 450px;
	width: 157px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	text-align: left;
}
#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	height: 410px;
	width: 492px;
	padding: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}


#ad {
	background-color: #FFFFFF;
	float: left;
	height: 450px;
	width: 157px;
}

