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

*{
	margin:0;
	padding:0;
}

img {
	border: none;
}

a {
	color:#000000;
}

a:hover{
	text-decoration:none;
}

a:visited{
	color:#000000;
}


p{
	margin-top:10px;
}

body{
	background:url(../images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

.pagecontainer{
	margin:20px auto;
	width:822px;
}

.topborder{
	background:url(../images/topborder.gif) center bottom no-repeat;
	height:11px;
}

.mastbottom{
	width:100%;
	background:url(../images/mastbottom.gif) repeat-x;
	height:26px;
}
.mainbg{
	background:url(../images/mainbg.gif) center repeat-y;
	padding:0 11px;
}

.leftsidebar{
	width:274px;
	float:left;
}

.nav{
	height:245px;
	background:url(../images/nav/bg.gif);
}

.nav img{
	margin:9px 0 0 18px;
}

.content{
	float:left;
	padding:40px;
	font-size:13px;
	line-height:18px;
	width:400px;
}

.ourhomes{
	margin:10px 85px 0 60px;
	padding-bottom:10px;
	color:#555113;
	font-size:14px;
}

.ourhomes .header{
	font-size:15px;
	font-weight:bold;
}

.services ul{
	margin-left:10px;
	list-style-type:none
}

.gallery{
	padding:0 50px;
}

.gallery div{
	text-align:center;
	margin-top:20px;
	font-size:13px;
}

.bottomborder{
	background:url(../images/bottomborder.gif) center bottom no-repeat;
	height:13px;
}

.footer{
	font-size:13px;
	line-height:18px;
	color:#EEEEEE;
	margin:15px 0;
	text-align:center;
}

.sitemap{
	font-size:12px;
	color:#CC9999;
}

.sitemap a{
	color:#CC9999;
}

.sitemap a:hover{
	color:#CC9999;
}

.sitemap a:visited{
	color:#CC9999;
}