@CHARSET "ISO-8859-1";

body
{
    background-color:   #003300;
    text-align:         center;
    color:              gold;
    font-family:        "Arial",Helvetica,sans-serif;
    padding:            0;
    margin:             0;
}

#container
{
    text-align:         left;
    position:           absolute;
    top:                0;
    bottom:             0;
    left:               0;
    right:              0;
    width:              100%;
    height:             100%;
    min-width:          640px;
    max-width:          1280px;
    min-height:         480px;
    margin-left:        auto;
    margin-right:       auto;
}

#header_box
{
    position:           absolute;
    top:                0;
    left:               0;
    right:              0;
    width:              100%;
    height:             208px;
    z-index:            1;
}

#header_image
{
    position:           absolute;
    top:                0;
    left:               0;
    height:             192px;
    width:              240px;
    z-index:            2;
    text-align:         center;
}

#page_logo
{
    margin:             8px;
    vertical-align:     middle;
}

#header_title
{
    position:           absolute;
    top:                0;
    left:               256px;
    right:              2px;
    height:             208px;
    z-index:            2;
}

#site_title
{
    position:           absolute;
    top:                0.1em;
    left:               0.5em;
}

#page_title
{
    position:           absolute;
    top:                40pt;
    left:               1.0em;
}

#content_title
{
    position:           absolute;
    bottom:             24pt;
    right:              0.5em;
}

#content_subtitle
{
    position:           absolute;
    bottom:             4pt;
    right:              1.0em;
}

#body_box
{
    position:           absolute;
    top:                208px;
    bottom:             32px;
    left:               0;
    right:              0;
    width:              100%;
    height:             auto;
    min-height:         256px;
}

#body_menu
{
    position:           absolute;
    top:                0;
    left:               4px;
    height:             100%;
    width:              240px;
    background-color:   #111111;
    border:             4px Ridge gold;
    z-index:            2;
}

#body_content
{
    position:           absolute;
    top:                0;
    left:               256px;
    right:              2px;
    height:             100%;
    background-color:   white;
    border:             4px Ridge gold;
    z-index:            2;
}

#footer_box
{
    position:           absolute;
    bottom:             0;
    left:               0;
    right:              0;
    width:              100%;
    height:             24px;
    margin:             0;
    padding:            0;
    z-index:            1;
}
