﻿/* for the print stylesheet, hide all the elements you 
   do not want to display when printing */

body
{
    background:none;
}   

#header, #nav, #footer, .sidebar, .blocklist, .clear, .footer-content
{
    display:none;
    height:0;
    width:0;
    padding:0;
    float:none;
}
/*
#body
{ // This should cause it all to disappear 
    display:none;
} */

#body
{
    border:none;
    width:100%;
}

#content
{
    margin:0;
    padding:0;
    width:100%;
    float:none;
}

#container 
{
    border:none;

}

.noPrint
{
    display:none;
}
