﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #5E0911;
}
#container {
	margin: 0px auto 0px auto;
	width: 1000px;
	background-color: #0000FF;
	height: inherit;
}
#masthead {
	text-align: right;
	width: 1000px;
	overflow: auto;
	background-color: #C0C0C0;
	color: #FFFFFF;
	background-image: url('../images/masthead4.jpg');
	height: 184px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#content {
	float: left;
	width: 970px;
	padding: 15px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
	vertical-align: middle;
}
#footer {
	width: 1000px;
	background-color: #C0C0C0;
	font-size: medium;
	font-weight: bold;
	vertical-align: inherit;
	text-align: center;
	padding-top: 15px;
}
/* Styles for Navigation */
/* Styles for Footer */

