body {
	background: #210c10;
	text-align: center;
}
#container {
	width: 789px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: auto;
}
#slideshow {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}
#header {
	padding-left: 172px;
	background: url(../images/common/logo.jpg) left no-repeat;
	margin-left: 3px;
}
#navigation {
	background: url(../images/common/navcap.png) top left no-repeat #a84d0f;
	height: 43px;
	margin-right: 200px;
	padding: 2px 20px 0px 20px;	
	text-align: center;
	position: relative;
}
#navigation div {
	position: absolute;
	background: #c15d18;
	display: none;
	text-align: left;
}
#navigation div a {
	display: block;
	border: 0;
}
#fishing_menu {
	top: 43%;
	left: 75px;
}
* html #fishing_menu {
	width: 125px;
	left: 90px;
}
#navigation a {
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	padding: 2px 10px 2px 7px;
	margin: 2px 0;
	font-size: 11px;
	border-right: 1px solid #572600;
	
	display:-moz-inline-stack; /* Gratuitous hack for inline-block with Firefox */
	display:inline-block;
	zoom:1;
	*display:inline;
}
#navigation a:hover {
	color: #1a0e11;
}
#navigation a.last { border: 0; }
#home #nav_home, 
#fishing #nav_fishing, 
#instruction #nav_instruction, 
#hunting #nav_hunting, 
#report #nav_report, 
#gallery #nav_gallery, 
#lodging #nav_lodging, 
#faq #nav_faq, 
#rates #nav_rates, 
#contact #nav_contact {
	background: url(../images/common/nav-fly.png) top right no-repeat;
}
#body {
	margin-right: 275px;
	color: #fff;
	font-size: 13px;
	padding-left: 20px;
}
#body p {
	line-height: 1.3em;
	margin: 0 0 1em 0;
}
h1 {
	color: #cd9a2b;
	text-align: center;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom: 1.2em;
	margin-top: 1em;
}
h2 {
	color: #cd9a2b;
	font-size: 16px;	
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom: 0px;
}
.inset {
	display: block;
	float: left;
	margin-left: -18px;
	margin-right: 15px;
	clear: left;
}
#home #nav_footer_home, 
#fishing #nav_footer_fishing, 
#instruction #nav_footer_instruction, 
#hunting #nav_footer_hunting, 
#report #nav_footer_report, 
#gallery #nav_footer_gallery, 
#lodging #nav_footer_lodging, 
#faq #nav_footer_faq, 
#rates #nav_footer_rates, 
#contact #nav_footer_contact,
#footer a:hover {
	color: #9f4910;
}
#footer {
	padding-top: 20px;
}
#footer a, #footer {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-size: 10px;
}
#footer a.last { border: 0; }

a {
	color: white;
}

* html #navigation {
	font-size: 11px;
	padding: 2px 20px;
}

.gallery {
	text-align: center;
	color: #cd9a2b;
	border-collapse: collapse;
	margin-left: -30px;
	margin-right: -30px;
}
.gallery td {
	padding: 0;
	border: 0;
}
.gallery img {
	padding: 10px 7px;
}