body {
	background-color: #E7E3E2;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}

#head-container
{
	color: #000;
	background:#719B31;
}

#header
{
	margin: 0 auto;
	width: 860px;
	padding: 10px;
	background:#719B31;
	height:25px;
}

#header h1 { margin: 0; }

#navigation-container
{
	float: left;
	width: 100%;
	color: #000;
	height: 6px;
	background-color:#FEDF32;
}

#content-container
{
	float: left;
	width: 100%;
	color: #000;
	background: #F9F1CF;
}

#content-container2
{
	margin: 0 auto;
	width: 900px;
}

#content-container3
{
	float: left;
	width: 900px;
	background: #FFF url(two-fixed-background.gif) repeat-y 100% 0;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:top;
}

#nav
{
	clear: left;
	float: left;
	width: 200px;
	display: inline;
	padding-top:130px;
	padding-bottom:100px;

}

#content h2 { margin: 0; }

#content
{
	float: right;
	width: 640px;
	padding: 10px 0;
	margin: 0 10px 0 0;
	display: inline;
	padding-top:170px;
}

#aside h3 { margin: 0; }

#footer-container
{
	clear: left;
	color: #333333;
	background: #E7E3E2;
	font-size:10px;
}

#footer
{
	margin: 0 auto;
	width: 900px;
	padding: 10px;
	height: 1%;
}



p {
	color:#222222;
	font-size:12px;
	line-height:16px;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#719B31;	
}

a:active {
	text-decoration: none;
}

.style1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight:normal;
}

.style2 {
	font-size: 10px;
	color: #333333;
	font-weight:normal;
}

.style4 {
color:#222222;
	font-size:12px;
	line-height:16px;
	}
	
.style5 {
	color:#719B31;
	font-size:12px;
	line-height:16px;
	}
	
.style6 {
	color:#222222;
	font-size:10px;
	line-height:10px;
	}
