#wp_page_numbers, #wp_page_numbers ul, #wp_page_numbers span {
	background: #fff;
	margin: 0;
	border: none;
	text-decoration: none;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	letter-spacing: 0px;
	word-spacing: 0px;

	font-weight: normal;
	line-height: 21px;
	padding: 0px 0px 20px 1px;
	vertical-align: top;
}

#wp_page_numbers img	{ padding-right:2px; }

#wp_page_numbers a {
	background: #fff;
	margin: 0;
	border: none;
	text-decoration: none;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
	line-height: 21px;
	vertical-align: top;
}

#wp_page_numbers {
	margin:0;
	background: #fff;
	text-align: center;
}
#wp_page_numbers ul {
	margin:0 50px;
	text-align: center;
}
#wp_page_numbers li {
	float: left;
	display: block;
	text-align: left;
}

#wp_page_numbers a {
	color: #5F2694;
	text-decoration:underline;
	font-family: Arial;
	font-size: 11px;
}

#wp_page_numbers span a:hover {
	color: #000000;
	color: #23104A;
	text-decoration:none;
}

#wp_page_numbers span.space {
	font-size: 11px;
	font-family: Arial;
	color: #aaa;
}

#wp_page_numbers span.first_last_page {
}

#wp_page_numbers span.active_page a {
	color: #3C3D3F;
	font-weight: bold;
	text-decoration:none;
}
#wp_page_numbers span.active_page a:hover  {
	color: #3C3D3F; /* IE fix */
	font-weight: bold;
	text-decoration:none;
}

#wp_page_numbers span.page_info {
	float: left;
	font-size: 11px;
	font-family: Arial;
	color: #aaa;
}
