html
{
background-image:url(images/sitebg.jpg);
background-repeat:repeat;}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#000000;
 font-weight:300;
}

p{
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;

}

#gallery
{
  display: block;
  width: 225px;
  height: 29px;
  background: url("images/gallerylink.jpg") no-repeat 0 0;

}
#galleryactive
{
  display: block;
  width: 225px;
  height: 29px;
  background: url("images/gallerylink.jpg") no-repeat 0 0;
  background-position: 0 -29px;
}

#gallery:hover
{ 
  background-position: 0 -29px;
}

#gallery span
{
  display: none;
}

#index
{
  display: block;
  width: 225px;
  height: 28px;
  background: url("images/indexlink.jpg") no-repeat 0 0;

}

#indexactive
{
  display: block;
  width: 225px;
  height: 28px;
  background: url("images/indexlink.jpg") no-repeat 0 0;
  background-position: 0 -28px;
}

#index:hover
{ 
  background-position: 0 -28px;
}

#index span
{
  display: none;
}

#countryclub
{
  display: block;
  width: 225px;
  height: 30px;
  background: url("images/countryclublink.jpg") no-repeat 0 0;

}

#countryclubactive
{
  display: block;
  width: 225px;
  height: 30px;
  background: url("images/countryclublink.jpg") no-repeat 0 0;
  background-position: 0 -30px;
}

#countryclub:hover
{ 
  background-position: 0 -30px;
}

#countryclub span
{
  display: none;
}

#members
{
  display: block;
  width: 225px;
  height: 29px;
  background: url("images/memberslink.jpg") no-repeat 0 0;

}

#membersactive
{
  display: block;
  width: 225px;
  height: 29px;
  background: url("images/memberslink.jpg") no-repeat 0 0;
  background-position: 0 -29px;
}

#members:hover
{ 
  background-position: 0 -29px;
}

#members span
{
  display: none;
}

#golfcourse
{
  display: block;
  width: 225px;
  height: 28px;
  background: url("images/golfcourselink.jpg") no-repeat 0 0;

}

#golfcourseactive
{
  display: block;
  width: 225px;
  height: 28px;
  background: url("images/golfcourselink.jpg") no-repeat 0 0;
  background-position: 0 -28px;
}

#golfcourse:hover
{ 
  background-position: 0 -28px;
}

#golfcourse span
{
  display: none;
}

#southpointe
{
  display: block;
  width: 225px;
  height: 29px;
  background: url("images/southpointlink.jpg") no-repeat 0 0;

}
#southpointeactive
{
  display: block;
  width: 225px;
  height: 29px;
  background: url("images/southpointlink.jpg") no-repeat 0 0;
background-position: 0 -29px;
}

#southpointe:hover
{ 
  background-position: 0 -29px;
}

#southpointe span
{
  display: none;
}

#contact
{
  display: block;
  width: 225px;
  height: 28px;
  background: url("images/contactlink.jpg") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -28px;
}

#contact span
{
  display: none;
}

#contactactive
{
  display: block;
  width: 225px;
  height: 28px;
  background: url("images/contactlink.jpg") no-repeat 0 0;
  background-position: 0 -28px;
}

