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

#page {
position: relative;
width: 900px;
left: 50%;
margin-left: -450px;
border-left: solid 3px #fff;
border-bottom: solid 3px #fff;
border-right: solid 3px #fff;
background: url(images/pagebg.jpg);
}
#pagepadding {padding: 0px;}

#header {
text-align: right;
background:url(images/headerbg.jpg) no-repeat;
height: 198px;
}
#headerpadding {padding: 10px;}

#contentheader {
text-align: right;
background:url(images/contentheader.jpg) no-repeat;
height: 150px;
}

#contactinfo {
position: relative;
width: 200px;	
height: 150px;
background: url(images/contactbutton.png) no-repeat;
text-align: center;
font-size: 20px;
font-family: "Times New Roman", Times, serif;
color: #000;
}
#contactinfo a {color: #231E13; text-decoration: none;}
#slideshow {
	position: absolute;
	margin: 25px 45px;
	width: 450px;
	height: 320px;
	z-index: 10;
}
#slideshowbg {
	height: 375px;
	width: 900px;
	background: url(images/slideshowbg.png) no-repeat;
	}
#featuredhomes {
	width: 900px;
	height: 200px;
	background:url(images/featuredhomesbg.png) no-repeat;
	padding: 15px 10px 10px 240px;
	}
#content {}
#contentpadding {padding: 0px 30px;}

#footer {
	clear:both;
text-align: right;
font-size: 10px;
}
#footerpadding {padding: 10px;}

