
body {
    width: 900px;
    margin: auto;
    background-color: #eeeeee;
}

#pageBounds {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 2px solid #888888;
    border-bottom: 2px solid #888888;
}

#header {
    margin-top: 10px;
}

#leftHeader {
    margin-top: 10px;
    width: 230px;
    float: left;
}

#rightHeader {
    margin-top: 10px;
    width: 650px;
    float: right;
}

h1 {
    color: #af3c1f;
    font-family: serif;
    font-size: 16px;
    font-weight: bold;
}

h2 {
    color: #34413a;
    font-family: san-serif;
    font-size: 14px;
    font-weight: bold;
}

h3 {
    color: #000000;
    font-family: serif;
    font-size: 12px;
    font-style: italic;
}

h4 {
    color: #34413a;
    font-family: serif;
    font-size: 16px;
    font-weight: bold;
}

#content {
    clear: both;
}

#leftPane {
    margin-top: 20px;
    padding-left: 20px;
    width: 400px;
    float: left;
    font-family: san-serif;
    font-size: 14px;
}

#rightPane {
    margin-top: 20px;
    padding-right: 20px;
    width: 400px;
    float: right;
    font-family: san-serif;
    font-size: 14px;
}

#clearDiv {
    clear: both;
}
