body {
	background-color: #FFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	color: #404040;
	background-color: #FFF;
}
a {
	color: #415373;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#header {
	background: url(/images/header01.jpg) no-repeat left top;
	height: 119px;
}
#header div.logo {
	padding-top: 15px;
	padding-left: 30px;
	height: 68px;
	float: left;
	width: 432px;
}
#header div.logo a {
	width: 190px;
	height: 55px;
	display: block;
}

#header div.right {
	padding-top: 20px;
	padding-left:  0px;
	height: 63px;
	float: left;
	width: 300px;
}
#header div.right div.navigation {
	width: 60px;
	height: 20px;
	float: left;
	padding-top: 17px;
}
#header div.right div.navigation a.home {
	display: block;
	width: 11px;
	height: 11px;
	background: url(/images/ico_home.gif) no-repeat left top;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
#header div.right div.navigation a.sitemap {
	display: block;
	width: 11px;
	height: 11px;
	background: url(/images/ico_sitemap.gif) no-repeat left top;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
#header div.right div.lang {
	width: 90px;
	height: 20px;
	float: left;
	padding-top: 15px;
}
#header div.right div.lang a {
	text-decoration: none;
}
#header div.right div.lang a:hover {
	text-decoration: underline;
}
#header div.right div.search {
	color: #8b9f13;
	font-weight: bold;
	float: left;
}
#header div.right div.search form {
	display: inline;
}
#header div.right div.search input {
	width: 130px;
}

#header div.bottom {
	clear: left;
	background: url(/images/header02.gif) repeat-x left top;
	color: #fff;
	padding-top: 10px;
	height: 23px;
	padding-left: 33px;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
}


#body_left {
	width: 217px;
	padding-right: 3px;
	vertical-align: top;
	padding-bottom: 30px;
}
.menu {
	border-top: 1px solid #fff;
}
.menu div.item, .menu div.item_active {
	background: url(/images/menu_bg.gif) repeat-y left top;
	border-bottom: 1px solid #fff;
}
.menu div.item div.first a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 44px;
	padding-right: 15px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
/*
.menu div.item div.first a:hover {
	background: url(/images/menu_bg_active.gif) repeat-y left top;
}
*/
.menu div.item_active div.first a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 44px;
	padding-right: 15px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: url(/images/menu_bg_active.gif) repeat-y left top;
}
.menu div.item_active div.second a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 60px;
	padding-right: 15px;
	color: #fff;
	text-decoration: none;
	text-transform: none;
}
/*
.menu div.item_active div.second a:hover {
	background: url(/images/menu_bg_active.gif) repeat-y left top;
}
*/
.menu div.item_active div.second div.active a {
	background: url(/images/menu_bg_active.gif) repeat-y left top;
}


#main {
	background: url(/images/main01.gif) no-repeat left top;
	vertical-align: top;
	padding-left: 16px;
	padding-right: 30px;
	padding-top: 14px;
	padding-bottom: 30px;
}
#spacer {
	clear: both;
	width: 760px;
	height: 0px;
	line-height: 0px;
}


.main_title {
	color: #869a0b;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 20px;
}


#footer {
	background: url(/images/footer01.gif) repeat-x left top;
	text-align: center;
	color: #fff;
}
#footer div.fmenu a {
	color: #fff;
	text-decoration: none;
}
#footer div.fmenu a:hover {
	text-decoration: underline;
}
#footer div.fmenu {
	padding-top: 6px;
}
#footer div.fcopy {
	padding-top: 10px;
	color: #808080;
}


.main_news div.item {
	padding-bottom: 30px;
}
.main_news div.item div.name {
	font-weight: bold;
	padding-bottom: 8px;
}
.main_news div.item div.name a {
	color: #415373;
	text-decoration: none;
}
.main_news div.item div.name a:hover {
	text-decoration: underline;
}
.main_news div.item div.name span.date {
	font-weight: normal;
}
.main_news div.item div.more {
	font-weight: bold;
}
.main_news div.item div.more a {
	color: #879d09;
	text-decoration: none;
}
.main_news div.item div.more a:hover {
	text-decoration: underline;
}



.ads {
	padding-right: 40px;
	text-align: center;
	padding-bottom: 10px;
}



