@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background: #978C6C;
	font: 11px Verdana,Arial,sans-serif;
	color: #000000;
	line-height: 1.5;
}
h1 {
	color: #3D270F;
	font: bold italic 18px Georgia,"Times New Roman",Times,serif;
	margin-bottom: 0.5em;	
}
h2 {
	color:#000000;
	font: bold 11px Verdana,Arial,sans-serif;	
}
h3 {
	margin: 0;
	display: inline;
	font-size: 11px;
}
h4 {
	color:#854623;
	font: bold 14px Georgia, "Times New Roman", Times, serif;	
}
img {
	border: none;
}
a {
	color:#863800;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
.wrapper {
	width: 755px;
	margin: 0 auto;
}
/* header */
.header {
	width: 755px;
	height: 377px;
}
.header2 {
    padding-top: 90px;
	width: 755px;
	height: 48px;
	background: url(../images/header.jpg) top center no-repeat;
}
.header2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header2 li {
	float: left;
	display: inline;	
}

/* navigation */
#home {
	width: 110px;
	height: 48px;
	background: url(../images/home.gif) no-repeat;
}
#homes {
	width: 176px;
	height: 48px;
	background: url(../images/homes.gif) no-repeat;
}
#community {
	width: 165px;
	height: 48px;
	background: url(../images/community.gif) no-repeat;
}
#area {
	width: 155px;
	height: 48px;
	background: url(../images/area.gif) no-repeat;
}
#contact {
	width: 149px;
	height: 48px;
	background: url(../images/contact.gif) no-repeat;
}

/* content */
.content {
	width: 695px;
	background: #FFF2CC url(../images/content_fade.gif) top left no-repeat;
	padding: 30px;
}
.bg {
	background: url(../images/footer_logo.gif) bottom left no-repeat;
	width: 100%;
}
.pages {
	padding-top: 10px;
	float: right;
}
.pages a {
	text-decoration: underline;	
}
.page {
	border-bottom: 1px solid #D1BC93;
	padding: 15px 0;
	width: 345px;
	float: left;
}
#last {
	border-bottom: none;	
}
.p1 {
	float: left;	
}
.description {
	float: left;
	width: 220px;
	padding-left: 20px;
}
/* homes */
.design {
	float: left;
	text-align: center;
	padding: 30px 25px;
}
.design a {
	text-decoration: underline;	
}

/* area */
.p2 {
	float: left;
}
.p2 img {
	margin: 10px 0;
	display: block;
}
.area .description {
	float: left;
	padding: 15px;
	width: 465px;
}

/* contact */
.profiles {
	width: 100%;
}
.profile {
	float: left;
	width: 49%;
	text-align: center;
	line-height: 2.5;
}
hr {
	width: 300px;
}

/* footer */
.footer {
	color: #FFE79E;
	background: url(../images/footer.gif);
	text-align: center;
	padding: 20px;
}
.footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFE79E;
}
.footer a:hover {
	text-decoration: underline;	
}
span.copyright {
	padding-right: 20px;	
}
span.credits {
	padding-left: 20px;	
}

