#divWrapper {
	background-color: #D5D0BB;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #132D18;
	border-left-color: #132D18;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #132D18;
	height: 1030px;
}
#divFooter {
	color: #132D18;
	text-align: center;
	height: 100px;
	width: 800px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	background-color: #732D28;
}

body {
	font-family: "Times New Roman", Times, serif;
	color: #132D18;
	margin: 0px;
	background-color: #F8F5ED;
}
.footertext {
	font-family: "Times New Roman", Times, serif;
	color: #132D18;
	font-size: 14px;
}

#divLogo {
	float: left;
}
#divNavigation {
	background-color: #732D28;
	float: left;
	height: 50px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #732D28;
	position: relative;
}
#divHeader img {
	width: 796px;
}

#divContentWrapper #divContent {
	float: left;
	width: 485px;
	height: 788px;
}


#divSidebar {
	float: left;
	background-color: #D5D0BB;
	width: 310px;
	padding: 0px;
	height: 100%;
	position: relative;
}
#divSidebar img {
	border: 1px solid #132D18;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#divContentWrapper {
	float: left;
	height: 880px;
	background-color: #D5D0BB;
	margin: 0px;
	padding: 0px;
	width: 800px;
	position: relative;
}


#divNavigation ul {
	list-style-type: none;
	padding-top: 20px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #132D18;
}
#divNavigation li {
	display: inline;
	background-image: url(../norm_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#divNavigation ul li a {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-left: 0px;
	text-decoration: none;
	background-image: url(../norm_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
}
#Navigation .current a:link {
	background-color: #AD9D54;
	background-image: url(../norm_left_on.gif);
}
#Navigation .current {
	background-image: url(../norm_right_on.gif);
}

#divNavigation a:link, #Navigation a:visited {
	color: #132D18;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AD9D54;
}
#divNavigation a:hover {
	color: #000000;
}
a img {
	border: none;
}

