﻿body 
{
    margin: 0px auto;
    margin-top: 50px;
    width: 650px;
}
P,TD,DIV
{
    font-size: 12px;
    font-family: Verdana;
    line-height: 18px;
}
.mainTable
{
    border: #09457D 1px solid;
    height: 450px;
}

.adSpace
{
    margin: 15px 0 15px 0;
}

.header
{
    height: 150px;
    vertical-align: top;
}
.content
{
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 26px;
    padding: 10px;
    color: #333;
    margin-top: 60px;
    margin-bottom: 20px;
}
.content .title
{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    text-decoration: underline;
}
.footer
{
    text-align: right;
    vertical-align: bottom;
    padding: 10px;
}
.footer IMG
{
    border: none;
}

