body, #header, #topnav, #content, #main, #rightbox, #leftbox, #footer {
  min-width: 0;
  background: #FFF;
  color: #000;
}
#topnav {
  background: #000;
}
#content, #main, #rightbox, #leftbox {
  min-height: 0;
  height: auto;
  display: inline;
}
#leftnav, #sectionheader, #login, #livesupport, #topnav ul, .minibox {
  display: none;
}
#main, #rightbox {
  margin-left: 0;
}
#leftbox {
  position: static;
  padding-left: 0;
  display: block;
  background: #6AB52E;
}
