@charset "utf-8";
/* CSS Document */
body {
	background-image: url(img/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#497f00;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
	padding-top:37px;
	padding-bottom:20px;
}
#wrap {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	overflow:auto;
	background:url(img/bg_2.png) no-repeat top;
}
#left {
	width:279px;
	float:left;
	height: auto;
	margin-bottom:20px;
}
#logo {
	width:279px;
	float:left;
	height:130px;
	background:url(img/logo.png);
}
#menu {
	width:250px;
	float:left;
	height:auto;
	background: url(img/left_top.png) top no-repeat;
	padding-top:26px;
}
#menuend {
	width:250px;
	float:left;
	height:106px;
	background: url(img/left_bottom.png) bottom no-repeat;}
#right {
	width:620px;
	float:right;
	height: auto;
}
#header{
	width:620px;
	float:right;
	height: 91px;
	padding-top:174px;
	background:url(img/header1.png) no-repeat top;
}
#sisu{
	width:620px;
	float:right;
	height:auto;
}
#footer{
	width:900px;
	float:left;
	height:50px;
	background:url(img/footer_bg.png) repeat-x top;
}
#footer_l{
	width:400px;
	float:left;
	height:35px;
	padding-top:15px;
	background:url(img/footer_left.png) no-repeat left;
	padding-left:10px;
}
#footer_r{
	width:400px;
	float:right;
	height:35px;
	padding-top:15px;
	background:url(img/footer_right.png) no-repeat right;
	text-align:right;
	padding-right:10px;
}

h1{
	width:100%;
	line-height:54px;
	float:left;
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#ffd800;
	margin-bottom:15px;
	border-bottom:1px solid #fff;
}




/*menu ul*/
#menu ul {
    padding :0;
	margin: 0;
	display:inline;
	font-size : 12px;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	width:250px;
	line-height:40px;
}	
#menu ul li {
    background:url(img/nav.png) no-repeat right;
	font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    font-size : 12px;
    float:left;
    width:250px;
	line-height:40px;

}
#menu ul li a {
    background:url(img/nav.png) no-repeat right;
    font-family:Arial, Helvetica, sans-serif;
    color:#ffd800;
    font-size : 12px;
	text-align :left;
	display : block;
	text-decoration : none;
	width:200px;
	padding-left:50px;
	line-height:40px;
}
#menu ul li a:hover {
	background:url(img/nav.png) no-repeat right;
	font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    font-size : 12px;
	text-decoration : none;
	width:195px;
	padding-left:55px;
	line-height:40px;
}
/*menu ul*/




.blue {
	color: #0069b5;
}
.orange {
	color: #f5871f;
	font-weight:bold;
}

iframe {

border: 0px solid #ffffff;

}
