﻿
html
{
    background-color: #d3d1d1;
    font:12px Verdana;
    margin: -20px;
}

.contents
{
    margin:auto;
    width:944px;
    background-color:#000000;
    background-image: url(websiteimages/breadcrumbbackground.jpg);

}

.header
{
    background-image: url(websiteimages/topbackground.jpg);
    height: 255px;

}

.breadcrumb
{
    background-image: url(websiteimages/breadcrumbbackground.jpg);
    height: 0px;
}

.leftColumn
{
    float:left;
    width:200px;
    background-image: url(websiteimages/leftbackground.jpg);
}

.middleColumn
{
    float:left;
    width:544px;
    padding:0px;
    padding-left: 10px;
    padding-top: 15px;
}

.rightColumn
{
    float:right;
    width:200px;
    background-image: url(websiteimages/rightbackground.jpg);
}

.footer
{
    clear:both;
    text-align:center;
    font-size:14px;
    color: White;
    height: 118px;
    background-image: url(websiteimages/bottombackground.jpg);
    text-decoration: none;
}

