@CHARSET "UTF-8";
.pages{
	background: url("../images/pagesRepeat.png") repeat-x top left;
	height: 40px;
	border-top: solid 1px #0084b3;
	text-align: center;
}
.pages .align{
	display: table;
	margin: 0 auto 0 auto;
}
.pages *{
	font: bold 12px sans-serif;
}
.pages a{
	float: left;
	color: #000;
	display: block;
	padding: 2px 5px 2px 5px;
	margin: 1px;
	text-decoration: none;
}
.pages a:hover{
	color: #d89745;
}
.pages div.text{
	float: left;
	color: #d89745;
	padding: 2px 5px 3px 5px;
	margin: 1px;
	vertical-align: middle;
}

