﻿body 
{
    margin:0;
    font-size:11px;
    font-family:Tahoma;
    line-height:1.5em;
}
h1, h2, h3 { line-height:normal;}
#Menu
{
    float:left;
    width:178px;
    height:461px;
    background-image: url(images/SideBackground.jpg);
}

#Menu a
{
    float:right;
    margin-top:24px;
}

#Menu a img
{
    border:0;
}

#contentArea
{
  float:right;
  width:572px;
  height:461px;  
}

#Footer
{
    background-color: rgb(61,65,76);
    width:542px;
    height:20px; 
    font-size:10px;
    color:White;
    padding-left:10px;
    padding-top:5px;
    line-height:1em;
}



