/* Styles.css */

body
{
    background: #000000 url('../Images/BlastMapsBG.png') bottom left repeat-x fixed;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

img
{
    border-style: none;
}

.pageContentArea
{
    width: 890px;
    border: solid 1px gray;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
}

.pageInnerContentArea
{
    width: 870px;
    height: 510px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.topArea
{
    width: 870px;
    height: 450px;
}

.mapArea
{
    width: 710px;
    height: 450px;
    border: solid 1px gray;
    float: left;
}

.map
{
    width: 710px;
    height: 450px;
    position: absolute;
    top: 20;
    left: 10;
}

.legendArea
{
    float: right;
}

.bottomArea
{
    margin-top: 18px;
}

.controlsArea
{
    float: left;
}

.logoArea
{
    float: right;
}

