/* CSS Document */
#page{
	width:900px;
	margin:0px auto;
	font-size:12px;
	color:#333333;
	border:0px;
	line-height:24px;}
	
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color:#FF6633;
}
a:active {
	text-decoration: none;
	color: #333333;
}

	
/*header*/
#nav{
	background:url(image/nav-bg.jpg);
	height:30px;
	margin-top:2px;
	font-size:14px;
	font-family: "ÃÔÄã¼òÁâÐÄ","ºÚÌå";
	color:#FFFFFF;
	border:0px;}
	#nav ul{
		list-style:none;
		margin:0 0 0 0;}
		#nav li{
			float:left;
			margin-top:4px;
			margin-right:40px;}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#nav a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/*main*/
.main-top{
	width:900px;
	}
.main-top-left{
	float:left;
	height:154px;
	width:95px;
	margin-top:10px;}
	
.main-top-right{
	float:right;
	height:154px;
	width:780px;
	margin-top:10px;}
	
.main-bottom-left{
	float:left;
	width:600px;
	margin-top:15px;}
	.main-bottom-txt-one{
			border:1px solid #f8ebbe;
			padding:10px;}
	.main-bottom-txt-two{
			border:1px solid #8fcae6;
			padding:10px;}

	.main-bottom-txt-three{
			border:1px solid #82e7aa;
			padding:10px;}

.main-bottom-right{
	float:right;
	width:280px;
	margin-top:15px;}
	.main-bottom-right-txt{
			border:1px solid #484648;}
	
/*bottom*/

.down{
	width:900px;
	margin-top:15px;}
	
.down-left{
	width:280px;
		float:left;
		margin-top:15px;}
	.down-left-txt{
		border:1px solid #74d2ed;
		}
		.down-left-txt ul{
			list-style:none;
			padding:0 0 0 0;
			margin:10px;}
			
.down-middle{
	width:280px;
	float:left;
	margin-left:30px;
	margin-top:15px;}
	.down-middle-txt{
		border:1px solid #74d2ed;
		}
		.down-middle-txt ul{
			list-style:none;
			padding:0 0 0 0;
			margin:10px;}
			
.down-right{
	width:280px;
	float:right;
	margin-left:30px;
	margin-top:15px;}
	.down-right-txt{
		border:1px solid #74d2ed;
		}
		.down-right-txt ul{
			list-style:none;
			padding:0 0 0 0;
			margin:10px;}
			
/*message board*/
.msb{
	width:900;
	float:left;
	margin-top:15px;
	height:200px;}
	.msb-txt{
		border:1px solid #f0ba7a;}
			
/*js*/

#jvs{
	clear:both;
	text-align:center;
	width:900px;
	margin:15px auto;
	color:#333333;
	font-size:12px;
	}