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

#naturalcontainer {
	position: relative;
	top: -60px;
	margin: 0 auto;  
	height: 600px;
	margin-left: 100px;
	margin-right: 100px;
	}

#websiteContainer2 {
	margin-left: 80px;
	margin-right: 80px; 
	-webkit-box-shadow: 0px 3px 10px 0 #000000;
	-moz-box-shadow: 0px 3px 10px 0 #000000;
	box-shadow: 0px 3px 10px 0 #000000; 
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	background-color: #bfaf9a;
}

#pageContainer1 {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	text-align: center;
	background-color: #826b51;
}

#pagetitle {
	display: inline-block;
	font-size: 36px; 
	float: left;
	margin-left: -10px;
	margin-top: 40px;
	color: #603311;
	font-weight: bold;
	font-family: "Copperplate", Copperplate Gothic Light, sans-serif;
	background-color: rgba(47,84,118,0.4);
	left: 0;
	padding-left: 7px;
	padding-right: 7px;
}
