/*	----------------------------------------------------------
	
	DISCLAIMER
	
	Hello source code curious person from the Interwebs!
	What you're doing right now is (in my opinion) the BEST way to learn
	and advance.
	
	It's how I learned, and how I'm still learning.
	So go ahead, dig away and ask any questions. Techniques used
	on this site are all in the public domain,
	but the unique combination of CSS and images are what make
	this site's design. 

	Please don't steal wholesale, because that makes me sad :(
	
	Theme Name: Hawks Trading Post
	  Theme URI: - http://www.hawkstradingpost.com/
	    Version: - V1 2010
	     Author: - Andrea Masters
	 Author URI: - http://www.oneclickgeeks.com
	 
	----------------------------------------------------------	*/

body{
	background-color:#E7D28F;
	margin:0;
	padding:0;
	color:#331213;
	font-family:"verdana", helvetica;
	font-size:14px;
}
.wrap{
	height:auto;
	margin: 0 auto;
	width:1010px;
}
/* Header */
#header{
	background-image:url('images/texture_1.jpg');
	background-repeat:repeat-x;
	height:155px;
}
.lower_head{
	background-color:#8F3B1E;
	border-top:#826D52 solid 1px;
	border-bottom:#826D52 solid 1px;
	height:20px;
}
/* side nav */
.side_nav{
	background-color:#C9962C;
	border-left:#8F3B1E solid 1px;
	border-right:#8F3B1E solid 1px;
	width:250px;
	height:auto;
	float:left;
}
a.side:link{
	color:#331213;
	font-family:"verdana", helvetica;
	font-size:16px;
	text-decoration:none;
}
a.side:hover{
	color:#331213;
	font-family:"verdana", helvetica;
	font-size:16px;
	text-decoration:none;
}
a.side:active{
	color:#331213;
	font-family:"verdana", helvetica;
	font-size:16px;
	text-decoration:none;
}
a.side:visited{
	color:#331213;
	font-family:"verdana", helvetica;
	font-size:16px;
	text-decoration:none;
}
a{
	color:#331213;
	font-family:"verdana", helvetica;
	font-size:16px;
	text-decoration:none;
}
a:hover{
	color:#331213;
	font-family:"verdana", helvetica;
	font-size:16px;
	text-decoration:none;
}
a:active{
	color:#331213;
	font-family:"verdana", helvetica;
	font-size:16px;
	text-decoration:none;
}
a:visited{
	color:#331213;
	font-family:"verdana", helvetica;
	font-size:16px;
	text-decoration:none;
}
.menutitle{
	color:#000000;
	padding:4px;
	text-align:left;
	font-weight:bold;
	border-bottom:#8F3B1E solid 1px;
}

.submenu{
	margin-bottom: 0.5em;
	margin-left:30px;
}
/* content */ 
.content{
	width:300px;
	height:200px;
	margin-left:15px;
	margin-top:10px;
	float:left;
}
.contentabout{
	width:700px;
	height:auto;
	margin-left:15px;
	margin-top:10px;
	text-align:justify;
	font-size:16px;
	float:left;
}
.contentdc{
	width:740px;
	height:auto;
	float:left;
	margin-left:10px;
	position:relative;
}
#titledc{
	width:730px;
	height:40px;
	margin-top:10px;
	margin-left:5px;
	text-align:center;
	color:#331213;
	font-family:"verdana", helvetica;
	font-size:30px;
	text-decoration:none;
}
	
#dcimg{
	width:214px;
	height:152px;
	margin-top:20px;
	margin-left:25px;
	float:left;
	background-color:#C9962C;
}
.dccat{
	text-align:center;
	color:#331213;
	font-family:"verdana", helvetica;
	font-size:16px;
	text-decoration:none;
}

#arrows{
	float:left;
	margin-left:230px;
	margin-top:10px;
}

.arrow1{
	background-image:url('images/selectionbg.jpg');
	background-repeat:no-repeat;
	width:209px;
	height:85px;
}
.arrow_text1{
	margin-left:15px;
	margin-top:15px;
	position:absolute;
	text-align:center;
}
.arrow2{
	background-image:url('images/selectionbg.jpg');
	background-repeat:no-repeat;
	width:209px;
	height:85px;
	margin-top:13px;
}
.arrow_text2{
	margin-left:20px;
	margin-top:15px;
	position:absolute;
	text-align:center;
}
.arrow3{
	background-image:url('images/selectionbg.jpg');
	background-repeat:no-repeat;
	width:209px;
	height:85px;
	margin-top:13px;
}
.arrow_text3{
	margin-left:40px;
	margin-top:15px;
	position:absolute;
	text-align:center;
}
.content_text{
	margin-left:270px;
	margin-top:300px;
	text-align:justify;
	width:735px;
	height:200;
}
/* footer */
.footer_bg{
	background-color:#8F3B1E;
	border-top:#826D52 solid 1px;
	border-bottom:#826D52 solid 1px;
	margin-top:10px;
	height:20px;
	position:relative;
	clear:both;	
}
.footer{
	float:right;
	font-size:10px;
	padding:5px;	
}
a.footer_link:link{
	color:#331213;
	font-size:10px;	
}
a.footer_link:hover{
	color:#C9962C;	
	font-size:10px;	
}
a.footer_link:visited{
	color:#331213;
	font-size:10px;		
}
