﻿body
{
    background-color:#de0925;
}
#Left
{
    background-color: #DE0925;
    float: left;
    width: 15%;
    left: 10%;
    position: absolute;
    text-align: center;
}

#MainContent
{
    background-color: #000000;
    float: right;
    width: 65%;
    color: #DE0925;
    bottom: 167px;
    position: absolute;
    right: 10%;
    z-index: 2;
    top: 234px;
    min-height: 1200px  ;
}
#Header
{
    width: 65%;
    float: right;
    background-color: #FFFFFF;
    position: absolute;
    right: 10%;
    height: 234px;
    top: 15px;
}
.style1
{
    text-align: center;
}
.LeftText
{
    font-size: medium;
    color: #000000;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
}
#Footer
{
    width: 65%;
    float: right;
    background-color: #DE0925;
    position: absolute;
    z-index: 3;
    right: 10%;
    top: 1434px;
    height: 85px;
    text-align: center;
}
      .Title
        {
            font-family: "Times New Roman", Times, serif;
            font-size: xx-large;
            font-weight: bold;
            color: #CA1F36;
            text-align: center;
        }
    .BodyText
    {
        font-size: large;
        margin: 30px 80px 30px 80px;
        color: #CA1F36;
        font-weight: bold;
        font-family: "Times New Roman";
        font-style: normal;
    text-align: center;
}

        .PhotoBorder
        {
            border: thick groove #CA1F36;
            margin: 5px;
        }