﻿body
{
    background-color: #000000;
    background-image: url('images/HeaderBackground.jpg');
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
}
.wrapper
{
    width: 900px;
}
.header
{
    width: 940px;
    height: 325px;
    padding-left: 40px;
}
.container
{
    width: 900px;
    float: left;
}
.leftColumn
{
    float: left;
    width: 520px;
    padding: 10px;
}
.rightColumn
{
    float: right;
    width: 265px;
    background-color: #333333;
}
.emailHeader
{
    width: 265px;
    height: 53px;
}
.emailBody
{
    width: 255px;
    padding-left: 5px;
    padding-right: 5px;
}
.emailFooter
{ 
    width: 265px;
    height: 22px;
}
.footer
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: red;
    width: 900px;
    float: left;
    text-align: center;
}
.vrms
{
    width: 900px;
    float: left;
    text-align: right;
    font-size: 0.95em;
    text-decoration: none;
    color: #3366FF;
}



/*Text*/
h1
{
    font-size: 1.2em;
    color: #FF0000;
    text-align: left;
}
h2
{
    font-size: 1.0em;
    color: #FF0000;
    text-align: left;
}
.text
{
    font-size: 1.0em;
    color: #FFFFFF;
    text-align: left;
}
.text2
{
    font-size: 1.0em;
    color: #FF0000;
    text-align: center;
}
