html {
  background-color: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
}
body {
  margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
form td p {
  margin: 5px 0px;
}
a img {
  border-style: none;
}
div#container_overall {
  width: 988px;
  height: 1001px;
  margin: 0px auto;
  background: #fff url('/images/background.jpg');
  color: #000;
}
div#header {
  height: 45px;
  width: 686px;
  margin: 0px 0px 0px 250px;
  line-height: 45px;
}
div#nav_top {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
  float: left;
}
div#nav_top a {
  color: #a30404;
  text-decoration: none;
  margin-right: 20px;
}
h1 {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  text-align: right;
  font-size: 23px;
  font-style: italic;
  color: #a30404;
}
div#left {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  line-height: 24px;
  font-size: 15px;
  height: 500px;
  width: 170px;
  margin: 250px 0px 0px 42px;
  float: left;
  
}
div#content {
  height: 662px;
  width: 686px;
  margin: 170px 0px 0px 37px;
  float: left;
  line-height: 24px;
}
div#footer {
  clear: both;
  width: 988px;
  margin: 10px auto;
  padding-bottom: 10px;
  text-align: center;
}


