﻿/* DEFAULTS
----------------------------------------------------------*/
body   
{
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}
.body
{
    margin-left:auto;
    margin-right:auto;
    width:952px;
}
.header
{
    width:952px;
}
.leftcontent
{
    width:250px;
    float:left;
}
.rightcontent
{
    width:150px;
    float:right;
}
.centercontent
{
    width:572px;    
}
.footercontent
{
    width:952px;
}
