@charset "UTF-8";
/* CSS Document */

body{
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
}

.container{
width:1024px;
margin-left:auto;
margin-right:auto;
}

.header{
background:url(images/header_01.jpg) no-repeat;
width:1024px;
height:171px;
}

.logo{
padding:20px;
}

.navigation{
background:url(images/nav_bg_03.jpg) no-repeat;
width:1024px;
height:76px;
position:relative;
z-index:0;
}

.navigation ul{
margin:0px;
padding:0px;
padding-left:25px;
padding-top:9px;
}

.navigation li{
display:inline;
padding-right:25px;
}

.content{
overflow:hidden;
background:#41342e;
}


.left{
background:#41342e;
width:600px;
margin-left:20px;
}

.left a{
color:#dbcec8;
}

.left a:hover{
color:#f36011;
}

.left p{
width:650px;
font-size:12px;
color:#dbcec8;
}

.sidebar{
background-image:url(images/orange_sidebar_01.jpg);
background-repeat:repeat-y;
width:359px;
height:570px; 
float:right;
}

.sidebar_heading{
margin-left:55px;
margin-top:20px;
}

.sidebar_content{
margin-left:80px;
margin-top:-40px;
}

.sidebar_content p{
width:250px;
font-size:14px;
margin-top:5px;
text-align:center;
color:#2c1d15;
}

.sidebar_content a{
color:#2c1d15;
}

.sidebar_content a:hover{
color:#dbcec8;
}

.video{
position:relative;
right:23px;
}

.footer{
background:url(images/footer.jpg) no-repeat;
width:1024px;
height:93px;
}

.footer p, .footer a{
margin:0;
padding-top:45px;
font-size:9.5px;
color:#f36011;
}

.footer p{
padding-left:20px;
}

.footer a:hover{
color:#FFFFFF;
}

table td{
padding-right:15px;
padding-top:15px;
}

.hunting_guide h4{
margin:0px;
font-size:15px;
color:#f36011;
}

.hunting_guide h5{
color:#f36011;
font-size:12px;
text-decoration:underline;
margin:0;
}

.hunting_guide img{
margin-top:20px;
}


*:first-child+html .left_column p  {
margin:0px;
}

*:first-child+html .right_column p  {
margin:0px;
}

.left_column {
float:left;
width:200px;
font-size:11px;
color:#dbcec8;
}

.left_column p{
width:370px;
font-size:12px;
}

.left_column ul{
margin:0;
padding:0px;
position:relative;
left:40px;
width:300px;
font-size:12px;
list-style:inside;
}

*:first-child+html .left_column ul{
padding-top:10px;

}

.left_column li{
padding:2px;
}

.right_column{
float:right;
width:200px;
font-size:11px;
color:#dbcec8;
position:relative;
right:160px;
}

.bordered_paragraph {
border-bottom:#f36011 solid 1px;
width:700px;
}

.bottom_bordered_paragraph{
border:none;
}

.float{
float:right;
position:relative;
left:30px;
}

