body{
	text-align:center;
	background-color:#666666;
	display:block;
	margin:0;
	font-size: 12px;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat;
	}
/*主面版*/
#wrapper{
width:780px;
margin:0 auto;
background-color:#FFFFFF;
text-align:left;
}

/*头面版*/
#branding{
height:147px;
background:url(../images/index_01.jpg) no-repeat;
}
#branding h1{
	color: #00FFCC;
	float:right;
	margin:100px 20px 5px 0px;
	font-family: "黑体";
	}
/*内容面版*/
#content{
width:580px;
float:right;
clear:both;
}
#leftcontent{
width:390px;
float:left;
clear:both;
padding-right:5px;
}
#rightcontent{
width:190px;
float:right;
clear:both;
}
#content h1,#content h2,#content p{padding-right:20px;}
/*侧面版*/
#mainNav{
width:190px;
float:left;
clear:both;
padding-left:5px;
padding-bottom:5px;
}
/*底面版*/
#footer{
	height:80px;
	background:url(../images/index_31.jpg) no-repeat;
	clear:both;
	line-height: 25px;
	text-align:center;
	padding-top:20px;	
	}
#Menu{
	width:780px;
	background:url(../images/menu1.jpg) repeat-x;
	height: 31px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 5px;
	float:none;
}
#Menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#Menu ul a{
	display:block;
	background:url(../images/menu2.jpg) repeat-y left top;
	text-decoration:none;
	color:#000;
	float:left;
	padding-top: 10px;
	padding-right:10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#Menu ul .first a{background:none;}
#Menu ul a:hover{color:#FF3300;}
#Menu li{float:left;}
.line1{line-height: 25px;}
#box{
	width:182px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #22958F;
	border-bottom-color: #22958F;
	border-left-color: #22958F;
}
#box ul{
	margin:5px;
	padding:0;
	list-style:none;
	float:left;
}
#box li{
	padding-left:10px;	
	border-bottom-style: dashed;
	border-bottom-color: #999;
	border-bottom-width: 1px;

}
#box ul a{
	display:block;
	width:90%;
	text-decoration:none;
	color:#333;		
	line-height: 25px;
}
#box ul a:hover{
	color:#FF6600;
	text-decoration: underline;
}
#main{
	margin:10px 10px 10px 10px;
	line-height: 20px;
}
#linkbox{
	width:182px;
	border:1px solid #22958F;
	margin-top:10px;
}
#linkbox h2{
	width:162px;
	line-height: 25px;
	background-color:#22958F;
	color:#FFFFFF;
	padding-left:20px;
	font-size:16px;
}
#linkbox a{
	color: red;
	text-decoration: none;
	display:block;
	margin-left:20px;
}
#linkbox a:hover{
color: #0000FF;
	text-decoration: none;
	display:block;
	}
#rightbox{
	width:172px;
	padding:5px;
	line-height:25px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #22958F;
	border-bottom-color: #22958F;
	border-left-color: #22958F;
	margin-bottom:10px;
}
#leftbox{
	width:378px;
	padding:5px;
	line-height:20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.style1{
	font-weight: bold;
	color: #FF0000;
}


