@charset "utf-8";
/* CSS Document */


body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#d9eeff;
 background-position: top center;
 background-attachment:fixed;
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#header 
{
background-image:url(setup/header.png);
background-repeat:no-repeat;
width:1000px;
height:482px;
text-align:center;
}
a:active, a:link, a:visited
{
    color: #fea305;
    text-decoration: none;
	font-weight:bold;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
}

a:hover
{
    color:#9ec841;
}

#nav 
{
width:1000px;
height:30px;
text-align:center;
margin:0 auto;
float:left;
}

#navigate
{
    width:800px;
	margin: 0 auto;
    padding: 405px 0 0 100px;
    list-style: none;
	color:ffffff;
}
ul#navigate li
{
    display: inline;
}
ul#navigate li a{
display:inline;
float:left;
color:#ffffff;
text-decoration:none;
padding:12px 20px 0 20px;
}

ul#navigate li .current{

color:#000;

}
ul#navigate li a:hover{
color: #fea305;
}


#bodywrapper { 
 width: 1000px;
 height:auto;
 background-image:url(setup/bottom-bottom.png);
 background-repeat:no-repeat;
 float:left;
}

#content { 
 width: 841px;
 height:100%;
 background-image:url(setup/overlay.png);
 background-repeat:repeat-y;
 margin-left: 80px;
 float:left;
}

#leftcolumn { 
 padding: 30px 0 0 25px;
 height: auto;
 width: 200px;
 float: left;
 color:#1b3245;
}  

#rightcolumn { 
 padding: 30px 45px 0 0;
 height: auto;
 width: 550px;
 color:#1b3245;
 float:right;
}

#rightcolumn a:active, #rightcolumn a:link, #rightcolumn a:visited
{
    color: #fea305;
    text-decoration: none;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
}

#rightcolumn a:hover
{
    color:#9ec841;
}

#footer { 
 margin: 0 auto;
 width: 841px;
 clear: both;
 background-image:url(setup/overlay.png);
 background-repeat:repeat-y;
 text-align:center;
 padding-bottom:15px;
}

#footer a:active, #footer a:link, #footer a:visited
{
    color:#1b3245;
    text-decoration: none;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

#footer a:hover
{
    color: #fea305;
}


#footerwrap { 
 width: 801px;
 margin-left: 20px;
}

#footertxtbottom { 
  color:#1b3245;
    text-decoration: none;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 { 
    color: #fea305;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
}

#address{ 
    color:#1b3245;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-left:10px;
}

#pool{ 
width:350px;
}

#poolpic{ 
  width:187px;  
  float:right;
}

#sitepic{ 
  width:187px;  
  float:left;
}

.site{ 
width:550px;
height:auto;
text-align:left;
float:left;
}
	
#opt a:active, #opt a:link, #opt a:visited
{
    color: #fea305;
    text-decoration: none;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
}

#opt a:hover
{
    color:#9ec841;
}