/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:宋体，Verdana, Arial, Helvetica, sans-serif;
	background-color:#EAEDD8;
	color:#6C6C6C;

}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
	line-height:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------main--------------------*/

/*------------------------------------------------header--------------------*/
#header{
	background:url(images/header.gif) 0 0 no-repeat;
	width:880px;
	height:145px;
	margin:0 auto;
	padding:0 0px 0 0px;
}
#top {
	position:absolute;
	width:29px;
	height:20px;
	z-index:1;
	left: 0px;
	top: -1px;
}
/*------------------------------------------------header--------------------*/

/*------------------------------------------------body--------------------*/
#body{
	width:979px;
	margin:0 auto;
	background-color:#2F4516;
}
#body ul.nav{
	width:757px;
	height:34px;
	background:url(images/nav_bg.gif) 0 0 no-repeat;
	float:left;
	margin:0 0 6px 0;
	padding:0 0px 0 200px;
}
#body ul.nav li{
	float:left;
	background:url(images/nav_div.gif) right top no-repeat;
	height:34px;
	width:85px;
	padding:0 3px 0 0px;
}
#body ul.nav li a{
	display:block;
	padding:0 15px;
	font:13px/34px 宋体;
	color:#1B1B1B;
	background-color:inherit;
	text-decoration:none;
}
#body ul.nav li a:hover{
	color:#fff;
	background-image:url(images/menu_bg_a.gif);
	height:34px;
	width:52px;
}
#body ul.nav li.noImg{
	background-image:none;
}
#body p.navRight{
	display:block;
	background:url(images/nav_right.gif) 0 0 no-repeat;
	width:22px;
	height:34px;
	float:left;
}
/*------------------------------------------------left--------------------*/
#left{
	width:979px;
	display:block;
	float:left;
    background-color:#2F4516;
	font-size:12px;

}
#left h2.welcomeimg{
	display:block;
	width:200px;
	height:50px;
	background:url(images/welcome_div.gif) left bottom repeat-x;
	margin: 30px 0 20px 400px;
}
#left p.lftphoto{
	display:block;
	margin:5px 0 21px 80px;
}
#left p.lftTxt{
	display:block;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	margin:5px 0 21px 250px;
}
#left p.lftTxt span{
	color:#9D0303;
	font-weight:bold;
	background-color:inherit;
}

/*------------------------------------------------left--------------------*/

/*------------------------------------------------body--------------------*/

/*------------------------------------------------footer--------------------*/
#footer{
	width:979px;
	height:60px;
	background:url(images/footer_bg.gif) 0 0 no-repeat;
	padding:14px 0 0 0;
	margin:0 auto;
	position:relative;
}
#footer p.copyright{
	position:absolute;
	left:331px;
	top:16px;
	width:384px;
	color:#666666;
	background-color:inherit;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	height: 24px;
}

/*------------------------------------------------footer--------------------*/
