/**
 *  Overwrite some styles from common.css
 */
body {
    background-color: white;
    background-image: none;
}

#content {
    background-image: none;
    width: 750px;
    padding: 0;
    min-height: none;
}

#footer {
    width: 750px;
    background-image: url(../images/footer_bg_print.png);
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 0.5em;
    padding-left: 0.8em;
}

/**
 *  ...and some more from content.css
 */
#content .bigbox {
    width: auto;
}

/**
 * new definitions
 */
.linkref {
    font-size: 0.75em;
}

#logo {
    width: 750px;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

#logo img {
    float: right;
}

#links {
    line-height: 1.6em;
    font-style: italic; 
    margin-top: 1em;
    margin-bottom: 2em;
    color: #666666;
}

#links .indent {
    padding-left: 1em;
}

