﻿#Banner 
{
	height: 150px;
	width: 900px;
	background: #000 url(/Content/Images/site_banner.png) no-repeat top left;
	text-indent: -9999px;
}
#LogoHome 
{
	cursor: pointer;
	position: absolute;
	width: 300px;
	height: 160px;
}
#SubNav 
{
	width: 900px;
	height: 29px;
	background: #000 url(/Content/Images/site_subnav.png) no-repeat top left;
	text-align: right;
	font-size: 110%;
	font-weight: bold;
	line-height: 28px;
}
#ResultsPager 
{
	text-align: center;
	background-color: #FAF4D5;
	border: 3px solid #866B01;
	clear: both;
	margin: 15px;
	padding: 10px;
}
#ResultsPager a, #ResultsPager span
{
	padding: 0px 5px;
}
#ResultsPager span.current 
{
	font-weight: bold;
}