@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0}
img {
	border: 0;
 }
body {
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #7f8967;
	line-height: 20px;
}
#wrapper {
	width: 800px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#header {
background: url(../images/header4.jpg) no-repeat;
height: 490px;
}
.menu ul {
	margin: 0;
	list-style: none;
	list-style-type: none;
	padding-top: 20px;
	padding-left: 50px;
}
.menu ul li {
	float: left;
	display: inline;
	list-style: none;
}
.menu li a {
	float: left;
	display: inline;
	text-align: center;
	text-decoration: none;
	color: #6D674B;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-variant: small-caps;
}
.menu li.nav-selected a {
	color: #2B2513;
}
.menu li a:hover {
text-decoration: none;
color: #2B2513;
}
#header h1 {
	padding-top: 320px;
	padding-left: 36px;
}
#main {
	float: left;
	margin-top: 10px;
	padding-left: 50px;
	width: 470px;
	color: #545132;
}
#mainwide {
	margin-top: 10px;
	padding-left: 50px;
	width: 700px;
	color: #545132;
}
/*#main h3 {
	padding: 1px 0 5px 32px;
	margin: 3px 0;
	background: url(../images/h3.jpg) top left no-repeat;
	letter-spacing: -1px;
	text-align: left;
	margin-bottom: 14px;
	color: #867E63;
	font-size: 20px;
	font-weight: bold;
}*/
#sidebar {
	float: right;
	width: 210px;
	margin-top: 10px;
	padding-right: 20px;
	background-image: url(../images/navback.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 60px;
}
#sidebar h2, #main h3, #mainwide h3 {
	background: url(../images/leaves.jpg) left center no-repeat;
	text-indent: 28px;
	color: #867E63;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

#footer {
	background: url(../images/footer.gif) bottom no-repeat;
	width: 800px;
	height: 39px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #83836C;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
}

#footer a {
font-size: 8pt;
text-decoration: none;
color: #83836C;}

#footer a:hover {
text-decoration: none;
color: #7B9335;}
a {
text-decoration: none;
color: #5A722D;}

a:hover {
text-decoration: none;
color: #474E47;}
p {
	padding-bottom: 12px;
}
#sidebar p {
	padding-left: 15px;
}
#main li, #mainwide li {
	margin-left: 30px;
	padding-left: 5px;
}

