@media print {
  .header {
    display: none;
  }
}

.header {
  clear: both;
  float: left;
  width: 800px;
  background: #EEE;
  border-top: 2px solid #000;
}

/* NO LONGER USED
.header_title {
  background: url(logo.gif) top left no-repeat;
  text-indent: -1000px;
  width: 175px;
  height: 90px;
  float: left;
}
*/

.header_logo {
  float:left;
  width: 175px;
  height: 90px;
}

.header_top_row {
  float:left;
  border-right: 2px solid #000;
  width: 123px;
  height: 90px;
}
