#text_box1 {
	background-color: #D6EBC2;
	padding: 20px;
	margin: 15px;
	text-align: center;
}
#wrapper {
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/_wrapper_bg.gif);
	background-repeat: repeat-y;
}
#header {
		background-color: #042A11;
		text-align: center;
}
#icons {
		text-align: right;
		padding: 3px 0;
		margin-right: 25px;
}
#icons a img {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		margin-right: 10px;
}
#menu {
		clear: both;
		background-repeat: repeat-x; /*firefox bug fix*/
		margin-top: 0;
		background-color: #022D11;
		float: left;
		width: 980px;
}
#navbar_top {
		float: left;
		padding: 0 10px 0 0;
		background-color: #022D11;
		width: 620px;
}
	#navbar_top ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;	
}
	#navbar_top ul li {	display: inline;}
	#navbar_top ul li  a{
		color: #CCCCCC;
		text-decoration: none;
		font-size: 10px;
		padding-right: 5px;
		padding-left: 5px;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #0e381e;
		line-height: 37px;
		display: block;
		float: left;
}
#navbar_top ul li  a.infomap{
		background: url(../images/_navbar_infomap.gif) no-repeat 10px;
		margin: 0px 0px 0px -10px;
		padding: 0px 10px 0px 75px;

}
#navbar_top ul li  a.infomap:hover{
		background: url(../images/_navbar_infomap.over.gif) no-repeat 10px;
}


	#navbar_top ul li a:hover{
	background-image: url(../images/_navbar.hover.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#search {
		margin: 10px 0 0;
		padding-top: 0px;
		width: 234px;
		float: left;
}
#search  input.search{
		display: block;
		height: 18px;
		border: 1px solid #4B8060;
		font-size: 10px;
		width: 170px;
		color: #333333;
		text-align: right;
		float: left;
		margin-left: 13px !important;
		margin-left: 7px;
		padding-right: 5px;
		padding-left: 5px;

}
#search input.submitbutton {
	display: block;
	height: 17px;
	width: 17px;
	background-image: url(../images/_search_button.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 8px;
}
#content_wrapper {
	background-image: url(../images/_sidecol_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#sidebar_left {
	width: 234px;
	float: left;
	height: 1300px;
}
#content {
	float: left;
	width: 729px;
	background-color: #FFFFFF;
	min-height:1900px;

}
#sidecolumn {	width: 220px; 	float: right; 	margin-left: 20px;}
#placeholder {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#placeholder table { }
#placeholder table td { padding: 5px; }

#adverts {
	background-color: #022D11;
	padding-bottom: 10px;
	/*text-align: center;*/
	/*padding-right: 10px;*/
	height: 210px;
}

#adverts img {
	border: 0;
}
#adverts a {
	margin: 0;
	padding: 0;

}


#wrapper_corners_TOP {
	height: 20px;
	background-image: url(../images/_corner_wrapper_TL.gif);
	background-repeat: no-repeat;
}
#wrapper_corners_TR {
	width: 20px;
	background-image: url(../images/_corner_wrapper_TR.gif);
	float: right;
	background-repeat: no-repeat;
	height: 20px;
}
#content_corners_TOP {
	height: 14px;
	background-image: url(../images/_corner_content_TL.gif);
	background-repeat: no-repeat;
}
#content_corners_TR {
	width: 14px;
	background-image: url(../images/_corner_content_TR.gif);
	float: right;
	background-repeat: no-repeat;
}
#footer_BL {
	background-image: url(../images/footer_BL.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 270px;
	float: left;
}
#footer {
	clear:both;
	width: 980px;
	background-image: url(../images/footer_bg.gif);
	height: 33px;
	background-position: right;
}
#footer_BR {
	background-image: url(../images/footer_BR.gif);
	height: 33px;
	width: 33px;
	float: right;
}#footer_caption {
	text-align: center;
}
#footer_caption p {
	text-align: center;
}
