@charset "UTF-8";

@media print {
    #top, #header, #wayfinder, #footer { display: none; }
    body { font-family: serif; color: #000; background: #fff; }
    a { color: #000; text-decoration: underline; }
    #content_wrapper { margin: 0; padding: 0; }
    #content { border: none; display: block; }
    #content .left { display: none; }
}
