@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#2b2b2b;
}

#page {
	width: 910px;
	margin:0 auto; 
	text-align:center; 
	background: url("../images/background-shadow.gif") top left repeat-y;
}

#page-content {
	width:910px;
	margin:0 auto;
	text-align:left;
	height:100%;
}

#header {margin-top:10px; height:130px}
#header #header-left {width:600px; float:left}
#header #header-right {width:300px; float:right;}
#header #header-right p {font-size:11px; color:#ffffff; text-align:right}

#top-links {height:80px; background-color:#bd282e; font-size:11px; color:#ffffff}
#top-links a {color:#ffffff; text-decoration:none; height:100%; display:block}
/*#top-links a:link {color:#ffffff; text-decoration:none}
#top-links a:hover {color:#ffffff; text-decoration:none}
#top-links a:active {color:#ffffff; text-decoration:none}
#top-links a:visited {color:#ffffff; text-decoration:none}*/

#top-links #home {height:75px; width:80px; float:left; background-color:#bd282e; padding-top:5px}
#top-links #properties {height:75px; width:160px; float:left; background-color:#ce3139; padding-top:5px}
#top-links #about {height:75px; width:100px; float:left; background-color:#a71818; padding-top:5px}
#top-links #contact {height:75px; width:140px; float:right; background-color:#89181c; padding-top:5px}

#page-body {margin-top:10px}
#page-body #left-content {width:250px; float:left; background-color:#ffffff; text-align:left; height:480px}
#page-body #left-content h2 {color:#ffffff; font-size:11px; background-color:#bd282e; padding:5px; margin:0px; display:block}
#page-body #left-content p {color:#898581; font-size:11px; padding-left:10px; padding-right:10px; line-height:16px}
#page-body #left-content li {color:#898581; font-size:11px; padding-left:10px; padding-right:10px; line-height:16px}

#page-body #right-content {width:640px; float:right; text-align:left; background-color:#000000}
#page-body #right-content h1 {color:#ffffff; font-size:12px; background-color:#292929; display:block; margin:0; padding:5px 15px 5px 15px}
#page-body #right-content p {color:#ffffff; font-size:11px; padding-left:15px; padding-right:15px; line-height:16px}

#right-content #featured {margin:10px; padding:10px; background-color:#292929;}
#right-content #featured p {padding-left:5px}
#right-content #featured a {color:#bd282e; text-decoration:none}
#right-content #featured #left {width:140px; margin-right:5px; padding-left: 5px; float:left}
#right-content #featured #left #image {}
#right-content #featured #left #text {border-right:1px dashed #ffffff; padding-right:5px}
#right-content #featured #left-centre {width:140px; margin-right:5px; padding-left: 5px; float:left}
#right-content #featured #left-centre #image {}
#right-content #featured #left-centre #text {border-right:1px dashed #ffffff; padding-right:5px}
#right-content #featured #right-centre {width:140px; margin-right:5px; padding-left: 5px; float:left}
#right-content #featured #right-centre #image {}
#right-content #featured #right-centre #text {border-right:1px dashed #ffffff; padding-right:5px}
#right-content #featured #right {width:140px; margin-right:5px; padding-left: 5px; float:left}
#right-content #featured #right #image {}
#right-content #featured #right #text {}

#footer {color:#ffffff; font-size:10px; margin-top:10px; margin-bottom:10px}
#footer .red {color:#bd282e}
#footer a {color:#ffffff; text-decoration:none}

#footer #footer-left {float:left; width:250px; text-align:left; padding-left:5px}
#footer #footer-centre {float:left; width:300px; padding-left:15px; text-align:left}
#footer #footer-right {float:right; width:300px; padding-right:10px; text-align:right}