BODY
{
background-image: url(http://www.divewithcristina.com/fishing/images/background.jpg); 
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed;
}

    #contentleft {
		width:30%px;
		padding:5px;
		float:left;
		background-color:#0c3b92;
		font-family: verdana;
		font-size: 16;
		font-weight: bold;
		color: white;
		line-height:50px;
		margin:0;
		border-top:#0c3b92;
		}
	
	#contentfooter {
		width:798px;
		padding:0px;
		
		color:black;
		height:auto;
		}
	
	#contentright {
		width:64%px;
		margin-left:20;
		float:left;
		font-family: verdana;
		font-size: 16;
		font-weight: normal;
	    text-align:left;
		background-repeat:repeat-y;
		background-position:left;
		padding:0px;
		}
		
	.class1 A:link {text-decoration: none; color: black;}
    .class1 A:visited {text-decoration: none; color: black;}
    .class1 A:active {text-decoration: none;}
    .class1 A:hover {text-decoration: underline; color: #cc0033;}
    
    #h1 {
     font-size:24;
     font-weight:bold;
       }
        
    #h2 {
     font-size:18;
     font-weight:bold;
        }
      #h3 {
     font-size:12;
     font-weight:normal;
        }
   
   
   
    #list1 ul {
     font-size:22;
     font-weight:bold;
       }    
       
       #message {
    font-family: bradley hand itc;
    
    
    margin-right:15px;
    margin-left:15px;
    padding-bottom:20px;
    font-size:28px;
    font-weight:bold;
    text-align:center;
    color:black;
    
    border-right-color:yellow;
    border-right-width:6;
    border-right-style:double;
    border-bottom-color:yellow;
    border-bottom-width:6;
    border-bottom-style:double;
    border-top-color:yellow;
    border-top-width:6;
    border-top-style:double;
    border-left-color:yellow;
    border-left-width:6;
    border-left-style:double;
    background-color:#92aab4;


}           