#staticBottom 
{
    /*background-color:#444444;*/ 
    clear:both;
}

#staticBottomLeft 
{
    width:49%; 
    float:left;
}

#staticBottomRight 
{
    width:49%; 
    float:right;
}

#staticRight
{
    display:none;
    height:100%; 
    width:250px; 
    padding:0px 2px 2px 2px;
    float:right;
}

#staticTop 
{
    width:100%;
    float:left;
    margin-right:5px;
}

#mainStaticContent
{
    width:100%;
    float:left;
}

#mainStaticContent_container {
    margin: 20px 0 0 0;
    height: 100%;
    display: inline-block;
   
}
#categoryTitleHeader {
    line-height:23px;
}

#mainStaticContent.two-column { width:74%; }
#staticTop.two-column { width: 74%; }
#staticRight.two-column { display: block; }