body {
    color: #666;
    font-family: Verdana, sans-serif;
    margin-left: 70px;
    padding-left: 20px;
    background-color: #fff;
    font-size: 0.8em;
}

h1 { display: inline;}
h1,h2,h3,h4 {color: #000;}
a {color: #000; text-decoration: none; font-weight: bold;}
cite {text-decoration: none; font-weight: bold;}

div#content {
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 0;
    margin: 80px 0 100px -400px;
    padding: 0 20px;
    padding-bottom: 200px;
    /*border: 1px solid #aaa;*/
    width: 800px;
    text-align: justify;
}

h1 img { margin-top: 25px; }

.l-gutter {
    width: 200px;
    /* margin-right: 15px; */
    color: #aaa;
    font-size: 0.85em;
    line-spacing: 4px;
}

#below-fold {
    clear: both;
    width: 760px;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    margin:140px auto 30px auto;
}

#footer {
    font-size: 0.85em;
    color: #ccc;
    text-align: center;
    text-decoration: italic;
}