/***************************************************************************
* CSS - File for the Print Preflight
***************************************************************************/

#header {
  display: none;
}

#sidebar {
  display: none;
}

#contentMenu {
  display: none;
}

#contentSubMenu{
  display: none;
}

#footerMenu {
  display: none;
}

.contentBorder {
  background: url(../img/content_border.gif) no-repeat;
  float: left;
  height: 4px;
  margin-top: 4px;
  overflow: hidden;
  width: 730px;
}




