html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-image: url("img/bg.gif");
  color: #330000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #336600;
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
}
h2 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #CC0000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #336600;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #FFCC33;
  text-decoration: underline;
}
a:focus {
  color: #CC0000;
}
a:active {
  color: #CC0000;
}
#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 800px;
}
#outerWrapper #header {
  background-image: url("img/banner.gif");
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
  height: 245px;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #content {
  background-color: #EEE0C6;
  border-left: solid 10px #330000;
  border-right: solid 10px #330000;
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
  position: relative;
}
#outerWrapper #footer {
  background-image: url("img/footer.gif");
  background-repeat: no-repeat;
  height: 233px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #content #content_body {
	width: 550px;
	float: right;
	position: relative;
	top: -160px;
}
#outerWrapper #contentWrapper #content #nav {
	width: 175px;
	position: relative;
	font-size: 18px;
}
