body {
		margin: 0;
		padding:0;
		background:#201a1a;	
		font: 95% Helvetica, Arial, sans-serif;	
			}

#frame {
		width:960px;
		min-height:100%;
		margin: 0 auto;
		padding:0px;
		text-align:left;
		background: #ffffff;
		}
		
* html #frame {
	height:100%;
	}
	
h1 {
	font-size: medium;
	color: #3D2814;
		}
h2 {
	font-size: medium;
	color: #3D2814;
	padding: 0;
		}
img {
border:0;
}		
/*nav*/	
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
  font-size: 15px;
	display: block;
	width: 100px;
	text-align:center;
	background:#382d2d;
	padding: 8px 0 0 0;
	height: 32px;
	text-decoration:none;
	color:#d6cfcf;
	}
#nav a:hover {
	background-color:#0d0d0d;
	color: #655252;
}
#nav li {
	float: left;
	 /*width: 10em; opera*/
	}
/*hide subs*/
#nav li ul {
	position: absolute;
	width: 10em;
	left: -1999em;
}
/*on hover show subs, little .sfhover javascript for ie*/
#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
}
/*on click show subs for ipad*/
#nav li:active ul {
	left: auto;
}
#home a {
	width: 100px;
	}
#fishing a {
	width: 153px;
	}
#fishing a:hover {
	color: #0d0d0d;
}
#rates a {
	width: 135px;
	}
#feedback a {
	width: 150px;
	}
#gallery a {
	width: 168px;
	}
#gallery a:hover {
	color: #0d0d0d;
	}
#bc a {
	width: 140px;
	}
#contact a {
	width: 114px;
	}
#nav li ul a {
	padding: 5px 0 0 0;
	height: 30px;
	width: 170px;
	text-decoration: none;
	}
#nav li ul li a:hover {
	background-color:#0d0d0d;
	color: #fff;
}
/* homepage */
#lefth {
		float: left;
		width: 600px;
		padding: 20px 15px 20px 40px;		
		line-height:1.4;	
		}
#content {		
		margin-left: 655px;		
		padding: 40px 20px;
		line-height:1.4;	
		}
#content3 {
		width:880px;
		padding: 20px 40px;
		line-height:1.4;
		}
/* photo gallery */	
#left {
		float: left;
		width: 490px;
		padding-top: 25px;
		text-align: center;
		font-size: small;
		min-height:500px;
		height:auto !important;
		height:500px; 
		}
#content2 {		
		margin-left: 490px;
		padding-top: 50px;
		font-size: small;
		min-height:500px;
		height:auto !important;
		height:500px; 
		}
#gcontent {
		width:920px;
		padding: 0 20px 20px 20px;
		font-size: small;
		}
.small {
font-size: small;
}
div.ifloat {
  float: left;
  }
  
div.ifloat p {
   margin: 0;
   padding: 3px;
   }
   
div.float {
  float: left;
  }
  
div.float p {
   width: 190px;
   margin: 0 20px 10px 0;
   padding: 2px;
   text-align:center;
   }

em {
	font-weight: bold;
	}
.photo img {
	border: solid 1px #1E1D59;
	}

.photo:hover {
visibility:visible;
}

.photo:hover img {
	border: solid 1px #5B3D1D;
	}
	
.gallery {
	border: solid 1px #000000;
	}	
	  
.clearer { 
 clear:both;
}		
	
a:link {
	color: #1E1D59;
	font-weight: bold;
	}
a:visited {
	color: #1E1D59;
	font-weight: bold;
	}
a:hover {
	color: #5B3D1D;
	font-weight: bold;
	}
a:active {
	color: #5B3D1D;
	font-weight: bold;
	}


#footer {
	clear: both;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: x-small;
	text-align:center;
	color:#CFBF9F;
	padding: 20px;
	line-height:1.4;
	}

a.footer:link {
	color: #CFBF9F;
	text-decoration: none;
	}
a.footer:visited {
	color: #CFBF9F;
	text-decoration: none;
	}
a.footer:hover {
	color: #ffffff;
	
	}
a.footer:active {
	color: #ffffff;
	}

