#page_title,
#content,
#footer_content,
#bottom_content {
    max-width: 910px;
}

body {
    background-color: #2a1722;
    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.clear {
    clear: both;
}

#container {
    text-align: center;
    background-position: 50% -37px;
    background-repeat: no-repeat;
    background-image: url('../img/background_design.png')
}

#menu_bar {
    background-color: #724d5a;
    padding: 0px 10px;
    font-size: 20px;
    font-family: sans-serif;
    color: #dbdfde;
}

#menu_bar a {
    color: #dbdfde;
    font-size: 20px;
    text-decoration: none;
}

#menu_bar a:hover {
    color: #dbdfde;
    font-size: 20px;
    text-decoration: underline;
}

#construction {
    background-color: #724d5a;
    font-size: 25px;
    width: 100%;
}

#page_title_container {
    width: 100%;
    height: 103px;
    vertical-align: middle;
    background-image: url('../img/page_title_edge.png');
}

#content {
    margin: 0 auto;
    background-color: white;
    padding-bottom: 20px;
}

#footer_container {
    height: 78px;
    background-image: url('../img/footer_background_edge.png');
}

#bottom {
    height: 30px;
}

#bottom_content {
    margin: 0 auto;
    height: 100%;
    background-color: white;
    text-align:left;
    font-size: 10px;
}