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

#testimonialscontainer {
	position: relative;
	top: -60px;
	margin: 0 auto;  
	height: 100%;
	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%;
	height: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
	text-align: center;
	background-color: #826b51;
}

#highlight {
	width: 416px;
	top: 0px;
	left: -10px;
	height: 40px;
	background-color: #2f5476;
	position: absolute;
	opacity: 0.4;
	z-index: -1;
}

#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;
}

#pagesubtitle {
	display: inline-block;
	position: absolute;
	width: 435px;
	float: left;
	margin-left: -10px;
	margin-top: 0px;
	color: #603311;
	font-weight: bold;
	background-color: rgba(130,107,81,0.4);
    font-family: Arial, Helvetica, sans-serif;
	left: 0;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: -10px;
    font-size: 18px;
    text-align: left;
  }
  