body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	background-color: #d5e1d0;
	color: #4c4c47;
}
a { color: #235084; }
#home_link {
	display: block;
	position: absolute;
	text-decoration: none;
	width: 230px;
	height: 90px;
	left: 330px;
	top: 50px;
	z-index: 100;
}
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#top {
	width: 900px;
	height: 189px;
	background-image: url(../images/bg_top.jpg);
	position: relative;
}
#nav {
	padding-top: 152px;
	text-align: center;
	z-index: 1;
	position: relative;
}
#footer {
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 11px;
	text-align: right;
	padding-bottom: 30px;
}
#content {
	background-image: url(../images/bg_content.jpg);
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 20px;
	padding-bottom: 8px;
	font-size: 11px;
	line-height: 16px;
	color: #4c4c47;
}
#content_bottom {
	background-image: url(../images/bg_content_bottom.jpg);
	height: 71px;
	position: relative; 
	top: -8px;
}
h1 { 
	margin: 3px 0px 4px 0px;
	font-size: 20px;
}
#bottom_buttons {
	height: 131px;
	margin-left: 8px;
	background-image: url(../images/bg_bottom_button.jpg);
	position: relative;
	top: -8px;
}
#bottom_buttons a {
	display: block;
	position: absolute;
	width: 100px;
	height: 60px;
	text-decoration: none;
	top: 40px;
}
#b_legacy { left: 58px;}
#b_bellewood { left: 192px;}
#b_longridge { left: 325px; }
#b_sanctuary { left: 460px; }
#b_westmont { left: 600px; }
#b_abney { left: 735px; }
#contact_content {
	width: 280px;
	float: left;
}
#contact_form {
	width: 435px;
	float: right;
}
.c_input {
	border: 1px solid #bbbbbb;
	padding: 3px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	width: 340px;
}