﻿/* CSS layout */
#masthead {
	position: relative;
	z-index: auto;
	width: 80%;
	right: 10%;
	left: 10%;
	text-align: center;
	top: 5%;
	background-color: #FFFFFF;
	height: 188px;
}
#page_content {
	width: 80%;
	text-align: center;
	position: relative;
	right: 10%;
	left: 10%;
	top: 0px;
	background-color: #FFFFFF;
	background-image: none;
}
#footer {
	border-style: inset none none none;
	border-width: thin;
	border-color: #808080;
	width: 80%;
	position: relative;
	right: 10%;
	left: 10%;
	text-align: center;
	background-color: #FFFFFF;
}
