body {
	background-color: #81461C; /*906230; /*669966;*/
}

#container {
	width: 760px;
	text-align: left;
	background-color: #fff;
}

#header {
	height: 155px;
	width: 100%;
	background-image: url(/logo.jpg);
	color: #fff;
	display:block;
	margin-bottom:-.5em;
	text-indent:-5000px;
}

#navigation {
	height: 20px;
	background-color: #906230;/*698C00;*/
	width: 750px;
	padding-left: 10px;
	color: #fff;
	padding-top: 5px;
}

#main {
	background-color: #fff;
	width: 760px;
}

a:link, a:visited {
	font-weight: bold;
	font-size: 16px;
	color: #0066CC;
	text-decoration: none;
}

a:hover, a:active {
    color: #0066CC;
    text-decoration: underline;
}

#navigation a:link, #navigation a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	color: #0066CC;
	text-decoration: none;
}
