﻿/* CSS layout */
#masthead {
	background-position: left;
	background-repeat: no-repeat;
	height: 128px;
	width: 1020px;
	background-image: url('images/logo.jpg');
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
#page content {
	width: 1020px;
}
#footer {
	width: 1020px;
	text-align: left;
	font-family: Verdana;
	font-size: 8px;
	font-weight: bold;
	color: #CC3300;
	position: inherit;
	margin-right: auto;
	margin-left: auto;
}
