body {
    margin-left: 10%;
    margin-right: 10%;
    font-family: arial, helvetica, sans-serif;
}

#navigation {
    text-align: right;
    text-transform: uppercase;
}

#header img {
    border-width: 0;
    position: absolute;
    right: 10%;
}

#header address {
    font-style: normal;
}

#content h1 {
    font-size: 1.5em;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 3em;
    margin-bottom: 1em;
    border-top-style: solid;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

#content h2 {
    font-size: 1.25em;
    margin-top: 0.25em;
    font-weight: normal;
    font-style: italic;
}

#content p {
    margin-bottom: 3em;
}
