﻿/*

CSS (Cascading Style Sheet)
Author & Copyright 2006 : King S. Rosales of Red Mile Media, Inc. www.redmilemedia.com

*/

body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#4D0707;
}

#container{
	font-family:trebuchet ms,verdana;
	font-size: 8pt;
	color:#000;
	width:704px;
	text-align:left;
}

#header{
	height:222px;
}

#mainphoto {
margin-bottom: 5px;
padding-bottom: 5px;
padding-top: 5px;
border-bottom: 1px dashed #CCCCCC;
border-top: 1px dashed #CCCCCC;
width: 462px;
}

#photorow {
margin-bottom: 2px;
padding-bottom: 2px;
border-bottom: 1px dashed #CCCCCC;
width: 462px;
}

#pnav {
margin-top: 10px;
}

#pnav a {
margin-right: 5px;
}

#pnav a:hover {
color: maroon;
}

#title_about_us{
	color:#FFF;
	height:40px;
	width:704px;
	background: url('../images/index_03_about_us.jpg') no-repeat;
}

#title_deer_hunts{
	color:#FFF;
	height:40px;
	width:704px;
	background: url('../images/index_03_deer_hunts.jpg') no-repeat;
}

#title_elk_hunts{
	color:#FFF;
	height:40px;
	width:704px;
	background: url('../images/index_03_elk_hunts.jpg') no-repeat;
}

#title_other_hunts{
	color:#FFF;
	height:40px;
	width:704px;
	background: url('../images/index_03_other_hunts.jpg') no-repeat;
}

#title_lodge_living{
	color:#FFF;
	height:40px;
	width:704px;
	background: url('../images/index_03_lodge_living.jpg') no-repeat;
}

#title_contact_us{
	color:#FFF;
	height:40px;
	width:704px;
	background: url('../images/index_03_contact_us.jpg') no-repeat;
}

h1
{
    font-size: 17pt;
	position:relative;
	top:5px;
	left:204px;
	margin: 0;
	padding: 0;
}

h2
{
    font-size: 12pt;
}

#left_navigation{
	width:173px;
	padding: 0 10px 10px 15px;
}

#left_navigation_home{
	width:173px;
	padding: 40px 10px 10px 15px;
}

#left_navigation p{
	padding: 0;
}

img{
    margin:0;
    padding:0;
    border:0;
}


#content_frame{
	position: absolute;
	width: 521px;
	padding: 0;
    margin: 0 0 0 183px;
	top: 262px;
	background: url('../images/content_back.gif') right repeat-y;
}

#content_frame_home{
	position: absolute;
	width: 521px;
	padding: 0;
    margin: 0 0 0 183px;
	top: 0;
	background: url('../images/content_back.gif') right repeat-y;
}

#content{
	width:475px;
	padding: 14px 0px 14px 20px;
	margin: 0;
}

#content p.space {
margin-bottom: 150px;
}


#content_home{
	width:475px;
	padding: 14px 10px 14px 20px;
	margin: 0;
	position:absolute;
	top: 450px;
	height:350px;
}

#content_home h1
{
    font-size: 16pt;
    left: 0;
}

.pics{
	float:right;
	margin: 0 10px 0 0;
}

#newsmenu {
	float:right;
	margin: 0 10px 0 6px;
	padding-left: 5px;
	text-align:center;
	border-left: 1px dashed #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#newsmenu ul {
list-style-type: none;
line-height: 150%;
text-align: left;
padding-left: 20px;
margin-left: -20px;
}

#newsmenu ul li {
margin-left: 10px;
}

.underliner {
text-decoration: underline;
}

#footer{
	height: 136px;
	background: #FFFCCA url('../images/footer.jpg') no-repeat;
	padding: 10px 20px 0 20px;
	color:#FFFCCA;
}

#footer_home
{
    position: relative;
    top:136px;
	height: 136px;
	background: #FFFCCA url('../images/footer.jpg') no-repeat;
	padding: 7px 14px 0 14px;
	color:#FFFCCA;
}

#footer a
{
    color:#FFFCCA;
    font-weight:bold;
}

#footer_home a
{
    color:#FFFCCA;
    font-weight:bold;
}