/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
}
h1{
	font-size: 18px;
	color: #FFF;
	font-family: Cambria;
}
#wrapper { 
 margin: 0 auto;
 width: 812px;
}
#header {
	color: #333;
	width: 812px;
	float: left;
	height: 391px;

	background-repeat: no-repeat;
}
#navigation {
	float: left;
	width: 792px;
	height:55px;
	color: #333;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #BD9C8C;
	background-image: url(../images/DC-outdoor-adventure_05.png);
	background-repeat: no-repeat;
}
#content{
	margin: 0px;
	float: left;
	height: auto;
	width: 812px;
	background-image: url(../images/DC-outdoor-adventure-bg_08.png);
	background-repeat: repeat;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 width: 460px;
 float: left;

}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 width: 310px;
 display: inline;

}

#introbox{
	background-image: url(../images/DC-outdoor-adventure_11.png);
	height: 179px;
	width: 250px;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 48px;
	padding-left: 190px;
	color: #999;
	overflow:hidden;
	text-align: justify;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
}

#contentbox{
	background-color: #1E1D19;
	float: left;
	height: auto;
	width: 413px;
	margin-top: 20px;
	border: 1px solid #353535;
	padding: 15px;
	color: #FFF;
}

#footer { 
 width: 792px;
 clear: both;
 color: #FFF;
 background: #000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
#footer a{ 
 color: #FFF;
}

/* MENU */

#menu{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	z-index: 100;
	background-image: url(../images/tiger-hills_03.png);
	height: 73px;
	padding-top: 15px;
}
#menu a{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	padding-left: 13px;
}

#menu a:hover{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	padding-left: 13px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px;
}
#menu a.active{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	color: #cc0000;
	text-decoration: none;
	padding-left: 18px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px;
}

h4{
	font-family: Cambria;
	color: #C08643;
}
.slideshow {
	height: 381px;