@import url(common.css);

#RightHeaderContent
{
    color: White;
    font-family: Verdana;
    /*font-size: 11px;*/
    font-weight: bold;
    padding: 2px 0 2px 5px;
}

#RightInnerWrapper
{
    float:left;
    margin: 4px 4px 0 0;
    width: 666px;
    min-height:442px;
    height:auto !important;
    height:442px;/*Needs to match the min height pixels above*/
}
#RightContent
{
    /*background-image: url('../Assets/MasterImages/<BACKGROUNDIMAGE>');
    background-repeat: no-repeat;
    background-position:left top;*/
    min-height:424px;
    height:auto !important;
    height:424px;/*Needs to match the min height pixels above*/
}

