body{
	text-align: center;
	background-color: #999999;
	padding: 0;
	margin: 0;
}

a:link{text-decoration: none}
a:visited{text-decoration: none}
a:hover{color: #FF0000; text-decoration: none}

.border-black{
	border: black 1px solid;
}

.st13 {font-family: "宋体"; font-size: 13px; line-height: 20px}
.st15 {font-family: "宋体"; font-size: 15px; line-height: 25px}
.kt15 {font-family: "楷体_GB2312"; font-size: 15px; line-height: 25px}
.kt18 {font-family: "楷体_GB2312"; font-size: 18px; font-weight: bold}
.kt20 {font-family: "楷体_GB2312"; font-size: 20px; line-height: 28px; font-weight: bold}
.kt24 {font-family: "楷体_GB2312"; font-size: 24px; font-weight: bold}
.time {font-family: "Times New Roman", Times, serif}

.fd {color: #000000}
.fg {color: #BBBBBB}
.fr {color: #AC2F0B}
.fw {color: #FFFFFF}

.clear{clear: both;}

.jz { float:left }
.jy { float:right }

#container{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#header{
	width: 800px;
	height:180px;
	background-color: #FFFFFF;
	position: relative;
}

.banner{
	position: absolute;
	left: 0px;
	top: 55px;
	text-align: left;
	height: 70;
}

.topnav{
	position: absolute;
	left: 450px;
	top: 45px;
	text-align: left;
}
.topright{
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: left;
}

#left{
	float: left;
	width: 215px;
	background-color: #FFFFFF;
	text-align: center;
}

#focuspic{
	width: 140px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #EAEAEA;
}

#focuspic img{
	border: 1px solid black;
}

#left dl{
	width: 160px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#left dt{
	width: 160px;
	margin: 0;
	padding: 0;
	font-family: "宋体";
	font-size: 13px;
	text-align: left;
	
}

#left dt a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	font-weight: bold;
}

#left dt a:hover{
	color: #000000;	
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #EEEEEE;
}

#left dd{
	width: 160px;
	margin: 0;
	padding: 0;
	font-family: "宋体";
	font-size: 13px;
	text-align: left;
}

#left dd a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	font-weight: normal;
}

#left dd a:hover{
	color: #000000;	
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #EEEEEE;
}

#right{
	float: right;
	width: 580px;
	background-color: #FFFFFF;
}

#right a:link{color: #AC2F0B; text-decoration: none}

#right a:visited{color: #AC2F0B; text-decoration: none}

#right a:hover{color: #FF0000; text-decoration: none}

#right hr{border: 1px dashed #BBBBBB}

#right p{
	font: 15px 宋体;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.td1{
	font: 15px 宋体;
	line-height: 30px;
	text-align: right;
	border-bottom: #BBBBBB 1px solid;
}

.td2{
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.content1{
	background-color: #F5F5F5;
	font: 15px 宋体;
	line-height: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: justify;
	clear: both;
}

.content2{
	background-color: #FFFFFF;
	font: 15px 宋体;
	line-height: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: justify;
	clear: both;
}

#footer{
	width: 800px;
	height:100px;
	clear: both;
	background: url(../image/bottom.gif);
	
}