﻿@media print {

#header, #navigation1, .right, #footer, .left
{
    display:none !important;
}

.left
{
    width:100%;
}

}
