#news-list li {
	margin-bottom: 23px;
}

#news-list h1
{
	font-size: 20px;
	color: #826641;
	margin-bottom: 13px;
}
 article h1
{
	font-size: 35px;
	color: #826641;
	margin-bottom: 13px;
}

#news-list h1 a {
	color: #826641;
}

#news-list .image {
	width: 139px;
	height: 86px;
	border: 1px solid #826641;
	float: left;
}

article .image {
	border: 1px solid #826641;
	float: left;
	margin-right: 16px;
}

#news-list .excerpt, article .content {
	float: left;
	width: 511px;
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	margin-left: 16px;
	margin-bottom: 14px;
}

article .content {
	float: none;
	width: 690px;
	margin-left: 0px;
}

#news-list .excerpt span, article .content span {
	color: #826641;
	font-size: 10px;
	font-style: italic;
}

#news-list footer {
	clear: both;
	padding-left: 155px;
}

#news-list footer a {
	font-family: Arial;
	font-size: 11px;
	color: #826641;
	text-decoration: none;
}

#pagination {
	float:left;
	width:100%;
	overflow:hidden;
	margin-bottom: 19px;
	margin-left: -70px;
}

#pages li a#previous, #pages li a#next {
	background-image: url("/public/css/images/pagination_sprite.gif");
	width: 11px;
	height: 9px;
	display: block;
	margin-top: 2px;
}

#pages li a#previous:hover {
 	background-position: 11px 0px; 
}

 #pages li a#next {
 	background-position: -11px -11px; 
 }
 #pages li a#next:hover {
 	background-position: 0px -11px; 
 }

#pages {
	clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

#pages li {
	float: left;
	display:block;
	float:left;
	list-style:none;
	margin:0;
	position:relative;
	right:50%;
	margin-left: 5px;
}

p {
	margin-bottom: 20px;
}

#pages li a{
	display: block;
	color: #686868;
	width: 14px;
	height: 14px;
	font-size: 11px;
	line-height: 14px;
	
}
#pages li a.active {
	color: white;
	background-color: #cf641d;
}