html, body {
	background: #fff;
	margin: 0;
	padding: 0;
	}
	
div#pagecontainer {
	margin: 0 auto;
	width: 907px;
	}
	
h1 {
	background: url(images/logo.jpg) no-repeat;
	float: left;
	height: 115px;
	margin: 0 0 0 10px;
	padding: 0;
	text-indent: -9999px;
	width: 403px;
	}
	
h1 a {
	display: block;
	float: left;
	height: 115px;
	margin: 0 0 0 10px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	width: 403px;
	}
	
#content a {
	color: #3d4d7e;
	font-weight: bold;
	text-decoration: none;
	}
	
div#content ul li {
	color: #3d4d7e;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	}
	
div.line {
	background: url(images/line.jpg) top center no-repeat;
	clear: both;
	height: 2px;
	margin: 15px auto;
	}

/* Feature property background
------------------------ */
div.featurebg {
        background: url(images/test.png) no-repeat center;
	clear: both;
	height: 420px;
	margin: 15px auto;
        }

/* List property background
------------------------ */
div.listbg {
        background: url(images/listbg.png) no-repeat center;
        clear: both;
        height: 180px;
        margin: 15px auto;
        }

/* List link background
------------------------ */
div.listlinkbg {
        background: url(images/list.png) no-repeat center;
        clear: both;
        height: 90px;
	line-height: 80px;
	text-align: center;
	text-transform: uppercase;
        font-size: 12.5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
        margin: 15px auto;
        }
	
div.floatright {
	float: right;
	margin: 0 15px 15px 7px;
	}
	
/* HEADER
----------------- */
div#header {
	background: url(images/headerbackground.jpg) repeat-x;
	height: 115px;
	}

/* NAVIGATION
----------------------- */
ul#navigation {
	float: right;
	margin: 90px 7px 0 0;
	padding: 0;
	}
	
ul#navigation li {
	color: #6573a3;
	display: inline;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 15px;
	}
	
ul#navigation a {
	color: #6573a3;
	text-decoration: none;
	}
	
ul#navigation a:hover {
	color: #6573a3;
	text-decoration: underline;
	}
	
/* FOOTER
----------------- */
div#footer {
	background: url(images/footerbackground.jpg) top center no-repeat #e7ebf7;
	clear: both;
	margin-top: 15px;
	height: 65px;
	padding: 10px;
	width: 885px;
	}
	
div#footercopyright {
	color: #1a2c3c;
	float: left;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	margin-top: 40px;
	}
	
div#footercopyright p a {
	color: #1a2c3c;
	text-decoration: underline;
	}
	
div#footerbanners {
	float: right;
	}
	
div#footer img, div#footer img a {
	border: 0;
	}
