div#otsikko {
  position: absolute;
  top: 77px;
  left: 0px;
  height: 43px;
  width: 207px;
  border-left: 1px solid #444444;
  background-image: url('/img/atlf_history.jpg');
}
div.dotted_box, div.dotted_bottom {
  font-family: Verdana, sans-serif;
  font-size: 9px;
  color: rgb(128, 105, 84);
  border-top: 1px dotted #444444;
  border-left: 1px dotted #444444;
  border-right: 1px dotted #444444;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 2px;
  height: 94px;
}
div.dotted_bottom {
  border-bottom: 1px dotted #444444;
}
div#left_column {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 350px;
}
div#right_column {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 350px;
}
h3 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  border: 0px;
  padding: 0px;
  margin: 0px;
}