/* print.css - all of the CSS2 styles used for when printing. */

body {
    background-color:   #FFF;
}

table#header, table#menu, div#content table#top_main, 
div#content table#sub_content tr td#side_bg,
div#content table#sub_content tr td#side_menu,
div#footer {
    display:            none;
}

