@charset "utf-8";
body {
	background-color: #FEFF99;
}
a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	color: #093;
}
.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.headerleft {
	float: left;
	height: 190px;
	width: 373px;
}
.headerright {
	float: right;
	height: 190px;
	width: 427px;
}
.topseperator {
	background-color: #006600;
	clear: both;
	height: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.sidenav {
	float: left;
	width: 150px;
}
.content {
	float: right;
	width: 650px;
	clear: none;
}
.footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Cambria;
	font-size: 18px;
	line-height: 18px;
	color: #030;
}
.contentpic {
	float: left;
	height: 250px;
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
.contentright {
	width: auto;
	text-align: left;
	padding-left: 10px;
	font-family: Andalus;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
}
.scrollbar {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #060;
}
