@charset "utf-8";
body {
	background-image: url(pictures/wrapper.jpg);
	float: none;
	height: auto;
	left: auto;
	width: auto;
}
#wrapper {
	float: none;
	height: auto;
	width: 800px;
}
#banner {
	background-color: #9c5224;
	width: 787px;
	height: 20px;
	visibility: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#leftsidebar {
	float: left;
	width: 155px;
	height: auto;
	background-color: #f1e3bb;
	text-indent: 10px;
	text-align: left;
	border: 10px solid #F1E3BB;
	padding: 10px;
}
#border {
	background-color: #9c5224;
	height: 750px;
	width: 10px;
	float: left;
	clear: both;
}

#maincontent {
	float: right;
	width: 532px;
	height: auto;
	background-color: #F1E3BB;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 20px;
	text-align: left;
	border: 10px solid #F1E3BB;
	margin: auto;
	padding: 0px;
}
#logo {
	height: 166px;
	width: 787px;
}
#content {
	width: 767px;
	background-color: #9c5224;
	height: 720px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 10px;
}
#footer {
	background-color: #206c49;
	width: 787px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	float: left;
}
#lowerbanner {
	background-color: #9c5224;
	width: 787px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font-size: smaller;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #999999;
}
