*{
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url('../images/wood1.jpg'); 
	background-repeat: repeat; 
	background-color: #000000;
	font-family: times;
}

h1{
	color:#05520b;
	padding-bottom: 20px;
}

#wrapper{
	width: 990px; 
	margin: auto;  
	margin-top: 10px;
	background-image:url('../images/ContentBG.jpg'); 
	background-repeat: repeat-x; 
	background-color: #f6fbff; 
	border: solid 5px #2b2820;
}

#column2{
	float: right; 
	width: 566px;
	text-align: center; 
}

#header2{
	background-image: url('../images/header2.jpg'); 
	height: 124px; 
	width: 566px;
}

#column1{
	min-height: 680px;
}

#logo{
	background-image: url('../images/logo.jpg'); 
	height: 203px; 
	width: 424px;
}

#footer{
	background-image: url('../images/footer.jpg'); 
	width:990px; 
	height: 60px; 
	clear: both; 
	position:relative;
}

#tree{
	background-image: url('../images/tree.png'); 
	height: 480px; 
	width: 424px; 
	position: absolute; 
	top: -480px;
}

#mainContent
{
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	font-size: 1.2em;
}

#mainContent p
{
	margin-bottom: 15px;
}

#phone
{
	color: #05520b;
	display: inline;
	font-size: 1.5em;
}
.ContentPic
{
	float:right;
}


