/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #6a4f20; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}
.img {border: 2px solid #35356B}

/* ----- typography/positioning ----- */
.content {padding: 0px 22px 0px 22px;}
.welcome {padding: 0px 19px 0px 22px;}

.realestate1 {padding: 5px 0px 0px 10px;}
.rental1 {padding: 6px 0px 0px 10px;}

.realestate2 {padding: 0px 10px 0px 0px;}
.rental2 {padding: 0px 10px 0px 0px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #376490;}
a:visited {text-decoration: none; color: #376490;}
a:hover {text-decoration: underline; color: #376490;}
a:active {text-decoration: none; color: #376490;}

.footer a:link, .copyright a:link {text-decoration: none; color: #fff;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #fff;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #fff;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.top-l {background: url('top-l.jpg') right top no-repeat;}
.top-r {background: url('top-r.jpg') left top no-repeat;}

.mid-l {background: url('mid-l.jpg') right top no-repeat #f1e0ab;}
.mid-r {background: url('mid-r.jpg') left top no-repeat #f1e0ab;}

.home-bg-y {background: url('home-bg-y.jpg') left top repeat-y; height: 304px;}
.sub-bg-y {background-color: #f1e0ab;}

.welcome {background: url('welcome-bg.jpg') left bottom no-repeat;}
.content {background: url('content-bg.jpg') left top no-repeat;}
.realestate1 {background: url('realestate1.jpg') left top no-repeat;}
.realestate2 {background: url('realestate2.jpg') left top no-repeat;}
.rental1 {background: url('rental1.jpg') left top no-repeat;}
.rental2 {background: url('rental2.jpg') left top no-repeat;}

.foot-bg {background: url('foot-bg.jpg') center top repeat-x;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}
#fader {height: 265px; width: 760px; overflow: hidden;}