html{
	background-color: #70632F;
	height:100%;
	margin:0;
	padding:0
}

body{
	padding:0;
	margin:0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #110E09;
}

#wrapper{
	width: 980px;
	margin: auto;
	

}
#header{
	width: 980px;
	height: 206px;
	background-image: url('/assets/templates/campfire/images/header-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#main-menu{
	width: 957px;
	height: 30px;
	background-color: #000000;
margin: 0;
padding: 0;
padding-right: 23px;
}

#main-menu-inner{
color: white;
float: right;
margin: 0;
padding: 0;
}

#content-area{
	width: 980px;
	background-image: url('/assets/templates/campfire/images/content.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	float: left;
min-height: 300px;

}

#content-inner{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
width: 880px;
}

#left-column{
width: 200px;
float: left;
}

#right-column{
float: right;
width :680px;;


}

#footer{
	width: 980px;
	height: 301px;
	background-image: url('/assets/templates/campfire/images/footer.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	clear: both;
}

#footer-inner{
	padding-left: 50px;
	padding-right: 50px;
}	

#footer-left{
	float: left;
	width: 215px;
	height: 100px;
	padding-top: 50px;
	padding-left: 25px;
	

}

#footer-center{
	float: left;
	width: 150px;
	height: 95px;
	margin-left: 110px;
	padding-top: 50px;
	padding-left:80px;
	margin-right: 10px;

}

#footer-right{
	margin-left: 50px;
	height: 100px;
	float: left;
	padding-top: 47px;
	width: 220px;
}

#footer-bottom{
	width: 100%;
	padding-top: 20px;
	text-align: center;
	float: left;
	clear: both;
}

.home-left{
	float: left;
	width: 30%;
}

.home-center{
	float: left;
	width: 40%;
	text-align: center;
}


.home-right{
	float: left;
	width: 30%;
}

#sec-menu-parent{
width: 160px;
height: 25px;
line-height: 25px;
background-image: url("/assets/templates/campfire/images/sec-menu-title.gif");
background-position: top;
background-repeat: no-repeat;
padding: 0px;
margin: 0px;
padding-left: 10px;
color: #FFFFFF;
font-weight: bold;
}

#sec-menu-bottom{
width: 170px;
height: 15px;
background-image: url("/assets/templates/campfire/images/sec-menu-bottom.gif");
background-position: bottom;
background-repeat: no-repeat;
}



.site-by{
padding-top: 5px;
font-size: 10px;
}
