﻿body
{
    text-align: center;
    font-family: Tahoma;
    font-size: 0.9em;
    vertical-align: middle;
    color: #663399;
    font-weight: bold;
}
#WebPage
{
    margin: auto;
    width: 900px;
}
#Banner
{
    height: 100px;
    background-image: url(../images/layout/PSDBanner.jpg);
    background-repeat: no-repeat;
}
#Menu
{
    width: 12%;
    float: left;
}
#Content
{
    width: 88%;
    float: left; 
}
.TwoThirds
{
    width: 65%;
    text-align: center;
    float: left;
}
.LeftThird
{
    text-align: right;
    width: 48%;
    float: left;
}
.MidThird
{
    height: 100%;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    float: Right;
}
.RightThird
{
    vertical-align: middle;
    text-align: left;
    width: 33%;
    float: right;
}


