﻿body {
    background-color: #E0E0E0;
}
#banner
{
    background-image: url('images/banner.png');
    width: 800px;
    height: 238px;
    float: left;
}
#container
{
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    height: 100%;
}
#mainbody
{
    background-color: #EEEEEE;
    width: 800px;
    height: auto;
    float: left;
}
#left_column
{
    background-color: #EEEEEE;
    padding: 15px 5px 5px 5px;
    width: 200px;
    height: 750px;
    float: left;
    text-align: center;
    font-family: "Times New Roman";
    font-size: medium;
    color: #000000;
}
#middle_column
{
    width: 590px;
    height: auto;
    font-size: small;
    color: #000000;
    float: left;
    background-color: #FFFFFF;
}
#right_column
{
    padding: 5px;
    width: 140px;
    float: right;
    height: 650px;
    background-color: #EEEEEE;
}
#lower_banner
{
    background-image: url('images/lower_banner.png');
    width: 800px;
    height: 160px;
    float: left;
    clear: both;
}
#product_banner
        {
    margin: 0px;
    padding: 10px;
    background-color: #EEEEEE;
    width: 780px;
    height: 85px;
    text-align: center;
    float: left;
}
#product_banner td
        {
            text-align: center;
        }
.larger
{
    font-size: medium;
}
#middle_column em
{
    font-size: large;
    color: #1872AE;
    font-style: italic;
    font-weight: bold;
}
#footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-decoration: none;
    color: #000000;
    text-align: center;
}
#footer a
{
    color: #000000;
    font-weight: bold;
}
