@charset "UTF-8";
/* CSS Document */

/* CSS Reset */
  * { margin:0; padding:0; }
  
/*This is the styling for the main navagation header throughout the site-the background image is specified in the page specific style sheet in the #header ul section*/

  #container {
    width:800px;
    margin:0 auto;
  }
  
  #header {
	height:45px;
	width:800px;
	margin:0px auto 0  auto;
   }

  #header ul li {
    display:block;
    float:left;
    height:45px;
	text-indent:-10000px;
  }
 
  #home {
	width:132px;
  }
  #who {
    width:151px;
  }
  #gallery {
    width:126px;
  }
  #forsale {
    width:123px;
  }
  #news {
    width:106px;
  }  
  #contact {
    width:162px;
  }
    
  #header ul li a {
    display:block;
    width:100%;
    height:100%;
  }
  
  #home a:hover {
    background:url(img/NavBar.jpg) no-repeat 0 -45px;
  }
  
  #who a:hover {
    background:url(img/NavBar.jpg) no-repeat -132px -45px;
  }
  
  #gallery a:hover {
    background:url(img/NavBar.jpg) no-repeat -283px -45px;
  }
  
  #forsale a:hover {
    background:url(img/NavBar.jpg) no-repeat -409px -45px;
  }
  
  #news a:hover {
    background:url(img/NavBar.jpg) no-repeat -532px -45px;
  }
  
  #contact a:hover {
    background:url(img/NavBar.jpg) no-repeat -638px -45px;
  }

/*This is the styling for links throughout the site.*/
  
/*a:link {
	color: #281d00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #281d00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style2 {font-size: 24px}
.style3 {font-size: 12px}*/
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 
