/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #c6c3c6;
    font-size: 100%;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.page
{
    width: 1010px;
    margin: 0 auto;
    background-image: url('../../../../images/site_images/repeat.jpg');
    background-repeat: repeat-x;
    background-color: White;
}

.header
{
    float: left;
    width: 100%;
    height: 175px;
}

.banner
{
    float: left;
    width: 100%;
    height: 310px;
    background-image: url('../../../../images/site_images/banner.jpg');
    background-repeat: no-repeat;
}

.minibanner
{
    float: left;
    width: 655px;
    height: 105px;
    background-image: url('../../../../images/site_images/minibanner.jpg');
    background-repeat: no-repeat;
}

.left
{
    float: left;
    width: 655px;
    margin-bottom: 20px;
}

.right
{
    float: left;
    width: 355px;
    margin-bottom: 20px;
}

.footer
{
    width: 1010px;
    height: 112px;
    margin: 0 auto;
    background-color: #dddddd;
}

.clear
{
    clear: both;
}

img 
{
    border: none;
}