

/* Layout Stylesheet */ 


html {

 background: #ffffff url('../images/fishFooterFade01.jpg') bottom left;
 background-repeat: repeat-x;
}


body{
 margin: 0;
 padding:0;     
 color: #000000;
 }
	 
#hdr{
 width: 100%;
 height: 125px;
 margin: 0;
 background-image:url('../images/fishHeaderFade01.jpg');
 background-repeat: repeat-x;
 }
     
#lh-col{
 width: 75%;
 float: left;
/* This background image needed to hide rh-col nav line crossing into lh-col */
/* Ain't Internet Exploder grand? LOL */
 background-image:url('../images/fishBlock-50x200.jpg');
 background-repeat: repeat-x;
 color: #000000;
 margin: 0;
 padding-top: 40px;
 padding-left: 125px;
 padding-right: 10px;
 }

.map {
 background: transparent; 
 text-align: center; 
 margin-left: -50px;
}

/****************************************************************************/

/*
p.map {
 background: transparent; 
 text-align: center; 
 margin-left: -50px;
}
*/

/****************************************************************************/

#rh-col{
 background: #ffffff;
 color: #000000;
 margin: 0;
 padding: 0;
 border: 0;
 }

/****************************************************************************/

#lh-col a {
color: #922926;
text-decoration: none;
}

#lh-col a:hover {
text-decoration: underline;
}

#rh-col ul li{
display: block;
list-style-type: none;
margin:0;
padding-right: 3px;
}

#rh-col a {
color: #922926;
text-decoration: none;
border-bottom: 1px solid #ffffff;
display: block;
}

#rh-col a:hover {
color: #000;
text-decoration: none;
border-bottom: 1px solid #922926;
background: url(../calimages/nav-arrow.jpg) right no-repeat;
}


#lh-col ul li{
list-style-type: none;
}