p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
img {
	border: none;
}
a, a:visited {
	color: green;
}
a:hover {
	color: #222;
}
h1, h2 { 
	color: #5D8E36; 
	margin: 10px 0;
	font-family: "Arial Narrow", Verdana, Arial, sans-serif;
	font-weight: normal;
}
h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
hr {
	border: none 0;
	border-top: 1px solid #DDD;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
body {
	margin: 0px auto;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #FFFFFE url(../img/bg.gif) repeat-x; 
	text-align: center;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 974px;
	background: url(../img/body_bg.gif) repeat-y;
	overflow: hidden;
}
#logo {
	height:220px;
	width:974px;
	background:url(../img/header.gif) no-repeat;
	text-indent:-9000px;
}
#left {
	width: 194px;
	margin-right: 20px;
	font-size: 1.2em;
	float: left;
}
/* --- navigation --- */
#navcontainer ul {
	margin: 20px 0 20px 20px;
	padding: 0;
	list-style-type: none;
}
#navcontainer li {
	padding: 10px 10px 10px 0;
	text-transform: uppercase;
}
#navcontainer a:link, #navcontainer a:visited {
	color: #C2DC9E;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #FFF;
	text-decoration: none;
}
#contact {
	width: 174px;
	padding: 10px 0 10px 20px;
	color: #2E3820;
	float: left;
	background: #C2DC9E;
	font-size: 1.1em;
}
#contact h2 {
	color: #2E3820;
	font-size: 1.2em;
}
#contact p {
	margin-top: 0;
	font-weight: bold;
}
#contact a {
	color: #2E3820;
}
#contact a:visited {
	color: #2E3820;
}
#contact a:hover {
	color: #000;
}
/* --- END LEFT--- */
#content {
	width: 650px;
	padding: 20px 40px;
	font-size: 1.2em;
	line-height: 1.6em;
	float: left;
}
div.imagecenter {
	width: 100%;
	text-align: center;
}
.imageright {
	margin: 0 0 10px 10px;
	padding: 4px;
	border: 2px solid #C2DC9E;
	float: right;
	clear: right;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 974px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font-size: 1em;
	color: #222;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #222;
	text-decoration: none;
}
#footer h2 a:hover {
	color: green;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font-size: 1em;
	color: #EEE;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #EEE;
	text-decoration: none;
}
#footer h3 a:hover {
	color: green;
	text-decoration: none;
}