/*------------------------------*/
/*---------CSS Document---------*/
/*------------------------------*/

/*---------customize-----------*/
.topics h2,.topics h3{
	color:#999;
}
/*------------------------------*/
/*-------------header_p-----------------*/
#header_p{
	margin:30px 0px 0px;
	padding:0px;
	text-align:center;
}
/*-------------wrapper------------*/
h1,h2,h3,h4,h5,h6,p{
	width:auto;
	margin:0px;
	padding:0px;
}
#wrapper{
	background:#fff;
	/*background:url("../images/css_top_main.jpg") top center repeat-y;*/
}
#submenu{display:none;}
#main {
	/*float:right;
	width:766px;
	padding:0px 0px 20px 0px;*/
	background:#fff;
}
/*--------------top_banne-------------*/
#top_banner{
	margin:0px;
	padding:0px;
}
#top_banner img{
	/*width:100%;*/
	margin:0px;
	padding:0px;
}
.top_banner1{
	float:left;
	display:inline;
	width:390px;
	margin:15px 5px 0px 60px;
	padding:0px;
	text-align:center;
}
.top_banner2{
	float:right;
	display:inline;
	width:390px;
	margin:15px 60px 0px 5px;
	padding:0px;
	text-align:center;
}
/*------footer_menu-------*/
#footer_menu{
	clear:both;
	bottom:0px;
	width:100%;
	height:27px;
	line-height:27px;
	font-size:0.8em;
	text-indent:1em;
	text-align:center;
}
#footer_menu a{
	color:#666;
	margin:0px 5px;
}

