﻿.container
{
    width: 1024px;
    height: 100%;
    text-align:center;
}
.banner 
{
    width: 800px;
    height: 75px;
    
}

.body
{
    width:100%;
    height:100%;
}
.links
{
    width:275px;
    height:100%;
    float: left;
    background-image: url('Images/SideBar.png');
    background-repeat:no-repeat;
    padding-top: 10px;
}
.content
{
    width:725px;
    height:100%;
    float: right;
    text-align:left;
}
.footer
{
    height: 50px;
    width: 100%;
    text-align:center;
    font-family: "Adobe Garamond Pro";
}
.header
{
    font-size:large;
    font-family: "Adobe Garamond Pro";
}
.text
{
    font-size:14px;
    font-style:normal;
    font-family: "Adobe Garamond Pro";
    text-align: left;
}
.Menu1
{
    text-align: center;
}