html{
	margin:0 auto;
	padding: 0;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	height: 95.5%;
	background: url(images/header_bg.jpg) repeat-x;

}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
	padding:0;
	margin:0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}


h2{
	font: 21px tahoma, arial, sans-serif;
	margin: 0;
	padding-bottom: 20px;
	padding-top:30px;
	color: #A5B95E;
}


body, h1, form {
	font: 13px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;	
		
}

#wrapper {
	
	margin: auto;
	width: 874px;
	position: relative;
	min-height: 100%;
}

* html #wrapper
{
	height: 100%;
}


#header {
	height: 200px;
	position: absolute;	
	text-align:center;	
}

#header h1 {
	margin-top: 0px;

	
}
#header h1 img {
	display: block;
}
#nav {
	margin-top: 3px;
}
#nav img {
	float: left;
}

#nav a{
	background: #DED9D0 url(images/button.jpg) no-repeat; height: 24px;
	float: left;
	text-decoration: none;	
	width: 120px;
	color: #F8F8F8;
	text-align:center;
	padding-top:17px;
}

#nav a#active{
	background: #DED9D0 url(images/button_active.jpg) no-repeat; height: 24px;
}

#headline {
	padding-top: 210px;
	
}

#photo {
	float: left;
	width: 767px;
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}

#search-news {
	float: right;
	width: 140px;
}
#search-news div {
	padding: 3px 0;
	margin: 0;
}
#search-news #q {
	width: 140px;
	border: 1px solid #859D31;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news h3 {
	background: url(images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}
a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	text-align: left;
	padding-bottom:30px;
}

#body-left {
	float: left;
	width: 800px;
}
#body-right {
	float: right;
	width: 330px;
}

#body-left ul.plussbullets {
	margin-top: 10px;
	margin-left: 0px;
	padding: 0;
	font-size: 14px;
	letter-spacing: 1px;
	

}
#body-left ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body-left p{
	line-height:20px;
	padding-bottom:10px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: justify;
}

#body-left img{
	float:left;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #eee;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

#footer {
	position: relative;
	color: #FFFFFF;
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	font-weight: bold;
	text-align:center;
}
#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
	
}

#body-left ul.plussbullets a {
	text-decoration: underline;
	font-weight: normal;	

}
