/* TWO COLUMN LAYOUT */


body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color:#0E0C0D
	}
#main_wrapper {
	width:960px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-image: url(graphics/background_fw_dark.jpg) ;
	background-color:#000000;
	border:hidden;
background-repeat:repeat-y;
	}
#header {
	
	}


	

#content {
background-image:url(bg_callofthewild.jpg) ;
background-color:#0E0C0D
	margin-left:140px; /* margin = width of nav column */
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background:#DDC; /* TEMP - REMOVE OR RESTYLE  */
	width:958px;
	overflow:hidden;
	border:1px solid #A6A181;
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 2em; /* creates space between the box  and the content */
	}

#content_inner { 
	padding:0em 1em 1em 1.5em; 
	
	/* creates space between the box and the content */
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	
	border:1px solid #A6A181;
	background-color:#7D654B;
	width:960px;
	}
	
	
	.style1 {font:"script mt bold"; font-size:18px}
	.style2 {font:"Lucida Calligraphy";}
	
a:link {
	color: #ffffff;
}
a:visited {
	color: #FFFFff:
}

.style16 {
	font-size: xx-large;
	color: #FFCC1E;
	font-style: italic;
}

#leftcolumn { width: 140px;float:left;padding:5px;}
#rightcolumn { width: 800px;; float: right} 
.clear { clear: both;}

.style10 {
	font-size:12px;
	font-color:#000000;
	font-family: "Arial, Helvetica, sans-serif";
	font-style: italic;
	color: #FFFFFF;
}

.style26 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.style30
{
	font-family:"Times New Roman", Times, serif;
	font-color:#FFFFFF;
	font-size:16px;
	color: #FFFFFF;
}
