﻿body 
{
    margin:0 auto;
    font-family:Verdana;
    font-size:.9em;
    background-color:#2e110f;
}


.PageContainer_Outer
{
    width:1000px;
    margin:0 auto;
    margin-top:40px;
    text-align:center;
}

.PageContent
{
    background-color:#9ab7c6;
    text-align:left;
    padding:20px;
    min-height:300px;
}

.PageBottom
{
    background-image:url(images/Hub-Bottom.jpg);
    background-repeat:no-repeat;
    min-height:277px;
}

