body {	
	margin: 0;
	padding: 0;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #ffffff;
}

#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: left;
	width: 900px;
	border: 0px;
	color: #4D4D4D;
	background-color: #fff;
}

table#top {
	margin: 0;
	padding: 0;
	width: 900px;
	border-collapse: collapse;
	border: 0;
	background-color: #fff;
	color: #ffffff;
}

table#top td#line{
	width: 900px;
	height: 5px;
	padding: 0;
	background-color: #B34C26;
	color: #ffffff;
}

table#top td{
	width: 900px;
	padding: 0;
	background-color: #fff;
	color: #000000;
}

table#top td#line2{
	width: 900px;
	height: 16px;
	padding: 0;
	background-color: #B34C26;
	color: #ffffff;
}

#content {
	border: 1px solid #81806F;
	border-top: none;
	padding: 10px 15px 10px 20px;
	width: 863px;
	color: #000000;
	background-color: #ECE0B8;
}

table#plans {
	margin: 0;
	padding: 10px;
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

table#plans td{
	width: 25%;
	padding: 10px;
	background-color: #ECE0B8;
	color: #000000;
	text-align: center;
	vertical-align: top;
}

table#community {
	margin: 0;
	padding: 10px;
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

table#community td{
	vertical-align: top;
	padding: 10px;
	background-color: #ECE0B8;
	color: #000000;
}

ul#homepage {
	margin: 0;
	padding-left: 8px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #B44C27;
	background-color: transparent;
}

ul#homepage li {
	margin: 10px;
}


/* Main Navigation */	

ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding: 0 0 24px 100px;
	border-bottom: 1px solid #81806F;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
}

ul#tabnav li {
	float: left;
	height: 21px;
	background-color: #81806F;
	color: #000000;
	margin: 2px 2px 0 2px;
	border: 1px solid #81806F;
}

ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}

ul#tabnav a:hover {
	background-color: #ECE0B8;
	color: #000000;
}

body#home li.home, body#community li.community, body#amenities li.amenities, body#plans li.plans, body#features li.features, body#gallery li.gallery, body#contact li.contact {
	border-bottom: 1px solid #ECE0B8;
	color: #000000;
	background-color: #ECE0B8;
}

body#home li.home a:link, body#home li.home a:visited,
body#community li.community a:link, body#community li.community a:visited,
body#amenities li.amenities a:link, body#amenities li.amenities a:visited,
body#plans li.plans a:link, body#plans li.plans a:visited,
body#features li.features a:link, body#features li.features a:visited,
body#gallery li.gallery a:link, body#gallery li.gallery a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited {
	color: #000000;
	background-color: #ECE0B8;
}

/* Top Navigation */	

ul#topnav {
	list-style-type: none;
	margin: 0;
	position: absolute;
	left: 695px;
	top: 5px;
	padding-left: 0px;
	font: 10px Georgia, "Times New Roman", Times, serif;
}

ul#topnav li {
	float: left;
	height: 22px;
	background-color: transparent;
	color: #ffffff;
	margin: 0;
	padding: 0 15px 0 15px;
	border: 0px solid #711515;
}
ul#topnav a:link, ul#topnav a:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	padding: 0px;
}
ul#topnav a:hover {
	background-color: transparent;
	color: #00ff00;
}

/* footer */	

#bottom {
	width: 900px;
	color: #000000;
	background-color: #fff;
}

#footer {
	float: left;
	margin: 0;
	padding-top: 2px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #fff;
}

#footer a:link, #footer a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

#footer a:hover {
	background-color: #fff;
	color: #8BA1B6;
}

#copyright {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: right;
	background-color: transparent;
	padding: 2px 2px 0 2px;
}

#blogos {
	float: right;
	padding-top: 5px;
}

#enlarge {
	font: 10px Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}

#enlarge a:link, #enlarge a:visited {
	text-decoration: none;
}