body {
	background-color: #F4F4F4;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 990px;
}

h4 {
	margin: 0px;
}

#header {
	float: left;
	height: 151px;
	width: 990px;
	background-image: url(header.jpg);
}
#nav {
	float: left;
	height: 30px;
	width: 990px;
	background-image: url(navbg.png);
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	text-align: center;
}
#nav li {
	float: left;
}
#nav ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 22px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 30px;
}
#nav ul li a:hover {
	text-decoration: underline;
}

.home {
	width: 85px;
}


.home-active {
	background-color: #00C126;
	width: 85px;
}
.rental {
	width: 220px;
}
.rental-active {
	width: 220px;
	background-color: #00C126;
}
.pricing {
	width: 90px;
}
.pricing-active {
	width: 90px;
	background-color: #00C126;
}
.services {
	width: 110px;
}
.services-active {
	width: 110px;
	background-color: #00C126;
}
.form {
	width: 170px;
}
.form-active {
	width: 170px;
	background-color: #00C126;
}
.contact {
	width: 245px;
}
.contact-active {
	width: 245px;
	background-color: #00C126;
}
#golf-directory {
	float: left;
	width: 990px;
}
#rental-image {
	float: left;
	height: 189px;
	width: 165px;
	margin-top: 20px;
	margin-left: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#directory-image {
	float: left;
	height: 189px;
	width: 165px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#directory-contact {
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	height: 189px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #007E1A;
	text-align: right;
	width: 385px;
}
#directory-contact a {
	color: #009A20;
	text-decoration: none;
}
#directory-contact a:hover {
	color: #007E1A;
	text-decoration: underline;
}
#main-text {
	float: left;
	width: 920px;
	margin-top: 40px;
	text-align: center;
	color: #007E1A;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 35px;
}
#main-text a {
	text-decoration: none;
	color: #007e1a;
}
#main-text a:hover {
	text-decoration: underline;
	color: #007e1a;
}
#contact-form {
	float: left;
	width: 550px;
	margin-top: 20px;
	margin-left: 20px;
}

#footer {
	float: left;
	width: 990px;
	background-color: #009A20;
	margin-top: 40px;
	text-align: center;
	color: #F4F4F4;
	height: auto;
}
#footer a {
	text-decoration: none;
	color: #F4F4F4;
}
#footer a:hover {
	text-decoration: underline;
	color: #F4F4F4;
}
#sitelock {
	float: left;
	margin-top: 10px;
	margin-left: 445px;
	text-align: center;
}

