﻿/*基本信息*/
*{ margin:0; padding:0;}
body {font:12px Tahoma; background:url(image/fond.gif);}
a{font-size:12px;text-decoration: none; color:#000;}
a:hover{ text-decoration:underline;}
h1,h2,h3,h4,h5,h6{ font-size:14px; padding:7px 10px 3px 10px;}
tr{ height:25px;}
img{ border:0;}
input{ font-size:12px;}
ul{ list-style:none;}

/*自定义CSS*/
.fr{float:right;}
.button{ width:56px; height:19px; background:url(button.jpg) no-repeat; border:0; }
.text{ width:100px; border: 1px solid #333;}
.pass{ width:100px;border: 1px solid #333;}
.title{ text-align:center;}
/*页面层容器*/
#container {width:890px; background:#FFFFFF;margin:0 auto;height:auto;}

/*页面头部*/
#header {
width:874px;
	margin:5px auto;
}
#top{ padding:20px 50px 0 0;}
#menu {
margin:5px auto 0 auto;
	height:30px;
	border: 1px solid #333;
	background:url(image/menu.jpg) repeat-x;
}
#menu ul {list-style:none;margin-left:300px;}
#menu li {float:left;}
#menu li a{
	display:block;
	padding:7px 15px 5px 15px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
#menu li a:hover{
text-decoration:none;
	color: #FFCC33;
}
#banner {
	height:135px;
	margin:0 auto;
}

/*页面主体*/
#pagebody {
margin: 5px auto;
width:874px;
height:auto;
background:#FFFEDD;
}

/*侧边栏*/
#sidebar {
	width:274px; /*设定宽度*/
	float:left; /*浮动居左*/
	clear:left; /*不允许左侧存在浮动*/
	overflow:hidden; /*超出宽度部分隐藏*/
	border-top-width:10px;
	border-top-style: solid;
	border-top-color: #9C770F;
}
#submenu{ padding-left:5px;}
#submenu li{
font-weight:bold;font-family:Arial, Helvetica, sans-serif; width:260px;
margin-bottom:15px;
 }
#submenu li a{
	font-size:12px;
	color:#fff;
	background:#666;
	display:block;
	padding:7px 10px 5px 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
#submenu li a:hover{ text-decoration:none;
background:#444;
border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;}


/*主体内容*/
#mainbody {
	width:600px;
	float:right;
	clear:right;
	overflow:hidden;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background:#fff;
}
#mainbody h1{
padding:15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-bottom:5px;
}
#mainbody h2{
margin-top:15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;	
}
#mainbody p{ text-indent:22px; padding:10px; height:auto; line-height:180%;}
#content{}
#content li{ padding:0 20px 0 20px; line-height:180%; height:auto;}

#person{ padding:10px; height:250px;}
#person li{  line-height:180%;}
#img1{float:right; background: url(image/img_bg.jpg) no-repeat; padding:9px 12px 12px 9px;}
#img2{text-align:center;}
#img2 img{border: 1px solid #666;}
/*页面底部*/
#footer {
	clear:both;
	margin:5px auto;
	width:874px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer_box{ padding:10px; text-align:center;}
