﻿body
{
    background-color: Aqua;
}
h1
{
    height: 12px;
    text-align: center;
    font-size: xx-large;
}
.MenuBar
{
    color: Black;
    background-color: Fuchsia;
    width: 728px;
}
.MenuItem
{
    color: Black;
    background-color: Fuchsia;
    text-decoration: none;
}
a:hover.MenuItem
{
    color: Red;
    background-color: Blue;
    text-decoration: none;
}
#Top
{
    margin-left: 120px;
    width: 728px;
    height: 90px;
}
#Left
{
    float: left;
    width: 120px;
}
#Center
{
    /* float: none; */
    padding-left: 2px;
    margin-left: 120px;
    width: 728px;
}
#Content
{
    padding-left: 4px;
    padding-right: 4px;
}   
#Main
{
    float: left;
    width: 848px;
}