/* Print stylesheet */
body
{
    font: normal 1em arial, sans-serif;
}
body, a
{
    color: #000;
    text-decoration: none;
}
div.header h1
{
    border-bottom: dotted 1px #aaa;
    font-size: .6em;
    text-transform: uppercase;
    padding: 1em 0;
}
div.content
{
    padding-bottom: 1em;
}
div.footer
{
    border-top: dotted 1px #aaa;
    font-size: .6em;
    font-style: italic;
    color: #666;
}
div.header ul, 
div.header div.search, 
.promo-slideshow, 
div.content > div.right,
div.footer ul, 
div.footer .builders
{
    display: none;
}