﻿.contentHeader
{
    width: 819px;
    height: 78px;
    background-image: url(/images/Pages/bg_top.gif);
    background-repeat: no-repeat;
    float: left;
    position: relative;
    margin: 0px 55px 0px 55px;
}

.midContent
{
    width: 819px;
    min-height: 400px;
    background-image: url(/images/Pages/bg_mid.gif);
    background-repeat: repeat-y;
    float: left;
    position: relative;
    margin: 0px 55px 0px 55px;
    font: 12px/18px Arial, sans-serif;
    color: #000000;
}

.contentFooter
{
    width: 819px;
    height: 89px;
    background-image: url(/images/Pages/bg_bottom.gif);
    background-repeat: no-repeat;
    float: left;
    position: relative;
    margin: 0px 55px 0px 55px;
}

