html {
  /* force a scrollbar for firefox */
  height: 100%;
  margin-bottom: 0.05px;
}

body {
  color: black;
  background-color: white; 
  background-image: url(/images/banner.gif);
  background-repeat: repeat-x;
  font-size: 100%;
  text-align: center;
  font-family: georgia, serif;
}

#mainContainer {
  position: relative;
  clear: both;
  text-align: left;
  width: 693px;
  margin: -10px auto 0px auto;
  padding: 80px 0px 5px 0px;
  /*border: solid 1px black; */
  /*overflow: auto; */
}

#titlePane {
  position: relative;
  display: block;
  float: left;
  width: 325px;
  height: 180px;
}

#logo {
  position: absolute;
  top: 75px;
  left: 195px;
}

#title {
  position: absolute;
  top: 170px;
  left: 5px;
}

#titlePhrase {
  font-size: 120%;
  font-weight: normal;
  font-family: "euphemia ucas", "lucida grande", trebuchet, helvetica, sans-serif;
  position: absolute;
  /* too high for IE: top: 200px; */
  top: 215px;
  left: 50px;
  width: 250px;
}

#main {
  float: left;
  display: block;
  width: 333px;
  margin: 5px -5px 5px 30px; /* ie float + absolute bug gives -margin */
}

#textFooter {
  border-top: solid 1px gray;
  padding-top: 5px;
  font-size: 70%;
}

#nav {
  position: absolute;
  width: 50px;
  height: 75px;
  top: 0px;
  left: 538px;
}

h2 {
  text-align: center;
  font-size: 188%;
  font-weight: normal;
  margin-bottom: 8px;
}

.subheadbox {
  text-align: center;
}
.subhead {
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  padding: 5px;
  font-size: 70%;
  margin: 0px auto 0px auto;
  width: 50%;
}

a:link {
  color: #FF0808;
  text-decoration: none;
}
a:visited {
  color: #880707;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
