html, body {
  margin: 0;
  padding: 0;
  background-position: left top;
  background-repeat: repeat-x;
  background-image: url(images/bg_bbolt.gif);
}
body {
  font-family: arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 76%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: center;
}
p {
  margin: 0 10px 10px;
}
a:hover {
  color: #990000;
  font-weight: bolder;
  display: block;
}
a {
  border-bottom: 1px solid #cccccc;
  padding: 1px 5px 1px 1px;
  text-decoration: none;
  color: #990000;
  border-top-color: #cccccc;
  display: block;
}
div#header {
}
div#header h1 {
  margin: 0;
  height: 125px;
  line-height: 80px;
  padding-left: 10px;
}
div#container {
  text-align: left;
}
div#content p {
  line-height: 1.4;
}
div#navigation {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
}
div#navigation ul {
  margin: 15px 0;
  padding: 0 0 0 5pt;
  list-style-type: none;
}
div#navigation li {
  margin-bottom: 5px;
}
div#extra {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
  margin-right: 0px;
  float: left;
  clear: left;
}
div#footer {
  background: maroon none repeat scroll 0% 50%;
  color: white;
}
div#footer p {
  margin: 0;
  padding: 5px 10px 5px 5px;
}
div#container {
  margin: 0 auto;
  width: 710px;
}
div#content {
  float: right;
  width: 510px;
}
div#navigation {
  float: left;
  width: 200px;
}
div#extra {
  width: 200px;
  margin-left: 0px;
  float: left;
  margin-right: 0px;
}
div#footer {
  clear: both;
  width: 100%;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  line-height: normal;
  color: #990000;
  font-weight: bolder;
  display: block;
  background-color: #cccccc;
}

