@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #e8e8e8 url(../images/top_bg.gif) repeat-x;
}
#top {
	width: 931px;
	height: 90px;
	margin: 0px auto;
	background: url(../images/Home_02.gif) -2px 0px no-repeat;
}
#main {
	width: 931px;
	height: auto;
	margin: 0px auto;
	padding-bottom: 20px;
	background: url(../images/main_bg.gif);
}
#logo,#pev {
	list-style: none;
}
#logo li,#pev li {
	float: left;
}
#logo li img,#pev li img {
	vertical-align: bottom;
}
#pev {
	padding-top: 10px;
	margin-left: 20px;
}
#pev li {
	padding-left: 30px;	
}
#pev li img{
	border: #999 5px solid;
}
#nav {
	clear: both;
	width: 214px;
	margin-left: 7px;
	margin-top: 40px;
	list-style: none;
	float: left;
}
#nav li a{
	width: 164px;
	height: 33px;
	margin-top: 1px;
	padding-left: 50px;
	display: block;
	line-height: 33px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background: url(../images/nav.gif) 0px -35px;
}
#nav li a:hover {
	text-decoration: underline;
	color: #dc6b00;
	background: url(../images/nav.gif) 0px -70px;
}
#nav li a.blue {
	color: #0a7cb8;
}
#nav li a.now {
	text-decoration: underline;
	color: #c40d3b;
	background: url(../images/nav.gif);
}
#content {
	float: right;
	margin-top: 17px;
	width: 635px;
	height: auto;
	margin-right: 20px;
}
#content h1 {
	width: 623px;
	font-size: 22px;
	line-height: 22px;
	padding-left: 12px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #666;
}
#word {
	float: left;
	width: 440px;
	padding-left: 12px;
}
#word_1 {
	float: left;
	width: 615px;
	padding-left: 12px;
}
#wordTop {
	margin-top: 20px;
}
#wordMain,#wordMain_1 {
	height: auto;
	text-align: justify;
	padding: 0px 10px;
	background: url(../images/wordMain.gif);
}
#wordMain_1 {
	background: url(../images/wordMain_1.gif);
}
#wordMain p,#wordMain_1 p {
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0px;
}
#wordMain h2,#wordMain_1 h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0px;
	border-top: #09C 1px solid;
	border-bottom: #09c 1px solid; 
}
#pic {
	margin-top: 25px;
	margin-left: 8px;
	float: left;
	width: 169px;
	list-style: none;
}
#pic li {
	width: 169px;
	height: 129px;
	display: block;
	background: url(../images/picBg.gif);
	margin-top: 10px;
}
#pic li img {
	margin: 4px 0px 0px 5px;
	width: 159px;
	height: 121px;
	vertical-align: bottom;
}
#bottom {
	width: 931px;
	margin: 0px auto;
}
#bottomWord {
	background: #383838;
	width: 917px;
	margin-left: 5px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	font-size:14px;
	text-align: center;
}