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

/*---------customize-----------*/
.topics h2,.topics h3{
	color:#900;
}
/*------------------------------*/

/*-------------wrapper------------*/
h1,h2,h3,h4,h5,h6,p{
	width:auto;
	margin:0px;
	padding:0px;
}
body{
	background:url("../images/css_index_bg.gif") center repeat-y;
}
#wrapper{
	background:url("../images/css_index.jpg") top center repeat-y;
}
#submenu{display:none;}
#main {
	float:right;
	width:766px;
	padding:0px 0px 20px 0px;
	/*background:#fff;*/
}

/*-------------#top_flash------------*/
#top_flash{
	float:right;
	width:766px;
	height:240px;
	margin:0px;
	padding:0px;
	background:#aaa;
}
#top_flash object{
	width:100%;
	height:100%;
}
/*--------------top_banne-------------*/
#top_banner{
	float:right;
	width:215px;
	margin:40px 0px 0px 0px;
	padding:0px;
}
#top_banner img{
	width:100%;
	margin:0px;
	padding:0px;
}
/*------topics---------*/
.topics{
	float:left;
	display:inline;
	width:470px;
	margin:40px 0px 0px 40px;
	padding:0px;
	background:url("../images/t_topics.gif") top left no-repeat;
}
.topics h1{display:none;}
.topics h2,.topics h3{
	float:right;
	width:290px;
	margin:35px 0px 0px 0px;
	padding:0px;
	font-size:1.2em;
	line-height:1.2em;
	border:0px;
	background:none;
}
.topics p{
	float:right;
	width:290px;
	margin:0px;
	padding:0px;
	font-size:0.85em;
	color:#666;
}
.topics_link{
	float:right;
	text-align:right;
	font-size:12px;
	color:#a70000;
}
.topics_flash{
	float:left;
	width:160px;
	height:120px;
	background:#aaa;
}
.topics_flash object{
	width:100%;
	height:100%;
}
/*------news_continue---------*/
.news_continue{
	float:left;
	display:inline;
	width:470px;
	margin:10px 0px 0px 40px;
	padding:0px;
	line-height:1.2em;
	font-weight:bolder;
	color:#f00;
}
.news_continue fieldset legend{
	margin:0px 20px;
	padding:1px 10px;
	background:#fff;
}
.news_continue fieldset{
	margin:0px;
	padding:10px;
	border-collapse:collapse;
	border-spacing:0px;
	background:#fff;
	border:1px #d00 solid;
}
/*------new---------*/
.new{
	float:left;
	display:inline;
	width:470px;
	margin:20px 0px 0px 40px;
	padding:0px;
	background:url("../images/t_new.gif") top left no-repeat;
}
.new h1{display:none;}
.new table{
	clear:both;
	margin:0px;
	border-top:1px #999 solid;
}
.new table td{
	padding:3px;
	border-bottom:1px #999 solid;
}
.new_link{
	float:right;
	font-size:12px;
	line-height:30px;
	color:#a70000;
	margint:0px;
	padding:0px 10px;
}
