
/* Camping Index Styles */

body { 
margin: 0px 0px 50px 0px; 
background: #48BA48;
font-family: "Book Antiqua", Palatino, serif;
text-align: center;
}
a:link { color: #0000ff; text-decoration: none; }
a:hover { color: #0000ff ! important; text-decoration: underline; }
a:visited { color: #0000ff; text-decoration: none; }

p { text-align: justify; font-size: 1.2em; }

li { margin-bottom: 10px; }

#envelope {  
background: #F6F0C6 url(camphead.png) center top no-repeat;
margin: 0px auto;
width: 900px;
}

#content {  
background: #F6F0C6;
margin-top: 207px;
padding: 10px 20px 20px 20px;
}

#content lim {
font-size: 1.2em;
}

#side {  
background: #275727 url(camphead.png) left top no-repeat;
width: 234px;
color: #F6F0C6;
}

#side h2 {  
margin: 50px 0px 30px 0px;
}

#side a:link { color: #F6F0C6; text-decoration: none; }
#side a:hover { color: #ffcc33 ! important; text-decoration: none; }
#side a:visited { color: #F6F0C6; text-decoration: none; }

#navs {
padding: 0px 20px 30px 0px;
margin-top: 280px;
}

.drop { font-size : 300%; font-weight : bold; float : left; color : #275727; margin: 0px 6px 0px 0px; }

.c {
text-align: center;
}

.r {
text-align: right;
}

.big {
font-size: 1.6em;
}

img {  
border-width: 0px;
}

.imgL { 
float: left; 
margin: 0px 10px 10px 0px; 
}

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

.not, #navigation {  
display: none;
}

#foot {  
background: transparent url(campfoot.png) no-repeat;
padding-left: 440px;
text-align: left;
height: 100px;
}

