/* CSS Document */
body  {
	background-color: #4C2F1E;
	color: #333333;
}
#contentwrapper  {
	width:960px;
	border: 8px solid #336633;
	background-color:#FFFFFF;
	margin-left:16px;
	margin-top:16px;
}
#floating_image   {
	position:absolute;
	left: 860px;
	top: 161px;
}
#banner   {
    width:100%;
	border-bottom: 4px solid #336633;
}
#leftmenu   {
	float:left;
	width:200px;
	background: #F6EDC4 url(frontimages/birch.jpg) repeat-y;
	padding: 6px 6px 6px 8px;
	height: 500px;
}
#leftmenu ul   {
    list-style: none;
	margin: 0;
	padding: 0;
}
#leftmenu ul li   {
    margin: 0;
}
#leftmenu ul li a   {
	display: block;
	padding: 2px 2px 2px 0.5em;
	background-color: none;
	color: #cb6137;
	text-decoration: none;
	width: 100%;
	font: small-caps normal 16px/1.8em Georgia, "Times New Roman", Times, serif;
}
#leftmenu ul li a:hover   {
	background-color: none;
	color: #336633;
	font: small-caps normal 16px/1.8em Georgia, "Times New Roman", Times, serif;
}
#leftmenu ul li a:link:hover  {
	color: #336633;
	background-color: none;
	text-decoration:underline;
	font: small-caps normal 16px/1.8em Georgia, "Times New Roman", Times, serif;
}
#leftmenu ul li a:visited:hover  {
	color: #336633;
	background-color: none;
	text-decoration:underline;
	font: small-caps normal 16px/1.8em Georgia, "Times New Roman", Times, serif;
}
html>body #leftmenu ul li a   {
    width: auto;
}
#main   {
	background-color:#FFFFFF;
	padding: 4px;
	font: normal 14px Arial, Helvetica, sans-serif;
	float:right;
	width:726px;
	color: #666666;
}
#footer   {
	clear:both;
	border-top: 4px solid #336633;
	background-color:#f1d38c;
	text-align:right;
	padding: 4px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 {
	font: small-caps normal 24px Georgia, "Times New Roman", Times, serif;
	color: #cb6137;
}
h2 {
	font: small-caps normal 20px Georgia, "Times New Roman", Times, serif;
	color: #cb6137;
}
h3 {
	font: small-caps normal 16px Georgia, "Times New Roman", Times, serif;
	color: #cb6137;
}
h4 {
	font: small-caps normal 14px Georgia, "Times New Roman", Times, serif;
	color: #cb6137;
}
