﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS";
	font-size: medium;
	background-color: #000000;
}
#container {
	width: 700px;
	margin: 0 auto 0 auto;
}
#masthead {
	text-align: center;
	width: 700px;
	background-color: #000000;
	position: relative;
}
#content {
	font: normal normal bold 100% "Trebuchet MS";
	width: 700px;
	color: #000000;
}
#navigation {
	width: 700;
	background-color: #000000;
}
/* Masthead Styles */
/* Navigation Styles */
/* Content Styles */
#content h1, h2, h3, h4, h5, h6 {
	color: #800000;
	font-weight: bold;
}
