body {
	text-align: center;


}
/*Home Container CSS*/

div#wrapper {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 80%;
	width: 720px;
	margin: 20px;
	padding: 0px;
	/*page centre code */
	position: relative; /* allows absolutley position a couple of divs in relation to the wrapper */
	max-width: 99%;
	min-width: 600px;
	min-height: 600px;
	margin: 0 auto;
	text-align: left; /* hack to center content IE */
	background-color: #000;
	background-image: url(images/background.jpg);
    background-repeat: repeat-y;
    /* background-position: 20px; */
}
div#headerhome{
	width: 720px;
	height: 330px;
    background-image: url(images/mainheader.jpg);
	
}
div#header{
	width: 720px;
	height: 280px;
}

/*Container CSS*/
div#headerB{
	width: 720px;
	height: 143px;
	background-image: url(images/header1.jpg);
}
div#headersubB{
	width: 720px;
	height: 100px;
}
div#mainnav{
	width: 720px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
div#main{
	width: 720px;
	margin: 0px 0px 0px 0px;
}
div#leftbody{
	float: left;
	width: 460px;
	color: #FFFFFF;
	}
div#sidebar{
	float: right;
	width: 160px;
	margin-left: 5px;
	padding: 2px;
}
div#footer{

        clear: both;
	width:720px;
	margin-top: 30px;
	font-size: 80%;
	text-align: center;
}

.featurebox{
	float: left;
	width: 120px;
	height: 200px;
	margin: 5px 0px 5px 0px;
	}
/*Image CSS*/
.image1
{
float: left;
margin: 0 5px 5px 0;
border: 2px solid #003333;
padding: 3px;
clear: left;
}
.imagehp
{
float: left;
margin: 0 15px 15px 0;
border: 5px solid #003333;
padding: 3px;
clear: left;
background: #FFF;
}
.feature{
	float: left;
	width: 500px;
	margin-bottom: 5px;
	font-size: 10px;
	padding: 1px;
}

.maintitle {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
}
h1 {
	font-size: 16px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
h2 {
	font-size: 14px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
a {
	text-decoration: underline;
	color: #000000;
}
td {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D7DEBE;
	margin: 2px;
	padding: 2px;
	border: 1px solid gray;
	}

#golflist { 
	list-style-type: circle;
	margin: 5px 0px 2px 0px;
	text-indent: 5px;
 	}

ul#navlist
{
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: 100%
height: 15px;
color: #fff;
background-color: ;
}

ul#navlist li { display: inline; }

ul#navlist li a
{
float: left;
height: 15px;
color: #fff;
padding: 0.2em 1em;
text-decoration: none;
border-right: 1px solid #fff;
}

ul#navlist li a:hover
{
background-color: #97B997;
color: #fff;
}

p
{
font-size: 1em;
line-height: 1.2em;
padding: 0;
margin: 0 5px 10px 0;
}

a
{
font-size: 1.0em;
color: #006;
text-decoration: underline;
}

a:visited
{
color: #666;
text-decoration: underline;
}

a:hover
{
color: #C00;
text-decoration: none;
}

