body {
	background-color:#a6bf79;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}

.clear{
	clear:both;
}

* {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}

a {
	font-size:12px;
}

p {
	margin: 15px 0px;
}

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header2.jpg);
	width:717px;
	height:188px;
	position:relative;
}

#header ul.menu {
	list-style:none; 
	margin:0;
	background-color:#85a157;
	background-color:#a6bf79;
	width:708px;
	border: 3px solid #FFFFFF;
	display:block;
	top:189px;
	position:absolute;
	height:28px;
	padding:0px 0px 0px 3px;

}

#header ul.menu * {
	margin:0; 
	padding:0;
}

#header ul.menu a {
	display:block; 
	color:#000; 
	text-decoration:none;
}

#header ul.menu li {
	position:relative; 
	float:left;
	margin-right:2px;
}

#header ul.menu ul {
	position: absolute; 
	top: 29px; 
	left: 0; 
	background: #d1d1d1; 
	display: none; 
	opacity: 0; 
	list-style: none;
	height: 24px;
}

#header ul.menu ul li {
	position: relative; 
	border: 1px solid #aaa; 
	border-top: none; 
	width: 148px; 
	margin: 0;
}

#header ul.menu ul li a {
	display:block; 
	padding:3px 7px 5px; 
	background-color:#d1d1d1;
}

#header ul.menu ul li a:hover {
	background-color:#c5c5c5;
}

#header ul.menu ul ul {
	left:148px; 
	top:-1px;
}

#header ul.menu .menulink {
	border: 1px solid #aaa; 
	padding: 5px 7px 7px;
	font-weight: bold; 
	background: url(images/header.gif);
	width: 83px;
}

#header ul.menu .menulink:hover, ul.menu .menuhover {
	background:url(images/header_over.gif);
}

#header ul.menu .topline {
	border-top:1px solid #aaa;
}

#logo_w1{
	top:15px;
	left:30px;
	position:absolute;	
}

#header_text {
	top:25px;
	left:43px;
	width:460px;
	position:absolute;
}

#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}

#header_date {
	top: 25px;
	left: 480px;
	width: 250px;
	position: absolute;
}

#header_date p{
	font-size: 24px;
	color: #FFF;
}
	
/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	width:717px;
}

img{
	border-width:0px;
	padding: 0px 10px 5px 0px;
}

h1{
	color:#000000;
	font-size:16px;
	margin: 20px 0px 20px 0px;
}

h2{
	color: #85a157;
	font-size: 14px;
	text-align: left;
	width: 300px;
	margin: 10px 0px 15px 0px;
}

h3 {
	font-size: 12px;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

#lefthome {
	float:left;
	width:488px;
	margin-left:27px;
	padding: 35px 10px 30px 0px;
	display:inline;
	border-right: 2px solid #fff;
}
#lefthome a {
	color:#28556b;
}

#lefthome a:hover{
	color:#c77e0c;
}

#left {
	float:left;
	width:638px;
	margin-left:27px;
	padding: 35px 10px 30px 0px;
	display:inline;
}

#left a {
	color:#28556b;
}

#left a:hover{
	color:#c77e0c;
}

#photos a {
	margin-right:14px;
}

#right {
	float:right;
	width:150px;
	padding: 35px 20px 20px 20px;
	margin-top:10px;

}

#right a{
	color:#c77e0c;
}

#right a:hover{
	color:#85a157;
}

#left ul li{
	left: 20px;
	position: relative;
}

.date {
	font-size: 8px;
}

#tabbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	left: -20px;
	position: relative;
}

#tabbar li {
	float: left;
	border: 1px solid;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
	background: #bbb;
}

#tabbar li a {
	padding: 0 1em;
	text-decoration: none;
	color: #000;
}

#tabbar li a:hover {
	background: #999;
	color: #fff;
}

#tabbar #selected a{
	position: relative;
	top: 1px;
	background: white;
}

#tabcontent {
	padding: 5px 5px 5px 10px;
	background: white;
	border: 1px solid #000;
	clear: both;
}


/********************** Footer ***************************/

#footerline {
	clear:both;
	background-image:url(images/footer_bg.gif);
	font-size:1px;
	height:10px;
}

#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
}
