/* CSS Document */
<STYLE type=text/css>
BODY {
  FONT-SIZE: 14px; 
  COLOR: #000000;
  width: 800px; 
}
body {
  text-align: center;
  font-family: Georgia, Serif;
}

body {
  background-color: #cccc99;
}

A:hover {
	COLOR: #FF0033;
}
A {
  color: #006666;
}
A {
    TEXT-DECORATION: none;
}

#frame {
  float: center;
  width: 800px;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 2px;
  text-align: left;
  border-left: 1px solid #006666;
  border-right: 1px solid #006666;
  border-top: 2px solid #006666;
  border-bottom: 0px solid #006666;
}

#nav {
   float: left;
   left:0px;
   height:35px;
   width:800px;
   z-index:1;
   margin-right:0px;
   margin-left:0px;
   margin-bottom:10px;
   border:10px;
   background: #006666; 
} 
    
#main {
  float: left;
  width: 36%;
  background: #ffffff;
  border-top: 0px solid #ffffff;  
  padding: 10px;
  margin: 0px;
}

#leftcontent {
  float: left;
  width: 24%;
  background: #CCCC99;
  border-left: 0px solid #006666;
  border-top: 0px solid #006666;
  padding: 5px;
  margin: 0px;
}

#rightcontent {
  float: right;
  width: 31%;
  background: #CCCC99;
  border-right: 0px solid #006666;
  border-top: 0px solid #ffffff;
  padding: 5px;
  margin: 0px;
}

#rightcontent p {
  font-size: 14px;
}

#leftcontent a {
  font-size: 14px;
  line-height: 2;
}
#title {
  float: center;
  width: 800px;
  height: 185px;
  background: #cccc99;
  border-top: 0px solid #006666;
  border-right: 0px solid #006666;
  border-left: 0px solid #006666;
  border-bottom: 0px solid #006666;
  padding: 0px;
  margin: 0px;  
  text-align: center;
  z-index: title;
  border: 0px solid #006666;
  background-image: 
  url('images/Waitahanui.top.image3.jpg');
  background-repeat: no-repeat;
}  
</style>


