@charset "utf-8";

/* Import external style sheets */
@import "reset.css";
@import "typography.css";
@import "superfish.css";
@import "colorbox.css";
/* -------- Layout Elements --------- */
html, body {
	background-color: #4c5a4b;
	z-index: 1;
}

#wrapper {
	position: relative;
	width: 800px;
	height: auto !important;
	margin: 0 auto;	
	margin-top: 8%;
	z-index: 1;
}

#pageHeader {
	position: relative;
	width: 800px;
	height: 150px;
	margin-bottom: 50px;
}

#siteLogo {
	position: relative;
	width: 400px;
	height: 150px;
	float: left;
}

#altLogo {
	position: relative;
	width: 100px;
	height: 150px;
	float: right;
}

#backgroundPhoto {
	position: relative;
	display: block;
	width: 800px;
	height: 400px;
	z-index: 1;
}

#mainNav {
	position: relative;
	display: block;
	width: 800px;
	height: 200px;
	margin-top: -400px;
	z-index: 2;
}

#pageContent {
	position: relative;
	display: block;
	width: 400px;
	height: 200px;
	z-index: 2;
}

#pageFooter {
	position: relative;
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding-top: 4px;
	border-top: 1px solid #707b6f;
	text-align: right;
	z-index: 1;
}

