body {
	background-image:url('images/bg.jpg');
	font-family: arial, helvetica, serif;
	font-size: 12px;
	color: #56514D;
	text-align:center;
	margin:0;
	padding:0;
}

#wrapper {
	background-image:url('images/wrapper.jpg');
	background-repeat: repeat-y;
	position:relative;
	padding:0;
	width: 900px;
	min-height:800px;
	margin:0 auto;
	text-align:center;
}

#header {
	background:url(images/header.jpg);
	padding:0;
	margin:0;
	width: 900px;
	height:300px;
}

#lifestyle {
	background:url('images/lifestyle.jpg');
	padding:0;
	margin:0;
	width: 900px;
	height:300px;
}

#residences {
	background:url(images/residences.jpg);
	padding:0;
	margin:0;
	width: 900px;
	height:300px;
}

#contact {
	background:url('images/contact.jpg');
	padding:0;
	margin:0;
	width: 900px;
	height:300px;
}

#sidebar {
	background: #FFFFFF;
	color: #56514D;
	padding:20px;
	margin:0;
	width:260px;
	float:left;
}

#links {
	padding:0;
	margin:0;
	float:left;
	width:260px;
}

.space {
	background:#FFFFFF;
	height:100px;
}

#main {
	background: #FFFFFF;
	color: #56514D;
	padding:20px;
	margin:0;
	width:560px;
	float:right;
}

#locationfooter {
	background:url('images/locationfooter.jpg');
	width:560px;
	height:100px;
	margin:0;
	padding:0;
	float:right;
}


#lifestylefooter {
	background:url('images/lifestylefooter.jpg');
	width:560px;
	height:100px;
	margin:0;
	padding:0;
	float:right;
}

#residencesfooter {
	background:url('images/residencesfooter.jpg');
	width:560px;
	height:100px;
	margin:0;
	padding:0;
	float:right;
}

#contactfooter {
	background:url('images/contactfooter.jpg');
	width:560px;
	height:100px;
	margin:0;
	padding:0;
	float:right;
}

#olfooter {
	background:url('images/olfooter.jpg');
	width:560px;
	height:100px;
	margin:0;
	padding:0;
	float:right;
}

#iffooter {
	background:url('images/iffooter.jpg');
	width:560px;
	height:100px;
	margin:0;
	padding:0;
	float:right;
}

#map {
	background: url('images/map.jpg');
	width:280px;
	height:280px;
	margin:0 40px 20px 0;
	float:right;
}

#footer {
	background:#FFFFFF;
	position:absolute;
	bottom:0;
	margin:20px;
	padding:0;
	font-size:10px;
	text-align:center;
}

a {
	text-decoration: none;
}

a:link {
	color: #999189;
}

a:visited {
	color: #999189;
}

a:active {
	color: #827B74;
}

a:hover {
	color: #827B74;
}

h1 {
	font-family: arial, helvetica, serif;
	font-size: 16px; 
	font-weight: bold; 
	text-align: left;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: arial, helvetica, serif;
	font-size: 12px; 
	font-weight: normal; 
	text-align: left;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: arial, helvetica, serif;
	font-size: 16px; 
	font-weight: normal; 
	text-align: left;
	padding: 7px;
	margin: 0;
}

h4 {
	font-family: arial, helvetica, serif;
	font-size: 12px; 
	font-weight: normal; 
	text-align: left;
	padding: 5px 0 0 10px;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bullets {
	list-style: bullets;
	padding:0;
	margin:0;
}

#nav a {
	color: #FFFFFF;
}

#nav li {
	float: left;
	position: relative;
	text-align: left;
	width:300px;
	height:30px;
	font-size:16px;
	cursor: default;
	background:url(images/button.jpg);
	border:0;
	display:block;
}

#nav li:hover {
	background:url(images/button2.jpg);
}

#lsnav a {
	color: #FFFFFF;
}

#lsnav li {
	float: left;
	position: relative;
	text-align: left;
	width:300px;
	height:30px;
	font-size:16px;
	cursor: default;
	background:url(images/lifestylebutton.jpg);
	border:0;
	display:block;
}

#lsnav li:hover {
	background:url(images/button2.jpg);
}

#resnav a {
	color: #FFFFFF;
}

#resnav li {
	float: left;
	position: relative;
	text-align: left;
	width:300px;
	height:30px;
	font-size:16px;
	cursor: default;
	background:url(images/residencesbutton.jpg);
	border:0;
	display:block;
}

#resnav li:hover {
	background:url(images/button2.jpg);
}

#connav a {
	color: #FFFFFF;
}

#connav li {
	float: left;
	position: relative;
	text-align: left;
	width:300px;
	height:30px;
	font-size:16px;
	cursor: default;
	background:url(images/contactbutton.jpg);
	border:0;
	display:block;
}

#connav li:hover {
	background:url(images/button2.jpg);
}

#location li {
	font-size:12px;
	float: left;
	position: relative;
	text-align: left;
	padding:0;
	width: 200px;
	height:24px;
	background:url(images/link.jpg);
}
	
#location li:hover {
	background:url(images/link2.jpg);
}

img {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
}