body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #0d81d3;
	background-image: url(../img/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 76px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#maincontainer {
	background-color: #f2f7e6;
	height: auto;
	width: 866px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	border-right-width: 17px;
	border-left-width: 17px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f2f7e6;
	border-left-color: #f2f7e6;
}
#navigation {
	height: 86px;
	width: 866px;
	background-image: url(../img/bg_navigation.gif);
}
#navigation ul {
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#navigation ul li {
	display: inline;
	padding-right: 7px;
	padding-left: 7px;
}
#navigation ul li a {
	color: #90995c;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#logo {
	text-align: left;
	height: 186px;
	width: 866px;
	background-image: url(../img/bg_logo.jpg);
	background-repeat: no-repeat;
}
#content {
	background-color: #e6efcf;
	float: left;
	height: auto;
	width: 552px;
	margin-top: 17px;
	font-size: 0.9em;
	padding: 20px;
	min-height: 700px;
	color: #7e803e;
}
#content a {
	color: #E49539;
}

#content h1 {
	font-family: "palatino linotype", arial, verdana;
	font-size: 1.7em;
}
#content h2,h3,h4,h5,h6 {
	font-family: "palatino linotype", arial, verdana;
	font-size: 1.4em;
}
#rightcol {
	float: right;
	height: auto;
	width: 256px;
	background-image: url(../img/bg_rightcol.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 95px;
}
#rightcol div {
	float: right;
	height: auto;
	width: auto;
	margin-top: 17px;
}
#clear {
	clear:both;
}
#clear p {
	display: none;
}
#footer {
	font-size: 0.7em;
	color: #666666;
	height: 265px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(../img/bg_footer.png);
}
#footer div {
	float: right;
	height: auto;
	width: 256px;
	margin-right: 17px;
	text-align: left;
	margin-top: 70px;
}
#footer a {
	color: #4A7750;
}
