
* { margin: 0; padding: 0; }

/***********************************************/
/* Link Styles                                 */
/***********************************************/

.class1 a:link {color: #6e774f; text-decoration: none; }
.class1 a:visited {color: #6e774f; text-decoration: none; }
.class1 a:hover {color: #b3c181; text-decoration: none; }
.class1 a:active {color: #6e774f; }


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header {
	width:750px;
	height:76px;
	background: url('/images/layout/dcp_layout_01.png') no-repeat top left;
	text-align:right;
	color:#6e774f; 
	font-family:Tahoma;
	font-size:11px;
	padding: 20px 30px 0 0;
	line-height:20px;
	z-index:1;
}
#pageheader {
	width:780px;
	height:28px;
	background: url('/images/layout/dcp_layout_03.png') no-repeat top left;
	text-align:left;
	color:#FFFFFF;
	padding: 14px 0 0 40px;
	text-transform:lowercase;
	z-index:6;
}
#contentHolder {
	width:780px;
	background-image:url('/images/layout/content_bg.jpg');
	z-index:7;
	overflow: hidden;
}
#sidebar {
	width:200px;
	text-align:left;
	padding-left:27px;
	padding-top:15px;
	float:left;
	z-index:8;
}
#content {
	width:505px;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	float:left;
	z-index:9;
}
body {
	text-align: center;
	background-image:url('/images/layout/bg.jpg');
	background-repeat:repeat-x;
	background-color:#3b3920;
}
#Master {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#footer {
	width:780px;
	height:71px;
	background: url('/images/layout/dcp_layout_05.png') no-repeat top left;
	z-index:1;
}	


/***********************************************/
/* Top Navigation                              */
/***********************************************/
	
#navigation {
	background: url('/images/layout/dcp_layout_02.png') no-repeat top left;
	height:275px;
}
#navigation a {
	display: block;
	width: 186px;
	overflow: hidden;
	height: 0;
/*	_height: 1%; */
}
#navigation ul, #navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	position: absolute;
	left: 392px;
}

#Home a{
	background: #fff url('/images/layout/menuHome.jpg') no-repeat scroll top left; padding-top: 20px;
}
#Home a:hover {
	background-position: left -20px;
}
#Aboutus a{
	background: #fff url('/images/layout/menuAboutus.jpg') no-repeat scroll top left; padding-top: 22px;
}
#Aboutus a:hover {
	background-position: left -22px;
}
#Hunting a{
	background: #fff url('/images/layout/menuHunting.jpg') no-repeat scroll top left; padding-top: 20px;
}
#Hunting a:hover {
	background-position: left -20px;
}
#Photo a{
	background: #fff url('/images/layout/menuPhoto.jpg') no-repeat scroll top left; padding-top: 23px;
}
#Photo a:hover {
	background-position: left -23px;
}
#Contact a{
	background: #fff url('/images/layout/menuContact.jpg') no-repeat scroll top left; padding-top: 36px;
}
#Contact a:hover {
	background-position: left -36px;
}


/***********************************************/
/* Font Styles                                 */
/***********************************************/

h3 {
	background: url('/images/layout/bulletHead.png') no-repeat left 2px; padding: 0 0 0 16px;
	font-weight:normal;
	letter-spacing:0.10em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
h4 {
	background: url('/images/layout/bulletSidebar.png') no-repeat left 2px; padding: 0 0 0 16px;
	font-weight:normal;
	color: #646652;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}
h5 {
	background: url('/images/layout/bulletContent.png') no-repeat left 2px; padding: 0 0 5px 16px;
	font-weight:normal;
	color: #786e19;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
.sidebarText {
	font-weight:normal;
	color: #64834f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;	
}
.contentText {
	font-weight:normal;
	color: #7f7f7f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;	
}
.answerText {
	font-weight:normal;
	color: #2D4B08;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;	
}
.footerText {
	text-align:right;
	padding:36px 26px 0 0; 
	font-weight:normal;
	color: #8ca37d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;	
}

