body{
	background-image: url(img/back.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding-bottom:50px;
}
#wrap{
	width:910px;
	text-align:left;
	margin:0 auto;
}

input.searchbox {
	border: 1px solid #ccc;
	padding-bottom: 8px;
	padding-top: 1px;
	margin: 0;
	margin-right: 10px;
	width: 205px;
}

ul.search {
	background: white;
	padding-bottom: 20px;
}

button.image {
	margin: 0;
	border: none;
}

button.image span {
	display: none;
}

button.search {
	background: url('img/button-search.gif') no-repeat scroll top left;
	width: 60px;
	height: 25px;
}

#header{
	width:910px;
	height:93px;
	float:left;
	padding-top:9px;
}
#header h1, #header h2{
	float:left;
	margin-right:60px;
}
#header a#rss {
	display:block;
	width:110px;
	float:right;
	text-align:right;
	background-image:url(img/rss.gif);
	background-position: top right;
	background-repeat:no-repeat;
	padding-top:40px;


	color: #438d1e;
	text-decoration: none;
	background-color: transparent;
}



#container{
	float:left;
}
h2, h3, h4{font-weight:normal;}
#main{
	width:585px;
	float:left;
	margin-top:30px;
	clear: left;
}

#main a:link, #main a:visited ,#sidebar a:link, #sidebar a:visited {
	color: #438d1e;
	text-decoration: none;
	background-color: transparent;
	background-image: url(img/link_dot_01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 2px;
}
#main a:hover, #main a:active , #sidebar a:hover, #sidebar a:active {
	background-color: #d9e8d2;
	color: #000;
}

#sidebar{
	width:285px;
	float:right;
	background-image:url(img/sidebar.gif);
	border-bottom:1px solid #cbecb9;
	margin-top:30px;
	background-color: #f4f8f2;
}
#sidebar #search {
	width:285px;
	float:right;
	margin-top:30px;
	background-color: transparent;
}
#sidebar h3{
	height:50px;
	line-height:50px;
	font-family:serif;
	font-size:20px;
	background-color:#5bb62d;
	background-image:url(img/sidebartop.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#fff;
}
#sidebar h3, #sidebar h4, #sidebar p {
	padding: 0 15px;
}
#sidebar #firstnews{
	background-color: #f4f8f2;
	color: #30332f;
	margin: 0 1px;
	padding: 15px;
	font-size: 15px;
	line-height: 18px;
	background-image: url(img/latestnews.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#sidebar #morenews{
	border-top: 1px solid #fff;
	color: #30332f;
	margin: 0 1px;
	padding: 15px;
	font-size: 15px;
	line-height: 18px;
	background-image: url(img/latestnews.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#sidebar #morenews h4{
	color: #098ec7;
	font-size: 18px;
	font-family:serif;
	margin-bottom: 15px;
}
#sidebar #morenews p{
	font-size: 12px;
	line-height: 14px;
	color: #4c4c4c;
	margin-bottom: 1em;
}
#sidebar #morenews p.date{
	font-weight:bold;
	margin-bottom: 0;
}
#searchfield{
	float:right;
}
#menu #topmen, #menu #submen{
	clear:both;
}
#footer{
	float:left;
	clear:both;
	width:870px;
	background-color:#5bb62d;
	background-image:url(img/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#fff;
	height:50px;
	margin-top:40px;
	padding:0 20px;
	margin-bottom:50px;
}
#footer p{
	float:left;
	margin: 0 13px;
	height:50px;
	line-height:50px;
}
#footer p a{color:#fff;}
#footer p strong {font-weight:bolder;}
#menu #topmenu #searchfield input#search{
	background-color:#bbec91;
	border:1px solid #4c982c;
	margin-top:7px;
}
#menu #topmenu #searchfield input#submit{
	background-color:#53aa2a;
	border:1px solid #41842a;
	margin-top:7px;
	color:#fff;
}
#sidebar img, #sidebar p img{
	display: block;
	margin: 0 auto;
	text-align: center;
}
hr{
	color:#fff;
	background-color:#fff;
	border:none;
	margin:0;
	padding:0;
}

img.alignleft{float:left;}
img.alignright{float:right;}

