﻿div.ContentHeader
{
    /* The image goes here.  No css needed. */    
}

/* Sets the Margin on the content area: */
div.ContentContainer
{
    background: url('images/ContentBackground.jpg') repeat-y;
    width: 1050px;
}

/* Contains the content text & images */
div.ContentArea
{
    color: #000000;
    margin-left: 65px;
    margin-right: 65px;
    overflow: hidden;
    text-align:left;
}

div.BottomContent
{
    /* The bottom content image goes here. No css needed. */
}