body
{
    font-family: 'Lucida Grande', sans-serif;
    font-size: 14px;
    background-color: #000000;
    color: #142D66;
}

h1
{
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'Sylfaen', 'Arial';
    font-style: italic;
}

p
{
    color: #2F73F2;
}

div#content
{
    margin: 0px auto;
    padding: 4px;
    width: 1000px;
    min-height: 800px;
    border: solid 2px #B9D0FB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.div-content-header
{
    width: 600px;
    height: 10px;
    background: url(/grfx/sprite.png) -10px -91px;
}
div.div-content
{
    width: 600px;
    height: 10px;
}
div.div-content-footer
{
    width: 600px;
    height: 10px;
    background: url(/grfx/sprite.png) -10px -151px;
}