* {
margin: 0;
padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1c3800;
}

#wrapper {
width: 800px;
height: 700px;
margin-left: auto;
margin-right: auto;
position:relative;
background-image:url(images/background.jpg);
}

#photos {
	width: 584px;
	height: 142px;
	position:absolute;
	left: 135px;
	top: 117px;
}

#nav {
	width: 700px;
	height: 112px;
	position:absolute;
	left: 215px;
	top: 0px;
}

a#welcome{
display: block;
width: 80px;
height: 112px;
background-image:url(images/welcome.jpg);
background-repeat:no-repeat;
float: left;
}

a#welcome:hover {
background-image:url(images/welcome_h.jpg);
}

a#community{
display: block;
width: 80px;
height: 112px;
background-image:url(images/community.jpg);
background-repeat:no-repeat;
float: left;
}

a#community:hover {
background-image:url(images/community_h.jpg);
}

a#residents{
display: block;
width: 80px;
height: 112px;
background-image:url(images/residents.jpg);
background-repeat:no-repeat;
float: left;
}

a#residents:hover {
background-image:url(images/residents_h.jpg);
}

a#directions{
display: block;
width: 80px;
height: 112px;
background-image:url(images/directions.jpg);
background-repeat:no-repeat;
float: left;
}

a#directions:hover {
background-image:url(images/directions_h.jpg);
}

a#contact{
display: block;
width: 80px;
height: 112px;
background-image:url(images/contact.jpg);
background-repeat:no-repeat;
float: left;
}

a#contact:hover {
background-image:url(images/contact_h.jpg);
}

a#location{
display: block;
width: 80px;
height: 112px;
background-image:url(images/location.jpg);
background-repeat:no-repeat;
float: left;
}

a#location:hover {
background-image:url(images/location_h.jpg);
}

#content1 {
	width: 374px;
	height: 122px;
	position:absolute;
	left: 139px;
	top: 271px;
}

#content1 h1 {
	color: #1c3800;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content1 p {
	color: #1c3800;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 14px;
}

#content2 {
	width: 186px;
	height: 228px;
	position:absolute;
	left: 531px;
	top: 270px;
}

#content2 h1 {
	color: #ffffff;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content2 ul {
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 10px;
	list-style-type: none;
	list-style-image: url(images/bullet.jpg);
	margin-left: 15px;
}
#wrapper #content2 li {
	line-height: 22px;
}

#content3 {
	width: 186px;
	height: 115px;
	position:absolute;
	left: 139px;
	top: 435px;
}

#content3 h1 {
	color: #ffffff;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content3 p {
	color: #ffffff;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}

#footer {
	position:absolute;
	width: 572px;
	heigth: 200px;
	left: 141px;
	top: 661px;
}

.right {
	float: right;
	margin-top: -20px;
}

#footer p {
	color: #c2d7ae;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}

#bottom {
	position:absolute;
	width: 572px;
	height: 82px;
	left: 139px;
	top: 703px;
}

#bottom p {
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#eho {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 734px;
	top: 716px;
}
#wrapper #content1 a {
	color: #1c3800;
	text-decoration: underline;
}
