body {
	background-color: #cccc99;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 101%;
	color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;



}
#header {
	height: 90px;
	background-color: #a25e11;
	border-bottom: 1px solid #999999;
	text-align: right;
}
#header h1 {
	margin: 0;
	background-color: #333333;
	height: 0px;


}
#mainwrapper {
	
}
#maincontent {
	margin: 0 5% 0 206px;
	text-align: justify;
	font-size: .9em;
	line-height: 1.5em;
	background-image: none;
	background-position: center center;
	float: none;



}
#sidebar {
	position: absolute;
	top: 94px;
	left: 10px;
	width: 160px;
	font-size: 0.8em;
	color: #660033;

}
#nav {margin: 1em 0 0 0; padding: 0;}
#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav a, #nav a:visited {
	text-decoration: none;
	padding: 3px;
	display: block;
	background-color: #a25e11;
	color: #cccc99;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #660033;
	background-color: #E56B1F;
}
h2 {font-size: 1.2em; margin: 24px 0px 0px;}
#footer {
	clear: both;
	font-size: 0.7em;
	margin: 0 5% 0 208px;
	padding: 6px 0 0 0;
	border-top: 1px dotted #333;
}
#footer p {
	margin: 0;
}
