﻿body, html
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Sans-Serif;
    background-image: url(images/main_bg.gif);
}

div#container
{
    margin: 5px auto;
    width: 1024px;
    background-color: #3577af;
    border: 1px solid #573870;
}

div#header
{
    position: relative;
    background: url(images/header.png) no-repeat;
    height: 265px;
    width: 1024px;
}
div#nav
{
    position: relative;
    width: 1024px;
    height: 64px;
    background: url(images/navbg.png) no-repeat;
    z-index: 1000;
}

div#mainCorners
{
    position: relative;
    z-index: 1;
    left: 9px;
    width: 1006px;
   
    background-color: #f1f1f1;
    margin-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

div#left
{
    float: left;
    margin-left: 12px;
    margin-top: 10px;
}

div#right
{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    width: 815px;
}

.box-surround
{
    padding: 10px 0 20px 0;
    overflow: hidden;
}

.box-top
{
    position: relative;
    float: left;
    top: 10px;
    left: 12px;
    width: 980px;
    padding: 0px 0px 10px 0px;
    border: 1px solid #dbe1e6;
    background-color: #ffffff;
}

.box-bottom
{
    clear: left;
    float: left;
    position: relative;
    left: 12px;
    top: 15px;
    background-color: #fbfbfb;
    width: 980px;
    border: 1px solid #dbe1e6;
    padding-bottom:  20px;
    margin-bottom: 0px;
}

.box-clear
{
    clear: both;
}

div#footer
{
    width: 1024px;
    background-color: #f1f1f1;
    height: 50px;
}








