body {
	background-image: url(../images/bkgrd.jpg);
	background-repeat: repeat;
	background-color: #2F3216;
}
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
p {
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#wrapper #logo {
	height: 125px;
	width: 150px;
	text-align: center;
	float: left;
}
#wrapper #nav {
	float: right;
	width: 568px;
	z-index: 9000;
	background-image: url(../images/nav_bkgrd_gradient.gif);
	background-repeat: repeat-x;
}
#wrapper #spacer {
	clear: both;
	background-color: #FFFFFF;
	height: 15px;
	width: 720px;
}
#homeTitle {
	width: 720px;
	clear: both;
	z-index: -9000;
}
#wrapper #title {
	width: 720px;
	clear: both;
}
#wrapper #mainContent {
	width: 720px;
	height: auto;
	position: relative;
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden; /* column 2 background colour */
	position: relative;
	background-image: url(../images/grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
}
#col1 {
	float:left;
	width:519px;
	position:relative;
	overflow:hidden;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99;
}
#col2 {
	float:left;
	width:200px;
	position:relative;
	overflow:hidden;
}
#col1menu {
	float:left;
	width:519px;
	position:relative;
	overflow:hidden;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99;
}
#eventsGolf {
	background-image: url(../images/events_golftee.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#wrapper #mainContent #whiteLine {
	background-image: url(../images/white_line.png);
	background-repeat: repeat-y;
	width: 1px;
	float: left;
	background-position: bottom;
}
#footer  {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #90906B;
	clear: both;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Navigation Style */
.dropdown {
	font-family: "Times New Roman", Times, serif;
	height:30px;
	width:568px;
	font-size:13px;
	text-transform: uppercase;
	background:#cccc99;
	top: 65px;
	z-index: 9000;
}

/* Basic List Styling (First/Base Level) */
.dropdown ul {
	padding:0;
	margin:0;
	list-style: none;
	z-index: 9000;
}
.dropdown ul li {
	float:left;
	position:relative;
	z-index: 9000;
}
.dropdown ul li a {
	display:block;
	text-decoration:none;
	color:#333333;
	text-align:center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	width: 93px;
	height: 30px;
	line-height: 30px;
	z-index: 9000;
}
.dropdown ul li a:hover {
	color: #FFFFFF;
	background-color: #cccc99;
	z-index: 9000;
}

/* Second Level Drop Down Menu */
.dropdown ul li ul {
	display: none;
	z-index: 9000;
}
.dropdown ul li:hover ul {
	font-size:13px;
	display:inline-table;
	position:absolute;
	top:30px;
	z-index: 9000;
	}
		.dropdown ul li:hover ul li a {
	display:block;
	color:#333333;
	width:135px;
	background:#cccc99;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-transform: none;
	z-index: 9000;
}
.dropdown ul li:hover ul li a:hover {
	background:#999966;
	color: #FFFFFF;
	z-index: 9000;
}
.menuTitles {
	font-size: 14px;
	color: #E8272A;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 30px;
	font-weight: bold;
}
.menuHeadings {
	font-size: 13px;
	line-height: 25px;
	font-style: italic;
	font-weight: bold;
}
.menuItems {
	font-size: 12px;
	line-height: 15px;
	font-style: italic;
	}
.pageTitle {
	font-size: 18px;
	line-height: 10px;
	font-style: italic;
	font-weight: bold;
	padding-top: 30px;
}
.hours {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.subText {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.bodyText {
	font-size: 12px;
	line-height: 25px;
}
.listing {
	font-size: 12px;
	line-height: 13px;
}
.form {font-size: 11px}
.awardsText {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	}
a:link {
	text-decoration: none;
	color: #E82628;
}
a:hover {
	text-decoration: none;
	color: #861517;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #E82628;
}
#horizLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}
#coupon {
	border: 1px dashed #999999;
	padding: 10px;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	background-color: #EFEFEF;
}
.style9 {font-size: 18}