/* CSS Document */

body
{
background:#1f1f1f;
text-align:center;
margin:auto;
padding:0px;
font-family:tahoma;
font-size: 16px;
color:#999999;
}

p{
font-size:14px;	
}

h3{
font-size:16px;	
}

*{
margin:auto;
padding:0px;
}

#top
{
height: 12px;
border-bottom: #272727 solid;
background:#000000;
}

#header
{
width:900px;
height:110px;
}

#subheader
{
height: 225px;
width: 900px;
background:#151515;
margin-top:10px;
}

#main
{
width:900px;
min-height: 350px;
margin-top:10px;
text-align:justify;
color:#CCCCCC;
}

#footer
{
height:80px;
border-top: #272727 solid;
background:#000000;
}
#fcontainer
{
margin-top:10px;
width:900px;
}

#fleft
{
width:450px;
position:relative;
float: left;
text-align:left;
}
#fright
{
width:450px;
position:relative;
float:right;
text-align:right;
}

#name
{
float:left;
position:relative;
height: 100px;
width:160px;
background:url(images/name_b.png) no-repeat;
}

#navigation
{
float:right;
position:relative;
width:700px;
text-align:left;
top:4px;
font-size:12px;

}

#subpic
{
position: relative;
float:left;
width:500px;
height:225px;
}
#main h3
{
color:#FFFFFF;
}

#features
{
position:relative;
float: right;
width:400px;
height:225px;
text-align:justify;
font-size: 13px;
}

#features p{
font-size:13px;	
}

#navigation a {color: #FFFFFF; font-style:none; }

.divider
{
width:900px;
height:2px;
background:#000000;
}
.style3 {color: #1F1F1F}

#navigation table{
width:100%;
font-size:15px;
}

#navigation table tr td{
width:20%
}

#navigation table tr td:hover{
background: url(images/golf_ball.png);
}

#navigation a{
text-decoration:none;
}

#navigation a:hover{
text-decoration:underline;
}

#features table{
width:95%;
height:95%;
}

#features table tr td.icon{
background:url(images/icon.png) no-repeat center center;
width:60px;
}
#clubinfo{
float:right;
width:395px;
font-size:16px;
}

#clubinfo table tr td{vertical-align:text-top; text-align:left; color: #ADC16C;}
#clubinfo h2 {text-align:center; color:#FFFFFF;}

a{text-decoration:none; color:#FFFFFF; }
a:hover{text-decoration: underline; color:#FFFFFF; }

