/* CSS Document */

body
           {
           background: white;
           font-family: verdana, sans-serif;
           font-size: 12px;
           color: black;
           margin: 0;
           padding: 0;
		   border:none;
           }
 

img 
           {
           border: none;   
           }

.oops      
           {
           display: none;   
            }
#masthead  
           {
		    float:left;
			margin-left:35%;
			margin-right:15%;
		    z-index:9;
            height:172px;
			width: 475px;
			border:none;
	       }   

	
		  
#left    
          {
          z-index: 5;
		  position:absolute;
		  top: 70px;
          border: none;
          left: 25px;
          margin: 0px;          
          padding: 0px;
          background: white;
          width: 250px; 
		  height: 500px;
           }


/*--Central Content Box--*/

#main     
          {
		  z-index:6;
		  position:absolute;
		  text-align:center;
		  top:184px;
		  right:25%;
		  bottom:65%;
		  left:199px;
		  height: 200px;
		  width: 75%;
          border: none; 
		  background:white;
		  }

		   		  

/*---corey's baller nav sign---*/


#nav {
margin: 0;
padding: 0;
width: 200px;
list-style: none;
overflow: hidden;
display: inline;
}


#home{
background: none ;
height: 66px;
margin:15px;
l

}

#about {
background: none ;
height: 66px;
margin:15px;
}
#tides {
background: none ;
height: 66px;
margin:15px;
}
#tips {
background: none ;
height: 66px;
margin:15px
}
#recipes {
background: none ;
height: 66px;
margin:15px;
}
#forum {
background: none ;
height: 66px;
margin:15px;
}
