﻿/*** Side Banner ***/
.sideBannerContainer
{
    width:198px;
    border:solid 1px #ccc;
    float:left;
}
.sideBannerSection
{
    width:198px;
    padding:5px 0 5px 0;
    text-align:center;
    float:left;
}
/*** Center Banner ***/
.centerBannerContainer
{
    width:530px;
    float:left;
}
.centerBannerSection
{
    width:530px;
    text-align:center;
    float:left;
}
