@charset "UTF-8";
.mainlogo {
	background-image: url(images/brownEarth_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	margin-left: 374.5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border: 0px none #692D1A;
	height: 301px;
	width: 274px;
}
.navbar {
	background-repeat: repeat;
	clear: both;
	width: 620px;
	margin-left: 182px;
	visibility: visible;
	margin-bottom: 0px;
	background-color: #AEA599;
	border: 3px solid #8C7F72;
	margin-right: 62px;
	margin-top: 14px;
	padding: 8px;
	height: auto;
}
.maincontent {
	clear: both;
	width: 830px;
	background-repeat: repeat;
	visibility: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	text-indent: 6px;
	word-spacing: 0.2em;
	margin-top: 72px;
	margin-bottom: 0px;
	margin-left: 97px;
	line-height: 20px;
	white-space: normal;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	background-color: #C7C0B6;
	border: thin solid #8C7F72;
}
body {
	background-image: url(images/background_copper.png);
	background-repeat: no-repeat;
}


#navcontainer {
	width: 600px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#navcontainer 
a{
	display: block;
	width: 600px;
	background-color: #C8C1B7;
	border-bottom: 1px solid #eee;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
	text-decoration: none;
}

#navcontainer a:link, .navlist a:visited
{
	color: #000;
	text-decoration: none;
}
#navcontainer a:hover
{
	background-color: #D3A184;
	color: #fff;
	background-repeat: no-repeat;
	border: medium solid #692D1A;
	text-decoration: underline;
}

