/* 
    Document   : print
    Created on : 20-Sep-2010, 12:55:24
    Author     : james.lambert
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.column-one, .column-three, #header, #footer , #tabs, #carousel-wrapper, #columnone, #columnthree{
    display: none;
}

.menu-table {
    padding: 10px;
}

.menu-table td {
    margin-bottom: 10px;
    line-height: 2.5;
}

#print_header, #print_footer {
    display: block;
}