body {
	background-color: #a6bf79;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	padding: 0;
}

.clear { clear: both; }

* { margin: 0; padding: 0; }

#container {
	text-align: left;
	width: 717px;
	margin: 0 auto;
}

a { font-size: 12px; }

p { margin: 15px 0; }





/********************** Header ***************************/
#header {
	background-image: url(../images/header.png);
	width: 717px;
	height: 288px;
	position: relative;
	margin: 0;
}

#header ul {
	background-color: #85a157;
	width: 711px;
	border: 3px solid #FFF;
	display: block;
	top: 255px;
	position: absolute;
	height: 22px;
	text-align: center;
	margin: 0;
	padding: 5px 0 0;
}

#header li { display: inline; }

#header ul a {
	text-decoration: none;
	color: #FFF;
	margin: 0 15px;
}

#header ul a:hover { text-decoration: underline; color: #28556b; }

#imageContainer { height: 170px; }

#imageContainer img {
	border: 0 solid black;
	display: none;
	position: absolute;
	top: 90px;
	left: 214px;
	height: 167px;
	width: 500px;
	opacity: -0.01;
}

#logo_w1, #logo_w2 {
	font-size: 18px;
	font-style: italic;
	color: #FFF;
	position: absolute;
}

#logo_w1 { top: 63px; left: 15px; }

#logo_w2 { top: 44px; left: 94px; }

#header_text {
	top: 90px;
	left: 100px;
	width: 230px;
	position: absolute;
}

#header_text p { font-size:18px; color:#FFF; }





/********************** Content ***************************/
#content { background-image: url(../images/content_bg.gif); width: 717px; }

img { border-width: 0; }

h1 {
	color: #000;
	font-size: 14px;
	margin: 20px 0 10px 0;
}

h2 {
	color: #85a157;
	font-size: 14px;
	text-align: left;
	/*width: 200px;*/
	margin: 20px 0 10px 0;
}

#left {
	float: left;
	width: 428px;
	margin-left: 27px;
	display: inline;
	text-align: justify;
	padding: 0 10px 30px 0;
}

#left1 {
	float: left;
	width: 600px;
	margin-left: 27px;
	display: inline;
	padding: 0 10px 30px 0;
}

#photos a { margin-right: 14px; }

#right {
	float: right;
	width: 210px;
	margin-top: 10px;
	border-left: #FFF 2px solid;
	padding: 0 20px 20px;
}

#right a:hover { color: #85a157; }

ul, ol { margin-left: 40px; }





/********************** Footer ***************************/
#footerline {
	clear: both;
	background-image: url(../images/footer_bg.gif);
	font-size: 1px;
	height: 10px;
}

#footer {
	width: 717px;
	text-align: center;
	padding: 20px 0;
}

#header_text a, #left a { color:#28556b; }

#header_text a:hover, #left a:hover, #right a { color:#c77e0c; }