* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
	background-color: #8fbaac;
	font-size:62.5%;
}
#wrap {
	text-align: left;
	background-color: #ffffff;
	width: 95%;
	max-width: 96em;
	margin: .5em auto;
	position: relative;
}

/* Navigation */
nav {
	width: 20.83333333333333%;
	max-width: 20em;
	position:absolute;
	top: 13em;
	left: .5em;
}
nav ul {
	list-style-type: none;
}
nav a {
	display: block;
	height:2.5em;
	text-decoration: none;
	background: url(images/rolloverBkgrnd.gif);
	line-height: 2.5em;
	text-indent: 5em;
	color: black;
	margin-bottom:.1em;
	font-size: 1.6em;
	min-width: 9.375em;
}
nav a:hover{
	background-position: right bottom;
}

/* Header */
header {
	background-color: #d36a39;
	height: 12.5em;
	line-height: 12.5em;
	padding-left: 5em;
	color:white;
}
h1{
	font-size: 3.2em;
}

/* Main Content */

main {
	width: 77.08333333333333%;
	position: relative;
	left: 22.91666666666667%;
}
footer{
	background-color: #d36a39;
	bottom: 0;
	right:0;
	left:0;
	height:3em;
	line-height: 3em;
	padding-left: 5em;
	color:white;
}