body {
  background-color: white;
  color: black;
  margin: 0;
  background-image: url('/leftbg.jpg');
  background-repeat: repeat-y;
}

div#banner {
  background: white;
  height: 113px;
  margin: 0;
  text-align: center;
  padding-top: 12px;
}

div#links {
  width: 313px;
  float: left;
  margin: 0;
}

div#content {
  background-image: url('/line.jpg');
  background-repeat: repeat-x;
  overflow: hidden;
  padding-top: 20px;
  font-family: Arial, serif;
  line-height: 150%;
}

div#ad {
  border: 1px solid #84BFA9;
  width: 200px;
  float: right;
  background: black;
  color: White;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10pt;
  line-height: 120%;
}

div#ad h1 {
  font-size: 12pt;
  color: #84BFA9;
}

div#ad ul {
  padding: 10px;
}
