﻿body {
    background-color: rgb(255, 255, 204);
    background-image: url(../images/background2.gif);
}
.header_text
{
    color: #008080;
    text-align: center;
}
.header_table
{
    border: 1px solid #000000;
    width: 100%;
    background-color: rgb(255, 255, 204);
}
.main_column_table
{
    border: 0px solid #000000;
    width: 100%;
    background-color: rgb(255, 255, 204);
}
.left_column_table
{
    border: 0px solid #000000;
    width: 100%;
}
.footer_column_table
{
    border: 0px solid #000000;
    width: 100%;
    background-color: rgb(255, 255, 204);
}