@charset "utf-8";
/* CSS Document */

a {
	font-size: 12px;
	color: #4c2716;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
div#wrapper {
	width: 966px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
}
p {
	margin: 0px 0px 0px 0px
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/largewood1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c2716;
	font-style: normal;
}
#wrapper #content hr {
	color: #BBA069;
}

div#logo {
	text-align: left;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: 50% center;
	height: 452px;
	width: 966px;
}
div#navigation {
	float: left;
	height: auto;
	width: 210px;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-y;
	padding-left: 30px;
	background-position: left;
	margin-right: 10px;
}

div#content {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
	padding-right: 40px;
	padding-left: 40px;
}
div#title {
	background-image: url(images/bodybg2.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
	padding-right: 40px;
	padding-left: 40px;
}
div#footer {
	background-color: #4c2716;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d2cd85;
	text-align: center;

}
