ul, li, div, p {margin: 0; padding: 0;}
a {color: #fff; text-decoration: underline;}
a:hover {color: #fff;}
img {border: none;}

body {
	background-color : #fff;
	margin: 0; padding: 0;
	font: 12px/15px 'verdana'; color: #fff;
	background: url('images/bg.gif') repeat;
}

#wrapper {width: 800px; margin: 0 auto;  margin-top: 0px; overflow: hidden; border: 1px #ccc solid; background-color: #AD633C;}

#head {width: 800px; height: 170px; float: left; background: url('images/header.jpg') no-repeat;}

#menu {float: left; width: 800px; height: 32px; margin-top: 0px; background: url('images/menubg.gif') repeat-x;}
#menu ul {padding-left: 0px;}
#menu ul li {width: 104px; float: left; list-style-type: none; margin-right: -2px; }
#menu ul li a {height: 32px; font: normal 13px/32px 'trebuchet ms'; color: #fff; display: block; text-decoration: none; text-align: center; cursor: pointer; background: url('images/butt.gif') no-repeat;}
#menu ul li a:hover {background: url('images/butt-hover.gif') no-repeat; font-weight: bold; color: #000;}
#menu ul li a:active {background: url('images/butt-hover.gif') no-repeat; font-weight: bold; color: #000;}
#menu ul li a.current {background: url('images/butt-hover.gif') no-repeat; font-weight: bold; color: #000;}
#menu img {float: right; margin: 4px 5px 0 0;}

#leftside {float: left; margin: 0; width: 220px; padding: 0px 0 0px 0;}
#leftside p {margin: 0; padding: 0px 20px 10px 20px;}
#rightside {float: left; margin: 0; width: 580px; padding-top: 10px; padding-bottom: 20px; background-color: #AD633C;}
#rightside p {margin: 0; padding: 10px 20px 10px 20px;}
#rightside h1 {font: 24pt 'times new roman'; font-weight: bold; color: #fff; padding: 0px 20px 0px 20px;}

#righttop {float: left; margin: 0; width: 580px; height: 425px; padding-top: 10px; padding-bottom: 20px; background-color: #AD633C;background: url('images/property.jpg') no-repeat;}
#righttop p {margin: 0; padding: 10px 20px 10px 20px;}
#righttop h1 {font: 24pt 'times new roman'; font-weight: bold; color: #fff; padding: 0px 20px 0px 20px;}

#footer {float: left; width: 800px; height: 54px; background: url('images/bgfoot.gif') no-repeat; color: #fff; border-top: 1px #fff solid;}
#footer p {margin-top: 5px; color: #fff;}
#footer p a {color: #fff; text-decoration: none;}
#footer p a:hover {color: #ccc; text-decoration: none;}
#footer .right {text-align: right; margin-right: 5px;}
