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

