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;
}
#IE5Title {
  font-size: 32px;
  float: top;
}
h2 {
	position: absolute;
	top: 7px;
	left: 507px;
	color: #D3C3C3;
	width: 398px;
	height: 38px;
}
#navigation {
	background-color: #330000;
	background-image: url("images/nav-bg.gif");
	background-repeat: repeat-x;
	padding: 0.3em;
}
.navigationItem {
  padding: 0.3em;
}
.navigationItem:hover {
  background-color: #A51B12;
}
#bottom {
  width: 1000px;
  margin: 0 auto;
}
#main {
}
#sideNavigation {
  background-image: url('images/sidenav-bg.gif');
  background-color: #800000;
  background-repeat: repeat-x;
  float: left;
  margin: 0;
  width: 175px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  border-bottom: 1px solid #B00202;
}
.sideNavItem {
  color: #D3C3C3;
  padding: 1em;
}
.sideNavItem:hover {
  color: white;
  background-color: #A51B12;
}
#headImage {
  float: top;
}
#content {
  padding-left: 220px;
  padding-right: 100px;
}
h3 {
  font-style: italic;
  border-bottom: 1px solid #BE0202;
  margin-bottom: 20px;
  margin-top: 35px;
}
p {
  text-indent: 1.5em;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#copyright {
  border-top: 1px solid #BE0202;
  font-size: 12px;
  text-align: center;
  float: bottom;
  width: 100%;
}
