.print_only {
  display : block;
}

#header {
  display : none;
}

#content {
  width : 600px;
}

#content table td {
  width : 500px;
}

#content p.back_to_top {
  display : none;
}

#sidebar {
  display : none;
}

#footer {
  clear       : both;
  border-top  : #EEE 1px solid;
  padding     : 10px 0;
  height      : 40px;
}

#footer p {
  margin-bottom : 0;
  line-height   : 16px;
  font-size     : 9px;
  color         : #DDD;
  text-align  : center;
}