

/* Print style amendments if required */
    /* Hide elements not relevant for print */
    #navigator,
    #tabs,
    #subtabs,
    #social-network-links,
    #sidebar,
    #footer,
    #footer-sitemap,
    #topright,
    #resize,
    #bornto-banner,
    .content-footer,
    .promos,
    object
        { display: none; }

    #page {
        width: 80%;
        margin: 0 10%;
    }

    #content {
        width   : auto;
        display : block;
    }

    /* Print-friendly colours and text decoration */
    
    #content a,
    #content p,
    #content h1,
    #content h2,
    #content p.intro {
        background        : #FFF none;
        color             : #333;
        text-decoration   : none;
    }
    
    #content #section-intro,
    #content #section-intro p {
        background        : #FFF none;
        color             : #333;
        padding-right     : 0;
    }
 
