/**
 * Various CSS styles relating to page structure and layout - that is, display.
 */
h1 { margin: 0; padding: 0; }

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

body {
	background: #528512;
}

#page {
	margin-left: 10%;
	border: 3px solid white;
	width: 766px;
	background: white;
}

#header {
	position: relative;
	padding-top: 215px;
	background: white url(images/header/secondary.jpg) no-repeat;
}

#header h1 {
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	background: #96D04E;
	font-family: "Trebuchet MS", "Century Gothic", "Avant Gard", "Arial", sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: white;
	padding: 10px 40px;
}
#header h2 {
	display: none;
}

#footer {
	padding: 6px 40px;
	background: #ABC577;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000;
}

#footer a {
	color: #330033;
}
