@charset "UTF-8";
body {
	background: #6a7436; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	}
#container {
	width: 780px;
	margin: 60px auto 60px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 567px;
	position: relative;
}
#mainContent {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #877567;
	position: absolute;
	left: 81px;
	width: 649px;
	top: 325px;
}
#footer  {
	color: #EDE3B0;
	text-align: center;
	padding: 15px 0 40px 0;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	top: 270px;
	width: 644px;
	font-size: 14pt;
	color: #F1F3E6;
	left: 61px;
}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: none;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
