body{list-style:none;}
body,a,p,b,span,h1,h2,h3,h4,h5,h6,input,tr,td,label,div{font-family:Arial, Helvetica, sans-serif;}
/*--------------- Layout -----------------------*/
.main{
	width:100%;
	height:100%;
	margin:0px auto;
}
.layout-center{
	width: 100%;
	display: block;
	position: relative;
	overflow:hidden;
}
.center-inner,.layout-footer{
	width:1000px;
	margin:0 auto;
	display:block;
	position:relative;
	z-index:999;
}
.center-inner{
	margin-top:10px;
}
.center-inner-top{
	width:1000px;
	height:19px;
	background:url(../images/content-top.png) no-repeat;
}
.center-inner-center{
	width:954px;
	padding:0 23px;
	overflow:hidden;
	background:url(../images/content-center.png) repeat-y;
}
.center-inner-bottom{
	width:1000px;
	height:23px;
	background:url(../images/content-bottom.png) no-repeat;
}
.paging-bound{
	border-bottom:1px solid #000034;
	width:100%;		
}
.duk-paging-bound{
	float:right;
	height:60px;
	padding-top:28px;
	text-align:center;
	margin-top:-30px;
	margin-bottom:-50px;	
	font-weight:bold;
}
.duk-paging-bound span:first-child{
	color:#000 !important;	
}
.duk-paging-bound font{
	color:#F00 !important;	
}
.duk-paging-bound a{
	color:#999 !important;
}
