/* Print style sheet for GHC website */

/* ---- remove side columns ---- */
#banAddr, #banPart, #leftSideBar, #rightSideBar { width: 0; display: none; }

/* ---- fit contents to page ---- */
body { width: 600px; background: none; }
#wrap , #banLogo, #mainContents { width: 100%; } 



