﻿body {
	font-family: "Old English Text MT";
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: black;
	background-position: top left;
	background-repeat: repeat-x;
}
#masterheading {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#masterheading h1 {
	font-size: 48pt;
	color: #ffcc00;
	font-weight: bold;
	text-align: center;
}
#navigation {
	top:250px;
	width: 190px;
	clear: both;
	overflow: hidden;
	color: #FC3;
	font-size: 20pt;
}
#navigation h1 {
	font-size: 20pt;
	color: #ffcc00;
}
#content {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffcc00;
	position:absolute;
	left:210px;
	top:220px;
	width: 810px;
	border-style:none;
	height: 863px;
	}
#footer {
	font-family:"Old English Text MT";
	color:#ffcc00;
	font-size:medium;
	font-weight:bold;
	text-align:center;
}
