#header {
  background: url(graphics/header.png);
  height: 110px;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
#logo {
  position: static;
  float: center;
  text-align: center;
  overflow: hidden;
  margin-right: -115px;
  width: auto;
  height: auto;
}
#randomimage {
  position: static;
  float: right;
  text-align: center;
  overflow: hidden;
  width: 100px;
  margin-right: 5px;
  margin-top: 5px;
}
#adheader {
  background: url(graphics/header.png);
  height: 110px;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
#advertarea {
  background: url(graphics/advertbg.png);
  height: 85px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
#advertisements {
  position: absolute;
  float: center;
  margin-top: 5px;
  margin-left: 5px;
  width: 80%;
  height: 75px;
  border: 0px solid #ffffff;
  text-align: center;
}
body {
  background: url(graphics/outterbg.png);
  background-attachment: fixed;
  text-align: left;
  color: #ffffff;
  font-size: 0.9em;
  font-family: "verdana", "times new roman", "serif";
}
a:link {
  color: #FFFF00;
}
a:visited {
  color: #D5EAFF;
}
a:hover {
  color: #C4CAFF;
}
#layout {
  width: 92%;
  height: auto;
  margin: auto;
  padding: 10px;
  border: 2px solid #ffffff;
  background: #2466FD url(graphics/innerbg.png);
  background-attachment: scroll;
}
#navigation {
  position: static;
  float: left;
  text-align: center;
  overflow: hidden;
  width: 113px;
  height: auto;
}
#content {
  margin-left: 113px;
  margin-right: 113px;
}
#affiliates {
  position: static;
  float: right;
  text-align: center;
  overflow: hidden;
  width: 113px;
  height: auto;
}
#footer {
  clear: both;
  margin-top: 3em;
  text-align: center;
}
#footergrass {
  background: url(graphics/footerbg.png);
  height: 85px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
}
h1 {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 2em;
  text-align: center;
}
h2 {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.5em;
  text-align: center;
}
h3 {
  font-weight: bold;
  letter-spacing: 3.0px;
  font-size: 1.2em;
  text-align: left;
}
h4 {
  font-weight: bold;
  letter-spacing: 3.0px;
  font-size: 1.2em;
  text-align: center;
}
table {
  font-size: 8pt;
}
p {
  font-size: 9pt;
}
#twitter_div {
  width: 50%;
  font-size: 7pt;
}