﻿body 
{
    background-color: #b5b5b5;
    margin: 0;
    padding: 0;
    font-family: Arial;
}

#main
{
    width: 920px;
    height: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#topStrip
{
    width: 920px;
    height: 139px;
    display: block;
    background-image: url('../images/topStrip.jpg');
}

#menu
{
    position: relative;
    top: 100px;
    margin-left: 565px;
}

#menu table tr td
{
    color: White;
    font-size: 12px;
}

.menuLink1
{
    color: White;
    text-decoration: none;
    font-size: 12px;
}
.menuLink1:hover
{
    color: #60a621;
}

#content
{
    min-height: 460px;
    height: auto !important;
    height: 460px;
    
    background-image: url('../images/innerPageBackground.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
}

#fotter
{
    position: relative;
    margin-top: -34px;
    font-size: 10px;
    color: White;
    float: right;
    margin-right: 30px;
}

#fotter a
{
    color: White;
}