body {
	background-color:#a6bf79;
	color:#000000;
	font-family: Verdana,
	Arial,Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
#container{
	margin: 10px auto;
	text-align: left;
	width: 717px;
}
#header{
	margin: 0px;
	background-image:url(images/header.jpg);
	width: 717px;
	height: 255px;
	position: relative;
}
#header_text{
	top: 40px;
	left: 306px;
	width: 407px;
	position: absolute;
	height: 41px;
}
#header_text p{
	font-size: 24px;
	color: #ffffff;
}
#header ul{
	background-color: #85a157;
	width: 711px;
	border: 3px solid #ffffff;
	display: block;
	top: 255px;
	position:absolute;
	margin: 0px;
	height: 22px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}
#header li{
	display: inline;
}
#header ul a{
	text-decoration: none;
	color: #ffffff;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration: underline;
	color: #28556b;
}
#content{
	background-image:url(images/content_bg.gif);
	width: 717px;
}
h1{
	color:#000000;
	font-size: 14px;
	margin: 50px 0px 20px 0px;
}
h2{
	color: #85a157;
	font-size: 18px;
	text-align: center;
	width: 200px;
	margin: 50px 0px 15px 0px;
}
#left{
	float:left;
	width: 428px;
	margin-left: 27px;
	padding: 0px 10px 15px 0px;
	display: inline;
}
#left a{
	color: #28556b;
}
#left a:hover{
	color: #c77e0c;
}
#photo a{
	margin-right: 14px;
}
#right{
	float: right;
	width: 210px;
	padding: 0px 20px 20px 20px;
	margin-top: 10px;
	border-left: #FFF 2px solid;
}
#right a{
	color: #c77e0c;
}
#right a:hover{
	color: #85a157;
}
#footerline{
	clear:both;
	background-image:url(images/footer_bg.gif);
	font-size: 1px;
	height: 10px;
}
#footer{
	width:717px;
	text-align: center;
	padding: 20px 0px;
}