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

/*LAYOUT*/
body {
	background-color: #EEECDD;
}
#top {
	height: 30px;
	background-color: #3E1E00;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #367C2B;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 15px 15px 15px 15px;
}
#navigation {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}
#navigation a, #navigation a:visited {
	text-decoration: none;
	color: #367C2B;
}
#navigation a:hover {
	color: #3E1E00;
}
ul#menu {
	margin: 0 0 0 15px;
	border: 0 none;
	padding: 0; /*For KHTML*/
	list-style: none;
}
ul#menu li {
	margin: 0;
	padding: 0;
	border: 0 none;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 30px;
}
ul#menu a {
	padding: 8px 11px 0 11px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	text-decoration: none;
	height: 30px !important;
	height: 1%; /*For IE*/
}
ul#menu li a:hover, ul#menu li.on  {
	background-color: #FFFFFF;
}
#header {
	background-color: #F3F3E9;
	clear: both;
	width: 960px;
}
#logo {
	float: left;
}
#seal {
	float: right;
	padding-bottom: 15px;
}
#photo {
	margin-bottom: 15px;
	height: 180px;
	background-image: url(photos/trees_forest.jpg);
	clear: both;
}
#content {
	line-height: 125%;
	clear: both;
}
#main {
}
#news {
	width: 360px;
	float: right;
	margin-left: 30px;
	position: relative;
	margin-bottom: 30px;
}
#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 15px;
	clear: both;
}
#footer p {
	margin: 0 0 0 0;
}