﻿body 
{
    background-color: #B6B6B6;
    color: #333333;
    font-family: arial,helvetica,sans-serif;
    line-height: 1.5em;
}

#header
{
    height: 150px;
    background-image: url('images/breamanHeader.png');
    background-repeat: no-repeat;
    max-width: 1500px;
    min-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    padding-left: 6px;
    padding-right: 6px;
    width: 90%;
}

#contentBody
{
    background-color: #ffffff;
    background-image: url('images/border2.png');
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    min-width: 850px;
    padding: 32px 6px 6px;
    width: 90%;
}

#contentText
{
    padding-left: 10px;
}