﻿body {
	font-family:Arial;
	color:white;
	background-color:#333333;		
}
#page {
	width:800px;
	border:2px #EBDDBE solid;
	bottom:0;
	position:relative;
	margin:0 auto;
}
#top {
	z-index:99;
	height:175px;
	background:transparent url('../images/bg_top.jpg') no-repeat;
}
#weather {
	background:transparent;
    z-index:100;
	position:relative;
	top:15px;
	left:475px;
	width:300px;
	height:600px;
}
#mid {
	border:10px white solid;
	background:transparent url('../images/bg_mid.jpg') no-repeat;
	height:207px;
}
#go {
	position:absolute;
	top:283px;
	right:564px;	
}
#play {
	position:absolute;
	top:283px;
	right:241px;		
}
#golf {
	position:absolute;
	top:283px;
	right:10px;		
}
h3 {	
	color:#385B46;
	font-size:45px;
	text-align:right;
}
.h3a {
	font-weight:900;
}
.h3b {
	font-weight:900;
}
.h3c {
	font-weight:900;
}
h4 {
	color:#FFFFFF;
	font-size:20px;
	text-align:right;
	font-weight:normal;
}
#bot {
	background: #5ea6df url('../images/bg_bot.jpg') no-repeat center bottom;
	height:auto;
}
#none {
	float:none;
	clear:both;
}

#menu ul {
	width:188px;
  	list-style:none;
  	float:left;
}

#menu ul li {
	text-align:right;
	height:19px;
	font-size:14px;
	background:#ABCBEE;
	border-bottom:2px #FFF0B0 solid;
	padding-top:5px;
	padding-right:10px;
}

#menu ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#005B43;	
}
#menu ul li a:hover {
}

#content {
	z-index:1;
	font-family:Verdana;
	width:612px;
	height:auto;
	float:left;
}
#content h2 {
	font-size:18px;
	font-weight:bold;
	color:black;
	padding:10px;
}
#content h3 {
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;
	padding:10px;
	text-align:left;
}

.membership_header {
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
	color:#006600;
	text-align:left;
}


#content table {
	font-size:12px;
	line-height:14px;
	color:black;
	padding:10px;
	margin-left:15px;	
}
#content p {
	font-size:12px;
	line-height:14px;
	color:black;
	padding:10px;
	width:450px;	
}
#content p2 {
	font-size:12px;
	line-height:14px;
	color:black;
	padding:10px;	
}
#content a {
	font-size:12px;
	line-height:14px;
	color:#FFFFFF;	
}
#footer {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#999999;
	padding:10px;
	text-align:center;
}
#footer a{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#999999;
	text-align:center;
}