body {
	background: #948C75 url(../images/page_bg2.jpg);
	margin: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.8em;
	color: #333;
}

/**********************
Layout
**********************/

#bg {
	background: url(../images/header_bg2.jpg) repeat-x;
	height: 135px;
}

#wrapper {
	background: #F3F2E0;
}

#container {
	margin-left: 11px;
	width: 900px;
	margin: 0 auto;
	
}

/**********************
Header
**********************/

#header {
	background: url(../images/header_bg2.jpg) repeat-x;
}

/**********************
Menu
**********************/

#menu {
}

#menu table {
	width: 900px;
	text-align: center;
	height: 35px;
}

#menu td {
	padding-top: 0px;	
}

#menu td a {
	padding: 0px 20px 5px 20px;
	display: block;
	color: #F3F2E0;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	font-weight: bold;
	/*border-right: 1px solid #CBCDA6;*/
}

#menu td a:hover {
}

#menu .current a {
	color: #fff;
}	

#menu td .last {
	border-right: none;
}

/**********************
Left Column
**********************/

#leftcol {
	width: 180px;
	float: left;
}

#leftcol ul {
	margin: 0;
	padding: 0;	
}

#leftcol li {
	list-style: none;
}

#leftcol li a {
	color: #202912;
	text-decoration: none;
	border-bottom: 1px solid #CBCDA6;
	display: block;
	padding: 7px 15px;
	outline: none;
}

#leftcol li a:hover {
	background: #CBCDA6;
}

/**********************
Content
**********************/

#content {
	border-left: 180px solid #E6E5C9;
	padding: 0px 20px 20px 20px;
	margin-top: 20px;
}

#content_home {
	padding: 10px 20px;
	margin-top: 20px;
}

#content p, #content_home p {
	line-height: 1.5em;	
}

#slideshow {
	margin-top: -10px;
	margin-left: -20px;	
}

#content ul li {
	list-style: square;
	line-height: 1.5em;	
}

#content ol li {
	line-height: 1.5em;	
	margin: 20px 0;
}

.sml_text {
	font-size: 8pt;
	font-style: italic;	
}

#hunting {
	background: url(../images/bg_hunting.jpg) no-repeat;
	width: 410px;
	height: 179px;
}	

#fishing {
	background: url(../images/bg_fishing.jpg) no-repeat;
	width: 410px;
	height: 179px;
}

#hunting .box_text, #fishing .box_text {
	color: #fff;
	position: relative;
	left:15px;
	top: 40px;
	width: 205px;
}

#hunting p, #fishing p {
	line-height: 1.3em;
}

#packages, #guides {
	background: #E6E5C9;
	padding: 10px;	
}

#packages .title, #guides .title {
	background: url(../images/package_title_bg.jpg) repeat-x;
	height: 36px;
	margin: -10px;
		
}

a img {
	border: none;	
	outline: none;
}

.spacer {
	border-bottom: 1px solid #8C916E;	
}

.clear {
	clear: both;	
}

.bold {
	font-weight: bold;	
}

.red {
	color: #cc0000;	
}

.feedback {
	border: 1px solid #ccc;
	padding: 0 20px;
	margin: 20px 0;
	background: #fff;
}	

h1 {
	color: #000;
	font-size: 30px;	
}

h2 {
	color: #000;
	font-size: 25px;
	font-weight: normal;
}

.page_heading {
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #8C916E;
	display: block;
	padding-top: 20px;
	margin-top: 0;
}

/**********************
Footer
**********************/

#footer {
	background: #211500;
	margin: 0 auto;
	display: block;
	padding: 10px;
	clear: both;
	color: #8C8460;
	line-height: 1.5em;
}

#footer a {
	color: #8C8460;
	text-decoration: none;
}

#footer-text p{
	margin: 0; 
	padding: 0; 
	color: #8C8460;
	font-size: 8pt;
	line-height: 1.5em;
}

#footer-text a {
	color: #8C8460;
	text-decoration: underline;
}

#footer td {
	text-align: left;	
}
