@media print { 
    #navigation, 
    #header_nav,
    #border,
    #footer,
    #content_right { 
        display: none; 
    }
}

