@media print {

    #header,
    #imagebanner,
    #footer,
    .fullwidth.row.redbg.whiteheadings.thinbar,
    .thecontentpages .right,
    .contactForm{
        display: none;
    }

    .thecontentpages .left{
        width: 100%;
    }

}