body {
	background-color: #336;
	margin: 0;
	padding: 0;
	height: 100%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #336;
	font-size: 12px;
	margin: 0;
	line-height: 150%;
	clear: both;
}

#wrapper {
	position: relative;
	background-color: #FFF;
	top: 2em;
	padding: 0px;
	width: 608px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}

#head1 {
	position: absolute;
	background-image: url(images/photoMasthead2.jpg);
	background-repeat: no-repeat;
	width: 608px;
	height: 228px;
	top: 0px;
	
	z-index: 3;
} 

#head2 {
	position: absolute;
	background-image: url(images/head2.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 148px;
	top: 0px;
	left: 230px;
	z-index: 3;
} 

#head3 {
	position: absolute;
	background-image: url(images/head3.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 148px;
	top: 0px;
	left: 430px;
	z-index: 3;
} 

#innerText	{
	position: absolute;
	background-color: #FFF;
	text-align: left;
	top: 250px;
	width: 350px;
	height: 100px;
	margin-left: 200px;
	z-index: 6;
	}
