/* for printing to the screen */

body {
    background-color:   #FFFFFF;
}

#main_content, .footer, #tagline, .listing_photos {
    width:              600px;
}

#left_side, #header_menu, #overDiv, #listing_links, .noprint {
    display:            none;
}

/* For IE printing only */

* html img#logo_header {
    display:            none;
}

* html img#logo_header_print {
    display:            inline;
}
