#CONTENT {
	padding-top: 10px;
}
#tdBody .imgPavers   {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
#CONTENT  #txtTopRightNumber{
	float: left;
	margin: 0px;
	height: 70px;
	width: 190px;
	background-position: right bottom;
}
#CONTENT h1 {
	padding: 0px;
	line-height: 16px;
	width: 130px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
}
#CONTENT #pagination{
	margin-bottom: 20px;
	float: left;
	width: 655px;
	line-height: 16px;
}
#CONTENT #pagination ul{
}
#CONTENT #pagination li{
	list-style-type: none;
	display: inline;
}
#CONTENT #pagination a {
	text-decoration: none;
	color: #FCAB03;
	background-color: #5B2E06;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #5B2E06;
	padding-top: 3px;
	padding-bottom: 3px;
}
#CONTENT #pagination a:hover{
	border-top-color: #FF6;
	border-right-color: #FF6;
	border-bottom-color: #FF6;
	border-left-color: #FF6;

}
#CONTENT #pagination a.currentpage{ /*Style for currently selected page link*/
	background-color: transparent;
	color: #FF6;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: default;

}
#CONTENT #pagination a.disabled , #pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: default;
	color: #B25F0D;

}
#CONTENT #divContent {
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
}


#CONTENT #divContent h3  {
	margin-bottom: 15px;
}
#CONTENT #divContent #tableArticles tr td {
	padding-right: 10px;
	padding-left: 10px;
}
