/* print style sheet based on an article in A List Apart - http://www.alistapart.com/articles/alaprintstyles/ */
#topsection, #leftcolumn, #topGradStrip, #topBlackStrip {
  display: none !important;
}
body, #maincontainer, #contentwrapper, #contentcolumn, #innertube {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body {background: none;}
html body #maincontainer {background: none;}
html body #contentwrapper {background: none;}
html body #contentcolumn {background: none;}
html body #innertube {background: none;}
html body #footer {background: none;}