body
{
    margin: 0;
    padding: 0;
    font-family: Calibri, Tahoma, Sans-Serif;
    font-size: 76%;
}

#header
{
    width: 100%;
    background: #FFFFFF url(../images/header_bg.png) repeat-x;
}

#logo
{
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

#menu_container
{
    width: 100%;
    background: #010066 url(../images/menu_bg.png) repeat-x;
}

#menu
{
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

#menu img
{
    border: 0;
}

#container
{
    width: 100%;
    background: #0E1A52 url(../images/body_bg.png) repeat-x;
    color: #FFFFFF;
    min-height: 600px;
    height: auto !important;
    height: 600px;
}

#content
{
    width: 960px;
    margin: 0 auto;
    font-size: 1.3em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
    margin: 0;
    padding: 0;
}

#content h1
{
    text-transform: uppercase;
    font-weight: normal;
    word-spacing: -2px;
    padding: 5px;
}

#content p
{
    margin: 0;
    padding: 8px;
}

#content img
{
    border: 0;
}

#content a
{
    color: #FFFFFF;
}

#footer
{
    width: 100%;
    text-align: center;
    background: #FFFFFF url(../images/footer_bg.png) repeat-x;
    color: #010066;
    font-size: 1.4em;
}