
/*main*/
#main {
	font-size:12px;
	line-height:1.56em;
	color:#000;
}

#main h2{
	width:570px;
	height:33px;
	background:url(../img/h2Bg.gif) no-repeat;
	margin-bottom:11px;
	
	font-size:16px;
	line-height:33px;
	padding:0 10px;
	color:#fff;
	overflow:hidden;
}

#main p,
#main dl,
#main ul,
#main ol,
#main bloackquote,
#main hr{
	clear:both;
	margin-bottom:16px;
}

#main dl{
	width:590px;
	overflow:hidden;
}

#main dt img {
	width:142px;
	height:107px;
	float:left;
	margin-right:16px;
}

#main dt {
	font-weight:bold;
	font-size:14px;
}

#main dd {

}

#main dd.clear{
	float:none;
	clear:both;
	width:590px;
	height:1px;
	padding:8px 0 16px 0;
	background:url(../img/lineDotted2.gif) repeat-x 0 8px;
}

#pagebute{
	clear:both;
	margin:1em 0;
	padding:0.5em 0;
	text-align:center;
}

#pagebute a{
	text-decoration:none;
}

#pagebute .current_page{
	padding:2px 5px;
	background:#B20B0B;
	color:#fff;
}

#pagebute .link_page{
	padding:2px 5px;
	border:1px solid #B20B0B;
	color:#000;
}

#pagebute .link_next{
	padding:2px 10px;
	border:1px solid #B20B0B;
	color:#000;
}

#pagebute .link_before{
	padding:2px 10px;
	border:1px solid #B20B0B;
	color:#000;
}





