@charset "utf-8";
/* CSS Document */


body {
	
	background:#BBBBAF;
	margin:0;
	padding:0;
	line-height:1.5em;
	letter-spacing:0em;

	
	font-size:14px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

.shortcut {
	text-align:right; font-size:10px;
}


a {
	color:#330;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	
}

#container {
	width:980px;
	margin:0 auto;
	padding:0;
	display:block;
	background:#F4EDE0;
}


#header {
	margin:0 auto;
	width:980px;
	display:block;
	background:url(../images/headerback.jpg) repeat-x;
	position:relative;
	z-index:0;
	
}

#logo {
	float:left;

	width:545px;

	position:absolute;
}


#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#nav ul  li {
	margin:0;
	padding:1px 0;
}

#nav a {
	display:block;
	height:25px;
	width:311px;
	background:#cdc197;
	color:#FFF;
	font-weight:bold;
	line-height:1.8em;
	text-decoration:none;
	padding:0 0 0 20px;
	color:#330;
}

#nav a:hover {
		background:#330;
	    color:#fff;
}




#contact {
	float:right;
	overflow:hidden;
	display:block;
	height:80px;
	text-align:center; 
	padding:10px 20px 0 0;
}

#contact  h4 {
	margin:0;
}

#sidebar {
	float:left;
	width:331px;;
	margin:120px 0 0 0;
	padding: 0 px;
	display:block;

	
}

#content {
	width:590px;
	float:right;
	padding:0 10px;
	display:block;
	z-index:5000;
	position:relative;
}

#footer {
	clear:both;
	background:url(../images/bottomcell.jpg)  repeat-x #3d2c12;
	padding:5px;
	font-size:12px;
	text-align: center;
	height:60px;
		color:#fff;
	display:block;
}

#footer  a {
	color:#fff;
}

.hunting {
	font-size:11px;
	
	
}

.clr {
	clear:both;
}
