#main_home {
	margin-left:80px;
	margin-right:30px;
}

#mainbtn_home {
	background:no-repeat url(../img/00_btn_bg.gif);
	padding-left:80px;
}
#mainbtn_home ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#mainbtn_home li{
	font-size:14px;
	list-style-position:outside;
	float:left;
	height:40px;
}
#mainbtn_home li a{
	display: block;
	line-height:40px;
	color: #ffffff;
	text-decoration: none;
	padding:0px 12px 0px 24px;
	background-image: url(../common/marker_circle_w.gif);
	background-repeat:no-repeat;
	background-position:0px;
}
#mainbtn_home li a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color:#0598E8;
	padding:0px 12px 0px 24px;
	background-image:url(../common/marker_circle_w_on.gif);
	background-repeat:no-repeat;
	background-position:0px;
}


#top_fla{
	background:no-repeat 930px 0px url(../img/00_flash_bg.gif);
	background-color:#035F91;
}



.topics_list{
	border-bottom:1px dotted;
	padding-left:18px;
	background:no-repeat url(../common/marker_circle.gif) 0px 10px;
	border-bottom:dotted #B2B2B2 1px;
	margin-left:18px;
	padding:6px 0px 6px 18px;
}

.topics_title{
	background:no-repeat left center url(../common/marker_blue.gif);
	padding-left:18px;
	font-size:16px;
	font-weight:bold;
}

.topics_dotline{
	border-bottom:dotted #B2B2B2 1px;
	padding:0px 0px 6px 0px;
}