/* 
    Document   : print
    Created on : Jul 28, 2011, 3:22:21 PM
    Author     : aarthur
    Description:
        Establishes the viewable content when printing a page.
*/
#header, #sidebar, #wrapper2, #footer {
    display: none;
}

#wrapper, #page, #content {
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none !important;
}