html body{
	background-color: #000;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

.dialog{
	text-align: center;
}

.clear{
	clear: both;
}

#adminPanel{
	position: absolute;
	background-image: url(../images/postit.png);
	background-repeat: none;
	top: 150px;
	left: -200px;
	width: 189px;
	height: 189px;
}

#adminPanel div{
	margin-top: 50px;
	padding: 10px;

}

#blueprint{
	position: relative;
	margin: auto;
	top: 50px;
	background-image: url(../images/blueprint.png);
	background-repeat: no-repeat;
	width: 885px;
	height: 675px;
	overflow: hide;
	z-index: 0;
}

#content{
	position: relative;
	width: 675px;
	height: 580px;
	top: 50px;
	margin: auto auto;
}

#content .body{
	height: 550px;
}

#contentContainer{
	position: relative;
	padding: 20px;
	width: 1024px;
	margin: auto auto;
}

#deckBackground{
	top: -50px;
	width: 100%;
	background-image: url(../images/fence.png);
	
}

#footer{
	padding-top: 10px;
	width: 830px;
	margin: auto;
	height: 150px;
	text-align: right;
}

.fullPhoto{
	width: 600px;
}

.galleryList{
	margin: 5px;
	float: left;
	width: 180px;
	border: 2px solid black;
	text-align: center;
	background: white;

}

.galleryListPhoto{
	margin: 5px;
	border: 1px solid black;
}

.odd, .even{
	font-size: 12px;
}



#galley{
	float: left;
	width: 9%;
}

.galleryPhoto{
	float: left;
	border: 2px solid black;
	margin: 0px 5px 10px 5px;
}

#grassHeader{
	padding: 20px;
	height: 60px;
	width: 100%;
	background-image: url(../images/grass.png);
	background-color: green;	
}

#hammer{
	position: absolute;
	left: 850px;
	z-index: 1;
}

#leftPanel{
	float: left;
	width: 45%;
	height: 100%;
}

#logo{
	position: absolute;
	left: -10px;
	z-index: 1;
}

#logo img{
	border: 0px;
}

#mainContainer{
	width: 100%;

}

.message{
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: center;
	background: white;
	border: 2px solid black;
	width: 250px;
}

#rightPanel{
	float: left;
	width: 45%;
}

.paginateButtons{
	float: right;
	height: 25px;
	font-size: 12px;
}

.paginateButtons .step, .currentStep, .prevLink, .nextLink{
	padding: 3px;
	margin-left: 5px;
	height: 25px;
	width: 25px;
	background: white;
	border: 2px solid cornflowerblue;
}

#photos{
	position: absolute;
	top: 625px;
	left: -85px;
	z-index: 1;
}

#photos img{
	border: 0px;
}

.qTable{
	width: 100%;
}

.qName{
	padding-bottom: 10px;
	width: 25%;
	text-align: left;
}

.qEmail{
	padding-bottom: 10px;
	width: 30%;
	text-align: left;
}

.qQuestion{
	padding-bottom: 10px;
	width: 45%;
	text-align: left;
}

.testimonyIntro{
	font-size: 20px;
}

.testimonyContent{
	padding-left: 30px;
}

.testimonyText{
	max-width: 90%;
	padding: 10px;
	float: left;
	text-align: justify;
}

.testimonyLeftQuotes{
	float: left;
}

.testimonyRightQuotes{
	float: left;
}
