body, html {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}
a {
	color: #9CE44A;
}
a:hover {
	color: #6CB31B;
}
img {
	border: none;
}
.content {
	width: 810px;
	background: #fff;
	padding-top: 5px;
	position: absolute;
}
.top {
	width: 800px;
	margin-bottom: 10px;
	height: 150px;
	background-image: url('img/header.gif');
}
.menu {
	width: 800px;
    background-image: url('img/menu_bg.gif');
}
.menu_left {
	float: left;
	width: 230px;
}
.menu_left a {
	color: #086508;
	text-decoration: none;
}
.menu_under {
	width: 800px;
	height: 56px;
	background-image: url('img/menu_refl.gif');
}
.sub {
	margin-left: 0px;
	padding-left: 0px;
}
.sub ul {
	padding-left: 0px;
}
.sub li {
	width: 165px;
	line-height: 30px;
	background-image: url('img/sidebar_img.gif');
	margin-bottom: 5px;
	list-style: none;
	text-align: left;
	padding-left: 15px;
}
.sub li a {
	color: white;
	font-weight: bold;
}
.sub li:hover {
	background-image: url('img/sidebar_img_hover.gif');
}
.submenu {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.submenu li {
	margin-left: 10px;
	padding-left: 5px;
	line-height: 30px;
	text-align: left;
	background: #fff;
	font-size: 11px;
	list-style-image: url('img/f_green.png');
}
.submenu li a:hover {
	text-decoration: underline;
}
.main_content {
	float: right;
	width: 560px;
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 5px;
	text-align: left;
	line-height: 18px;
}
.news_item {
	margin-bottom: 25px;
}
.news_title {
	font-size: 16px;
	font-weight: bold;
	color: #5DA609;
	margin-bottom: 5px;
}
.news_date {
	font-size: 10px;
	color: #555;
	margin-bottom: 15px;
	padding-left: 2px;
}
.news_text {
	font-size: 12px;
	padding-right: 35px;
	color: #333;
	line-height: 20px;
	text-align: justify;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #5DA609;
	margin-bottom: 10px;
}
.bottom {
	float: left;
	height: 150px;
	width: 800px;
	background-image: url('img/footer.gif');
}
.lang a {
	color: #5DA609;
}
.lang a:hover {
	color: #457C05;
}
