* {
	padding:0;
	margin:0;
}

body {
	background-color:#463b37;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

#wrapper {
	width:788px;
	background-color:#342828;
	margin:1em auto;
	padding:6px;
}

#header {
	height: 80px;
}

#navigation {
	height:26px;
	background-image:url(images/nav_bkgd.jpg);
	background-repeat:no-repeat;
	margin-top:6px;
}

#navigation ul {
	margin-left:25px;
	list-style:none;
}

#navigation ul li {
	float:left;
}

#navigation a {
	height:26px;
	display:block;
	text-align:center;
	text-decoration:none;
}

#navigation a.home {
	width:91px;
	background:url(images/nav_home.jpg) 0px 0px no-repeat;
}

#navigation a.news {
	width:92px;
	background:url(images/nav_news.jpg) 0px 0px no-repeat;	
}

#navigation a.news_over {
	width:92px;
	background:url(images/nav_news.jpg) 0px -26px no-repeat;	
}

#navigation a.store {
	width:97px;
	background:url(images/nav_store.jpg) 0px 0px no-repeat;
}

#navigation a.store_over {
	width:97px;
	background:url(images/nav_store.jpg) 0px -26px no-repeat;
}

#navigation a.photos {
	width:108px;
	background:url(images/nav_photos.jpg) 0px 0px no-repeat;
}

#navigation a.photos_over {
	width:108px;
	background:url(images/nav_photos.jpg) 0px -26px no-repeat;
}

#navigation a.links {
	width:93px;
	background:url(images/nav_links.jpg) 0px 0px no-repeat;
}

#navigation a.links_over {
	width:93px;
	background:url(images/nav_links.jpg) 0px -26px no-repeat;
}

#navigation a.contact {
	width:118px;
	background:url(images/nav_contact.jpg) 0px 0px no-repeat;
}

#navigation a:hover {
	background-position:0px -26px;
}

/* --------------------------------------------------------------------------------------------------------- */
/* - Index "Splash" page   */
/* --------------------------------------------------------------------------------------------------------- */

#index {
	position:relative;
	background-color:#473C39;
	margin:6px 1px 0 1px;
	border:1px solid #000;
	padding:20px 0;
}

#index .button {
	position:absolute;	
	top:352px;
	left:256px;
	width:280px;
	height:55px;
	border:0px;
}

* html #index .button {
	top:353px;
	left:150px;
}

#index a {
	width:280px;
	height:55px;
	display:block;
	text-decoration:none;   /* added this to remove underline from hidden text link */
	background:url(images/index_photo_button.jpg) 0px 0px no-repeat;
}

#index a:hover {
	background-position:0px -55px;
}

/* --------------------------------------------------------------------------------------------------------- */
/* - News - Notes from the North page   */
/* --------------------------------------------------------------------------------------------------------- */

#news {
	position:relative;
	background-color:#473C39;
	margin:6px 1px 0 1px;
	border:1px solid #000;
	padding:20px 0;
}

#news h2 {
	visibility:hidden;
}

#news p {
	visibility:hidden;
}
	
a em {
	visibility:hidden;
}

/* --------------------------------------------------------------------------------------------------------- */
/* - Store - Notes from the North page   */
/* --------------------------------------------------------------------------------------------------------- */

#store {
	background-color:#473C39;
	margin:6px 1px 0 1px;
	border:1px solid #000;
}

#subnav {
	float:left;
	width:190px;
	display:inline;
	margin:30px 0 30px 30px;
	background-color:#57473f;
	border:2px solid #342828;
}

#subnav ul {
	list-style:none;
}

#subnav ul li a {
	display:block;
	padding:10px 14px 10px 14px;
	text-decoration:none;
	color:#fff;
	font-size:.9em;
	line-height:1.3em;
	font-weight:bold;
}

#subnav ul li p {
	font-size:.9em;
	font-weight:bold;
	line-height:1.3em;
	padding:10px 14px 10px 14px;
	background-color:#342828;
}
#subnav li a:hover {
	/*background-color:#342828;*/
	color:#ff9;
}

#content {
	margin:0 50px 30px 264px;
}

#content h3 {
	font-size:1.6em;
	padding:30px 0 0 0;
}

#content p {
	font-size:.9em;
	line-height:1.8em;
	padding:14px 0 0 16px;
}

#content a {
	color:#ff9;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content img {
	margin:0 0 0 10px;
}

/* --------------------------------------------------------------------------------------------------------- */
/* - Photos - trail camera slideshow pages   */
/* --------------------------------------------------------------------------------------------------------- */

#photos {
	background-color:#473C39;
	margin:6px 1px 0 1px;
	border:1px solid #000;
}

#photos h3 {
	font-size:1.6em;
	margin:36px 0 0 36px;
}

#photos h4 {
	font-size:1.1em;
	font-weight:bold;
	margin:36px 0 0 36px;
}

#photos p {
	font-size:.9em;
	line-height:1.8em;
	margin:14px 36px 0 52px;
}

#photos a {
	color:#ff9;
	font-weight:bold;
	text-decoration:none;
}

#photos a:hover {
	text-decoration:underline;
}

#footer {
	clear:both;
	height:34px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	margin-top:6px;
	font-size:.9em;
	padding-top:10px;
	text-align: center;
	padding: auto 0;
}

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

#footer a:hover {
	text-decoration:underline;
}


/* --------------------------------------------------------------------------------------------------------- */
/* - Alsett Clearing Method */
/* --------------------------------------------------------------------------------------------------------- */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
