body{
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #E0EAFB;
}

.fd {color: #000000}
.fr {color: #AC2F0B}
.fw {color: #FFFFFF}

.f13 {font-size: 13px}
.f15 {font-size: 15px}
.f18 {font-size: 18px}
.f20 {font-size: 20px; font-weight: bold}
.f24 {font-size: 24px; font-weight: bold}

.st {font-family: "ËÎÌå"}
.kt {font-family: "¿¬Ìå_GB2312"}
.fs {font-family: "·ÂËÎ_GB2312"}
.time {font-family: "Times New Roman", Times, serif;}

.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.space{height: 20px;}

a:link{color: #000000; text-decoration: none}
a:visited{color: #000000; text-decoration: none}
a:hover{color: #FF0000; text-decoration: none}

dl{margin: 0px}


#wrap{
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #B1CAF5;
}



#head{
	width: 800px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background-color: #B1CAF5;
}

#main{
	width: 560px;
	height:480px;
	float: left;
}

#side{
	width: 240px;
	height:480px;
	float: right;
	background-color: #B1CAF5;
}

.area{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	border: 4px solid #D0DFF9;
}

.area iframe{
	width: 630px;
	height:160px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

.cont{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	color: #000000;
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
}

.cont p{
	margin: 10px;
}

.bar{
	width: 30px;
	background-color: #D0DFF9;
}

#foot{
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/foot.gif);
}

#page{
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 50px;
	text-align: center;
	background-image: url(../image/page.gif);
}

#nav{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D0DFF9;
}

#nav p{
	margin: 4px;
	color: #000000;
	font-size: 13px;
	text-align: left;
}

#title{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #AC2F0B;
	font-size: 24px;
	font-weight: bold;
	font-family: "¿¬Ìå_GB2312";
	line-height: 36px;
	text-align: center;
}

#text{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
}