body {
    font-size: 13px;
    width: 670px;
}

.print {
    display: block;
    visibility: visible;
}

.noprint,
#header,
#sidebar {
    display: none;
    visibility: hidden;
}

#content {
    width: 670px;
}

    #content .footer {
        height: 25px;
        clear: both;
        margin: 20px 0px;
    }

        #content .footer .address {
            float: left;
            padding-left: 30px;
        }

        #content .footer .contact-info {
            float: right;
            text-align: right;
            padding-left: 30px;
        }

        #content h1 {
            font-size:18px;
            border-bottom: 1px solid black;
        }

#footer {
    margin-top: 20px;
    text-align: center;
    width: 680px;
}

img, img a {
    border: 0px;
}
