body {
	padding: 0px;
	margin: 0px;
	background-color: #3F3319;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #3F3319;
}

#MainWrapper {
	background-color: #EEEBDB;
	width: 760px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 22px;
	text-align: center;
}
.ulSpace {
	margin-top: 2px;
}
.CCL {
	font-size: 11px;
	color: #3F3319;
	text-decoration: none;
	font-style: italic;
	line-height: 20px;
}
.OTT {
	font-size: 13px;
	color: #3F3319;
	font-weight: bold;
	text-decoration: none;
}

#MainContent {
	width: 760px;
	height: auto !important;
	height: 420px; /*for IE*/
	min-height: 420px;
}

#spanner { /* pushes wrapper down with text fill */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 6px;
	clear: both;
	width: 760px;
	height: 20px;
}

/* Home page */

#home_banner {
	background-image: url(../images/home_banner.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 760px;
}

#home_logo {
	float: left;
	width: 240px;
	height: 180px;
	padding-top: 90px;
}

#home_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	text-align: left;
	line-height: 1.6em;
	height: 100px;
	width: 489px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#home_pict {
	float: left;
	height: 210px;
	width: 500px;
	background-image: url(../images/home_greens.jpg);
	background-repeat: no-repeat;
	background-position: left 26px;
}

/* Golf page */

#golf_banner {
	background-image: url(../images/golf_banner.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 760px;
}

#golf_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	line-height: 1.5em;
	height: 200px;
	width: 280px;
	float: left;
	padding: 0px;
	margin-top: 49px;
}

#golf_pict {
	float: left;
	height: 300px;
	width: 220px; 
	padding-top: 40px;
/*	background-image: url(../images/img_golf.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px; 
	z-index: 1; */
}
#score_copy {
	padding-top: 30px;
}

/* Directions page */

#directions_banner {
	background-image: url(../images/directions_banner.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 760px;
}

#directions_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	line-height: 1.5em;
	height: 200px;
	width: 240px;
	float: left;
	margin-top: 42px;
	padding-top: 0px;
}

#directions_pict {
	float: left;
	height: 300px;
	width: 260px;
	background-image: url(../images/map_071307.jpg);
	background-repeat: no-repeat;
	background-position: 2px 40px;
}

/* Tee times page */

#teetimes_banner {
	background-image: url(../images/teetimes_banner.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 760px;
}

#teetimes_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	line-height: 1.5em;
	width: 450px;
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-left: 10px;
}
/* Practice page */
#practice_pict {
	float: left;
	height: 200px;
	width: 500px;
	background-image: url(../images/img_practice_facility_long.jpg);
	background-repeat: no-repeat;
	background-position: left 26px;
}

#practice_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	line-height: 1.5em;
	height: 200px;
	width: 450px;
	float: left;
	padding: 0px;
	margin-top: 5px;
}

/* Golf page */

#golfshop_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	line-height: 1.5em;
	height: 200px;
	width: 280px;
	float: left;
	padding: 0px;
	margin-top: 49px;
}

#subgolf_banner {
	background-image: url(../images/subGolf_banner.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 760px;
}

#golfshop_pict {
	float: left;
	height: 300px;
	width: 150px;
	background-image: url(../images/golfshop_image.jpg);
	background-repeat: no-repeat;
	background-position: left 43px;
}

/* Creek Club page */

#creekClub_banner {
	background-image: url(../images/creekClub_banner.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 760px;
}

/* Tournaments page */


#tournamentsImage {
	padding-right: 10px;
	padding-bottom: 10px;
}

#tournaments_banner {
	background-image: url(../images/tournaments_banner.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 760px;
}

/*  Top Navigation */

#topnav {
	width: 97%;
	margin-left: 0px;
	text-align: right;
	padding-top: 35px;
	margin-right: 0px;
	line-height: 0px;
	margin-top: 35px;
	}

#topnav ul {
	font: 11px verdana;
	list-style: none; /*IE*/
	margin-top: 0px; 
	}

#topnav ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#topnav a:link,#topnav a:visited {
	color: #F5EDDF;
	text-decoration: none;
	font-size: 11px;
}

#topnav a:hover {
	text-decoration: underline;
	font-size: 11px;
}

#topnav .current {
    color: #F5EDDF;
	text-decoration: underline !important;
}

/* Very Top navigaion */

#verytopnav {
	width: 96%;
	margin-left: 0px;
	margin-right: 0px;
	text-align: right;
	clear: both;
	padding-top: 10px;
	padding-right: 7px;
}
#verytopnav ul {
	list-style: none; /*IE*/
	margin-top: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #F5EDDF;
}
#verytopnav ul li {
	display: inline;
	padding-left: 1px;
	padding-right: 0px;
}
#verytopnav a:link,#verytopnav a:visited {
	color: #F5EDDF;
	text-decoration:none;
	padding-left: 3px;
	font-size: 11px;
}

#verytopnav a:visited {
	color: #F5EDDF;
	font-size: 11px;
	text-decoration: none;
}

#verytopnav a:hover {

	text-decoration: underline;
}
#verytopnav .current {
	text-decoration: underline !important;
	color: #F5EDDF;
}


/* SUB NAVIGATION */

#subnav {
	width: 760px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	clear: both;
	padding-top: 5px;
	z-index: 100;
}
#subnav ul {
	list-style: none; /*IE*/
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #2A1D00;
	font-style: italic;
}
#subnav ul li {
	display: inline;
	padding-right: 0px;
}
#subnav a:link, a:visited {
	color: #2A1D00;
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#subnav a:visited {
	color: #2A1D00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: underline;
	color: #3A6F8F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#subnav .current {
	text-decoration: underline !important;
	color: #3A6F8F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

/* Sub Top Navigation */

#sub_topnav {
	width: 97%;
	margin-left: 0px;
	text-align: right;
	padding-top: 35px;
	margin-right: 0px;
	line-height: 0px;
	margin-top: 35px;
}
#sub_topnav ul {
	font: 11px verdana;
	list-style: none; /*IE*/
	margin-top: 0px;
}
#sub_topnav ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#sub_topnav a:link, #sub_topnav a:visited {
	color: #EEEBDB;
	text-decoration: none;
	font-size: 11px;
}
#sub_topnav a:hover {
	text-decoration: underline;
	font-size: 11px;
}
#sub_topnav .current {
	color: #EEEBDB;
	text-decoration: underline !important;
}

/* Sub Very Top Navigation */

#sub_verytopnav {
	width: 96%;
	margin-left: 0px;
	margin-right: 0px;
	text-align: right;
	clear: both;
	padding-top: 10px;
	padding-right: 7px;
}
#sub_verytopnav ul {
	list-style: none; /*IE*/
	margin-top: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #EEEBDB;
}
#sub_verytopnav ul li {
	display: inline;
	padding-left: 1px;
	padding-right: 0px;
}
#sub_verytopnav a:link,#sub_verytopnav a:visited {
	color: #EEEBDB;
	text-decoration:none;
	padding-left: 3px;
	font-size: 11px;
}
#sub_verytopnav a:visited {
	color: #EEEBDB;
	font-size: 11px;
	text-decoration: none;
}
#sub_verytopnav a:hover {
	text-decoration: underline;
}
#sub_verytopnav .current {
	text-decoration: underline !important;
	color: #3F3319;
}

a:link.mainContentLink, a:visited.mainContentLink {
	font-weight: bold;
	color: #3F3319;
	text-decoration: underline;
}
.pageLink a:link, a:visited {
	font-size: 12px;
	padding-left: 0px;
	color: #3F3319;
	text-decoration: underline;
}
.pageLink a:hover {
	color: #B5A570;
	text-decoration: underline;
	font-size: 12px;
}

ul ul {
	list-style-type: disc;
}#homeLinks {
	padding-top: 10px;
}
.OTT a:link {
	color: #3F3319;
	text-decoration: none;
}
.OTT a:visited {
	color: #3F3319;
	text-decoration: none;
}
.OTT a:hover {
	color: #B6A272;
	text-decoration: none;
}
.CCL a:link {
	color: #3F3319;
	text-decoration: none;
}
.CCL a:visited {
	color: #3F3319;
	text-decoration: none;
}
.CCL a:hover {
	color: #B6A571;
	text-decoration: none;
}
#hills_pict {

	float: left;
	height: 300px;
	width: 150px;
	background-image: url(../images/arthurhills.jpg);
	background-repeat: no-repeat;
	background-position: left 43px;
}
#hills_copy {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	line-height: 1.5em;
	width: 430px;
	float: left;
	padding: 0px;
	margin-top: 49px;
}
#home_copy2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	text-align: left;
	line-height: 1.6em;
	width: 489px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#footer {
	font-size: 11px;
	padding-left: 38px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer a, #footer a:visited, #footer a:active {
	font-size: 11px;
	font-weight: bold;
	color: #3F3319;
	text-decoration: none;
}

#footer a:hover {
	font-size: 11px;
	color: #3A6F8F;
	text-decoration: underline;
}

#footer2 {
	font-size: 10px;
	padding-left: 38px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer2 a, #footer2 a:visited, #footer a:active {
	font-size: 10px;
	font-weight: bold;
	color: #3F3319;
	text-decoration: none;
}

#footer2 a:hover {
	font-size: 10px;
	color: #3A6F8F;
	text-decoration: underline;
}
#facebook a:link{
	text-decoration:none;
}