html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td, input { margin: 0; padding: 0; list-style-type: none; position: relative;}
html {height: 100%; background: #2e2e26 url(../images/background.jpg) no-repeat fixed center;}
body {font: medium/normal "Lucida Grande", Lucida, Verdana, sans-serif;color: #444444; height: auto; min-height: 100%;}

p {padding: 6px;line-height: 1.5;overflow: hidden;}

a {
	color: #233873;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/header.png) no-repeat left top;
	height: 227px;
}
#nav {
	position: absolute;
	bottom: 0px;
}

#nav ul {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 20px;
	overflow: hidden;
}
#nav ul li {
	float: left;
	margin-right: 10px;
}
#nav ul li a {
	font-size: 130%;
	padding: 4px 10px 4px 10px;
	display: block;
	color: #fff;
}

#home-body #header #nav ul li#home a, #search-listings-body #header #nav ul li#search-listings a, #contact-body #header #nav ul li#contact a  {
	background: #fff;
	color: #000;
	font-weight: bold;
}

#content {
	clear: both;
	width: 860px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	min-height: 200px;
	background: url(../images/content-bg.png) repeat-y top center;
}
#content-top {
	clear: both;
	width:  900px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-top-bg.png) no-repeat top center;
}
#content-bottom {
	clear: both;
	width:  900px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bottom-bg.png) no-repeat top center;
}

#sub-nav {
	display: block;
	float: left;
}
#sub-nav li {
	display: block;
	width: 100%;
}
#sub-nav li a {
	padding: 6px;
	display: block;
	font-size: 110%;
}

#footer {
	/*display: none;*/
}

#btm-links {
	width: 900px;
	height: 89px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bottom-links.png);
}

#search_here {
	width: 800px;
/*  height: 800px;*/
	margin-left: auto;
	margin-right: auto;
}

#search_here iframe {
	width: 100%;
	height: 400px;
	border: none;
	
}

#image-shuffle {
	width: 800px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}

.loading
{
    background: url( '/images/loadingIcon.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
	z-index:10;
}

#contact-holder {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}