/* site.css 7/9/07 */
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:105%;
	background-color:#000;
	}
#container {
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #000;
	border:1px solid #000000;
	}
#header {
	width:100%;
	background-color:#91B230;
	}
#header span {
	position:relative;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	top:-7px;
	padding:5px 10px 25px 15px;
	font-size:120%;
	vertical-align: bottom;
	letter-spacing: 0.05em;
	}

#whitepathgolflinks {
	height:25px;
	color:#fff;
	text-align: top;
	/*vertical-align:top;*/
	padding-left:5px;
	padding-bottom:20px;
	font-size:95%;
	border-top:#000000 solid 1px;
	border-bottom:#000 solid 2px;
	background-color: #343B1E;
	}
#whitepathgolflinks a:hover {
	color:#aab291;
	}
#whitepathgolflinks a {
	color:#FFF;
	}
#whitepathgolflinks a:visited {
	color:#CCC;
	}	
#whitepathgolflinks li {
	display:inline;
	margin-right:2px;
	}
#holes li {
	display:inline;
	padding-right:3px;
	}
#left {
	float:left;
	width:180px;
	background-color:#A2B271;
	height:1320px;
	position:inherit;
	}
#spacer {
	height:7px;
	}
#right {
	padding:27px;
	margin-left:187px;
	background-color:#AAB291;
	color:#000;
	line-height:145%;
	height:1260px;
	}
#right strong {
	font-size:18px;
	}
#footer {
	position:relative;
	width:100%;
	background-color:#343B1E;
	font-size:10px;
	height:30px;
	padding-top:19px;
	color:#fff;
	}
a:link, a:visited, a:active {
	color:#000;
	text-decoration:underline;
	}		
a:hover {
	color:#99294E;
	text-decoration:none;
	}
a.special:link, a.special:visited, a.bottom:active { 
	color: #FF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	}
a.special:hover { 
	text-decoration: underline;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}	
