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

body{

color:black;
font-size:12px;
background-color:white;

}

#container{
width:950px;
position:relative;


}

.introheader{
font: 14px Georgia, "Times New Roman", Times, serif;
color: #999933;
letter-spacing: 3px;
}


.body{
width: 510px;
height: 350px;
background-color:white;
position:relative;
top: 55px;
padding-right: 8px;
padding-left: 8px;
font: 11px Georgia, "Times New Roman", Times, serif;
line-height: 16px;
text-align: justify;
color: #666666;

}





#header{
width:876px;
height:50px;
position:relative;
font: 40px Helvetica, Arial, sans-serif;
background-image: url(../images1/header.png); background-repeat: no-repeat;
 }

#header_link{
position:absolute;
}

#header_link a{
display:block;
width:876px;
height:50px;
}

#header_link a:link{
text-decoration:none;
color: none;
}

#header_link a:visited{
text-decoration:none;
color: none;
}

#header_link a:hover{
text-decoration:none;
color: none;
}


#header_link a:active{
text-decoration:none;
color: none;
}




#main_nav{
width:200px;
height:300px;
position:absolute;
left: 525px;
top: 225px;
font: 10px Helvetica, Arial, sans-serif;
letter-spacing: .75pt;
line-height: 16px;
color: #CC3300;
}


.screengrab{
padding-top: 25px;
padding-bottom: 25px;
border-top: dotted thin #CCCCCC;
}

a:link{
color: #CC3300;
text-decoration:none;
}

a:hover{
color: #6699FF;
text-decoration:none;
}

a:visited { 
color: #CCCCCC; 
text-decoration: none;
}





ul{
list-style-type:none;
}

#main_nav li{
display: list-item;
padding-right:6px;

}

.screengrab a:link{
text-decoration:none;
}

.screengrab a:hover{
text-decoration: none;
}

.screengrab a:visited{
text-decoration: none;
}




#content_area{
width:876px;
position: relative;
padding-left: 0px;
}


#main{
width:537px;
padding:25px;
position: relative;
float: right;
font: 10px Helvetica, Arial, sans-serif;
line-height: 14px;
}

.campers{
position: relative;
left: -15px;
}


.secondary_nav{
postition: relative;
left: 100px;
padding-left: 108px;

}


.secondary_nav li{
display: inline;
list-style-type: none;
}

.about{
position:relative;
padding-left: 110px;
padding-top: 0px;

}


.clear{
clear:both;
}

#ads{
height:240px;
width: 120px;
background-color: yellow;
position:relative;
top:1000px;

}
