body {
	background-color: 		#FFFFFF;
	margin: 				0px auto; 
	padding: 				0px;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			center;
}
.mainpage {
	float: 					left;
}
.mainpage .top1 {
	background-image: 		url(/images/index_01.jpg);
	height: 				133px;
	width: 					180px;
}
.mainpage .top2 {
	background-repeat: 		no-repeat;
	background-image: url(/images/index_02.jpg);
}
.mainpage .menu {
	background-image: 		url(/images/index_13.gif);
	background-repeat: 		repeat-y;
	margin: 				0px;
	padding: 				0px;
	float: 					left;
	text-align: 			left;
}
.mainpage .menu ul {
	list-style-type: 		none;
	margin: 				0px;
	width: 					152px;
	padding: 				0px;
}
.mainpage .menu li {
	padding: 				2px 0px;
}
.mainpage .menu .menubottom {
	background-image: 		url(/images/index_14.jpg);
	height: 				29px;
	width: 					180px;
}
.mainpage .menu a {
	background-image: 		url(/images/index_13.gif);
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				13px;
	font-weight: 			bold;
	text-decoration: 		none;
	color: 					#000;
	display: 				block;
	width: 					153px;
	padding-top: 			3px;
	padding-bottom: 		3px;
	padding-left: 			5px;
}
.mainpage .menu a:hover, .mainpage .menu .current a  {
	background-image: 		url(/images/menudown.jpg);
	color: 					#9D0000;
}

.mainpage .maincenter {
	float: 					none;
	width: 					70%;
	margin: 				0px auto;
	text-align: 			justify;
}
.mainpage .forum {
	float: 					none;
	width: 					70%;
	margin: 				0px auto;
	text-align: 			justify;
}

.mainpage .maincenter li {
	list-style-image: 		url(/images/dot.gif);
}
.mainpage .maincenter a {
	color: 					#9B0000;
	font-style:				italic;
	font-weight: 			bold;
	text-decoration: 		none;
}
.mainpage .maincenter a:hover {
	color: 					#3399FF;
	font-style: 			italic;
	font-weight: 			bold;
	text-decoration: 		none;
}
.mainpage .maincenter h1 {
	font-family: 			"Times New Roman", Times, serif;
	font-size: 				26px;
	font-style: 			italic;
	font-weight: 			bold;
	text-align: 			center;
}
.mainpage .maincenter h2 {
	font-family: 			"Times New Roman", Times, serif;
	font-size: 				20px;
	font-weight: 			bold;
}
h1 {
	font-family: 			"Times New Roman", Times, serif;
	font-size: 				26px;
	font-style: 			italic;
	font-weight: 			bold;
	text-align: 			center;
}

.mainpage .bottom, .mainpage .bottom a {
	clear: 					both;
	width: 					60%;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				10px;
	color: 					#666;
	margin-top: 			20px;
	margin-right: 			auto;
	margin-bottom: 			5px;
	margin-left: 			auto;
}
.mainpage .bottom a:hover {
	color: 					#000;
}
