@charset "utf-8";
@import url("design2.css");
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	color:#333;
	font-size:12px;
	line-height:16px;
}


#layout{
	margin:auto;
	width:760px;
	height:680px;
	background-image:url(index_new/bg_top.jpg);
	background-position:0px 169px;
	background-repeat:no-repeat;
}


#head{
	width:760px;
	height:140px;
	background-image:url(index_new/head.jpg);
	margin-bottom:1px;
}

#menubar{
	width:760px;
	height:20px;
	background-image:url(index_new/bg_menubar.jpg);
	padding-top:3px;
	padding-bottom:3px;
}

.menutext{
	width:auto;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	float:left;
	padding:0px 20px 0px 20px; 
}


.menutext a:link{
	color:#FFF;
	text-decoration:none;
}

.menutext a:visited{
	color:#FFF;
	text-decoration:none;
}

.menutext a:hover{
	color:#F99;
	text-decoration:none;
}


#topmain{
	width:450px;
	height:500px;
	float:right;
}

.aisatu{
	padding-top:15px;
	width:445px;
	margin:auto;
	font-size:13px;
	line-height:20px;
	color:#600;
}


.topics{
	margin-top:10px;
	width:450px;
	height:150px;
}

.whatsnew{
	background-image:url(index_new/whatsnew_title.gif);
	background-repeat:no-repeat;
	margin-top:15px;
	width:280px;
	height:170px;
	float:left;
	line-height:18px;
	overflow:auto;
	border:#CCC 1px solid;
	padding:30px 10px 10px 10px;
}


.whatsnew a{
	color:#333;
}

.whatsnew a:visited{
	color:#333;
}

.whatsnew a:hover{
	color:#900;
}

.banner{
	width:130px;
	height:200px;
	float:right;
	margin-top:15px;
	font-size:10px;
}


#foot{
	width:760px;
	height:60px;
	background-image:url(index_new/bg_foot.jpg);
	margin:auto;
}


#clear{
	clear:both;
}