@charset "utf-8";
/* -- generic styles ------------------------*/
html,body{
margin: 0;
padding: 0;
text-align:left;
}
#wrapper {
	background-color: #FFF;
	width: 890px;
	margin: 0;
	text-align: left;
	position:relative;
	}
#wrapper a:link,
#wrapper a:visited {
	text-decoration: none;
	color:#000 ;
}
#wrapper a:hover {
	color: #f3b315;
	border-bottom: 1px dashed #566440;
}
/* ------- HEADER STYLES ----------*/
#header {
	background-image: url(../Images/header.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	height: 150px;
	width: 890px;
	padding-top:75px;
	padding-left:175px;
	padding-bottom:0;
	padding-right:0;
	font-family:"宋体", "新宋体", "微软雅黑", "隶书";
	font-size:14px;
	line-height:2em;
			}
#yingtian{
	position:absolute;
	margin-left:60px;
	margin-top:5px;
	}
#left {
	background-image: url(../Images/left.jpg);
	background-repeat: no-repeat;
    height: 450px;
	width: 240px;
	position:absolute;
	top:150px;
	right:650px;
	left:0;
}
#left ul{
	position:absolute;
    margin:60px 0px 0 172px;
    padding:0px;
    font-family:"宋体", "新宋体", "微软雅黑", "隶书";
	font-size:14px;
	line-height:1.8em;
	text-align: right;
    list-style:none;
}
#middle {
	background-image: url(../Images/middle.jpg);
	background-repeat: no-repeat;
	top:150px;
	left:240px;
	right:420px;
	bottom:0;
	position:absolute;
	height: 450px;
	width: 230px;
	}
#middle ul{
	position:absolute;
    margin:65px 0px 0 25px;
    padding:0px;
    font-family:"宋体", "新宋体", "微软雅黑", "隶书";
	font-size:14px;
	line-height:1.8em;
	text-align: left;
    list-style:none;
	}
	
#right {
	position:absolute;
	background-image: url(../Images/right.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 420px;
	top:150px;
	left:470px;
	padding:0px;
	border-right-style: solid;
	border-right-color: #f3b315;
	border-right-width: 1px;
}
#right ul{
	position:absolute;
	margin:30px 0 0 5px;
	padding:0;
	width:196px;
	font-family:"宋体", "新宋体", "微软雅黑", "隶书";
	font-size:14px;
	line-height:1.8em;
	text-align: left;
	list-style:none;
	}
#right li{
	background-image:url(../Images/bullet_blue.gif);
	background-repeat : no-repeat ;
	background-position:0;
	padding:0 0 0 9px;
	
}
#footer {
	clear:both;
	height: 50px;
	width: 890px;
	position:absolute;
	top:600px;
	padding:10px
	line-height: 1.8em;;
	border-top-style: solid;
	border-top-color: #f3b315;
	border-top-width: 1px;
    font-family:"宋体", "新宋体", "微软雅黑", "隶书";
	font-size:12px;
	text-align:right

}

