@import "general.css";
@import "top-bar.css";
@import "left-bar.css";

body {
    background: #fdf8e2;
    margin: 0;
    padding: 70px 0 0 11.5em;
}

#topBar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

#leftBar {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 70px;
}

#content { max-width: 850px; }

#header {
    border-bottom: solid 1px red;
    margin-bottom: 0;
    padding-top: 14px;
}
#header h1, h1#header { margin-top: 0; }

@media print {
    #topBar, #leftBar { display: none; }
    body {
        background-color: white;
        padding: 0;
    }
}
