/* these are for the no content pages, removes both the boxes in this case  */
.contentcontainer
{
    margin-right: 0px;
     margin-left: 0px;
}
.rightcontainer
{
    width:0px;visibility:hidden;
}
.leftcontainer
{
    width:0px;visibility:hidden;
}


