#MainContent {
  margin-top: 0px;
  float: left;
  width: 980px;
}
#MainContent .boxTop
{
   background:url(../../../App_Themes/PMI/images/1col_top.png) repeat-y;  
   height:20px;
   
}
#MainContent .boxBottom
{
    background:url(../../../App_Themes/PMI/images/1col_bottom.png) repeat-y; 
    height:20px;
    margin:0px;
}
#MainContent .columnContentWrapper
{   
   background:url(../../../App_Themes/PMI/images/1col_body.png) repeat-y;
   margin:0px; 
}
.columnContentWrapper
{
    width:920px;
    padding:10px 20px 10px 30px;
   /*border:solid 1px Red; */
}