body {
	background: #F3F3EF url(/data/images/bgSmall.png) repeat-x scroll 0 0;
}

#main {
	height: 273px;
}

#content {
	padding-bottom: 51px;
}

#footer
{
	background: url('/data/images/footerSmall.png') repeat-x top center;
	height: 51px;
	margin-top: -51px;
}

#fText {
	padding:19px 0 0 0;
	margin:0;
}

#headerText{
	margin:0 0 0 0;
	font-size:12px;
	line-height:140%;
	color:#bfbebe;
	padding:5px;
}

.chast {
	width:300px;
	height:200px;
	float:left;
	margin:10px 5px 10px 0;
	color:#000;
	line-height:150%;
	font-size:12px;
	text-shadow: #fff 1px 1px 0;
}

.chast .sub {
	color:#686868;
	font-size:11px;
	padding-bottom:10px;
}

.chast .head {
	color:#000;
	font-size:16px;
	font-weight:bold;
}

.chast .bottom {
	color: #252525;
	margin-top:13px;
}

.divder {
	width:100%;
	height:0;
	border-bottom: 1px solid #dad9d7;
	border-top: 1px solid #fff;
	margin:10px 0;
}

#pagination a{
	background:url('/data/images/paging.png') repeat-x;
	padding:4px 9px 4px 9px;
	color:#fff;
	margin:0 1px;
	text-decoration:none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-topleft: 5px;
}
