﻿@media print 
{   
    body
    {
    }
    div.countrylinks, div.accountlinks, #bunn, div.l1, div.topplinker, div.columncontent, div.contenttoolbar, #search, div.heightadjuster
    {
        display:none;
    }
    div.contentframe
    {
        border-left:0px solid #fff;
    }
    #topp
    {
        height:80px;
    }
    #contentheader #header H1
    {
        margin-top:0;
    }
    div.contentframe
{
    float:left;
    width:650px;
    padding:0;
    border-left:0;    
}
}