
body
{
    background-color: #691313;
    padding: 0px;
    margin: 0px;
}

div#MainBody
{
    width: 718px;
    margin: 0 auto;
}

div#Header
{
    background-image: url(../Images/Header.jpg);
    background-repeat: no-repeat;
    width: 718px;
    height: 148px;
}
div#Content
{
    background-image: url(../Images/Content.jpg);
    background-repeat: no-repeat;
    width: 718px;
    height: 476px;
}

div#ContentHeader
{
    background-image: url('../Images/ContentHeader.png');
    background-repeat: no-repeat;
    width: 718px;
    height: 71px;
    background-position: center bottom;
    margin: 0 auto;
}
div#ContentDelivery
{
    background-image: url(../Images/Delivery.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 718px;
    height: 476px;
}

div#ContentText
{
    font-size: 14px;
    font-family: Arial;
    width: 446px;
    height:400px;
    float: right;
}
.Pad
{
    padding: 10px;
}

.FooterText
{
    color:#ffffff;
    font-size: 12px;
    font-family: Arial;
    text-align:center;
}
.FooterText2
{
    color:#fee193;
    font-size: 12px;
    font-family: Arial;
    text-align:center;
}
