/* CSS Document */

body {
	margin:0;
	background-color:#DED7C0;
	font:70% Verdana, Arial, Helvetica, sans-serif;
	color:#573B1C;
	}
	
#containerhome {
	position:relative;
	margin:0 auto;
	width:799px;
	height:600px;
	background-color:#FFF7E3;
	}
	
#container {
	position:relative;
	margin:20px auto;
	border:10px solid #A99F7C;
	width:799px;
	height:612px;
	}
	
#container a {color:#0066CC;}
		
#banner {
	background: url(camp_banner.jpg);
	width:799px;
	height:226px;
	}
	
#banner span {display:none;}
	
#mid {
	background:url(camp_fire.jpg);
	width:799px;
	height:285px;
	background-color:#ffffff;
}

#rightbox {
	position:absolute;
	width:325px;
	left:240px;
	top:225px;
	}
	
.next {
	position:absolute;
	width:100px;
	right:0;
	top:275px;
	}

.previous {
	position:absolute;
	width:100px;
	left:0;
	top:275px;
	}
	
#leftbox {
	position:absolute;
	width:180px;
	left:10px;
	padding:0 10px;
	top:240px;
	background-color:#DED7C0;
	}
	
#leftbox h1 {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	}
	
#foot {
	background:url(camp_footer.jpg);
	width:799px;
	height:101px;
	}

#foot img {
	padding-right:20px;
	}

.footertext {
	position:absolute;
	padding:130px 20px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}
	
