#header {
    background-color: #882345;
}
#header_logo {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    z-index: 1050;
}
#header_text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    margin-left: 104px;
    margin-top: -42px;
    margin-bottom: 18px;
}
#navigation {
    color: #490513;
    background-color: #f8f8f8;
}
#content {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
}
#footer {
    background-color: #882345;
}
#footer_copyright {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}
#footer_disclaimer {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}
