body {
    background-color: #fff;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}

#site {
    max-width: 40em;
}

a {
    color: #1857a0;
}

#site {
    width: 40em;
    margin: 0 auto auto 3em;
}

#site > header {
    width: 100%;
    height: 2.2em;
    border-bottom: 1px solid #404040;
}

header h1 {
    font-size: 1.2em;
    margin: 0;
    font-weight: normal;
    width: 8em;
    height: 100%;
    float: left;
    line-height: 1.5em;
}

header nav {
    float: right;
    height: 100%;
}

header nav ul {
    list-style-type: square;
    font-size: 1em;
    margin: 0;
    padding: 0;
    height: 100%;
}

header nav li {
    display: inline;
    margin: 0 0 0 10px;
    padding: 0;
    height: 100%;
    vertical-align: bottom;
    line-height: 2em;
}

header a {
    text-decoration: none;
}

section {
    clear: both;
}
