body {
  background-image: url("images/main-bg.gif");
	background-color: #660000;
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: georgia, serif;
	margin: 0;
}
#top {
  background-image: url("images/top-bg.gif");
	background-color: #530000;
	background-repeat: repeat-x;
	padding: 0.4em;
}
h1 {
  margin: 0;
	text-indent: -5000px;
	background-image: url("images/title.gif");
	background-repeat: no-repeat;
	height: 80px;
	width: 500px;
}
h2 {
	position: absolute;
	top: 265px;
	left: 52px;
	color: #D3C3C3;
	width: 381px;
	height: 161px;
	overflow: visible;
	visibility: visible;
}
#navigation {
	background-color: #330000;
	background-image: url("images/nav-bg.gif");
	background-repeat: repeat-x;
	padding: 0.3em;
}
.navigationItem {
  padding: 0.3em;
}
#headImage {
  text-align: center;
}
h3 {
  font-style: italic;
	border-bottom: 0.1em solid #F00;
	margin-left: 0.5em;
}
p {
  text-indent: 1.5em;
  margin-left: 2em;
  margin-right: 3em;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
