body {
	background-color: #AEB754;
}
#container {
	width: 760px;
	background-repeat: repeat-y;
	margin-left: 50%;
	position: absolute;
	left: -380px;
	background-image: url(../images/container.jpg);
	top: 13px;
}
#header {
	height: 309px;
	width: 760px;
	float: left;
	background-color: #AEB754;
}
#nav {
	width: 241px;
	float: left;
	background-image: url(../images/nav_bg.jpg);
}
#content {
	width: 519px;
	float: left;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 30px;
	margin-right: 60px;
	margin-top: 22px;
	color: #555555;
	line-height: 16px;
}
#footer {
	width: 760px;
	float: left;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	padding-left: 21px;
	margin-left: 57px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}
#nav li a:hover {
	background-color: #8E4F74;
	background-image: url(../images/arrow.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 20px;
}
.quotes {
	font-size: 10px;
	color: #666666;
}
.underline {
	text-decoration: underline;
}
.qunderline {
	font-size: 10px;
	text-decoration: underline;
	color: #666666;
}
.bio {
	float: right;
	margin-top: 24px;
	margin-bottom: 6px;
	margin-left: 12px;
	margin-right: 64px;
	padding: 4px;
	border: 1px solid #666666;
}
#footnote {
	background-color: #AEB754;
	width: 760px;
	float: left;
}
.ds {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D1D79D;
	text-decoration: none;
	margin-left: 275px;
}
.h {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
}
