#allContent {
margin:0px auto;
padding:0px;
width:980px;
/*border:solid 1px #000;*/
}
#LeftContent
{
   width: 230px;
   margin:0px 0px 15px 8px;
   float: left;
 
}
#RightContent
{
    width: 230px;
    margin:0px 8px 15px 0px;
    float: right;    
}
#MainContent
{
   /* margin-left: 235px;
    margin-right: 165px;*/
	width:500px;
	padding:0px;
	margin:0  auto;
	

}
#MainContent .boxTop
{
   background:url(../../../App_Themes/PMI/images/middle_top.png) no-repeat center;  
   height:20px;
}
#MainContent .boxBottom
{
    background:url(../../../App_Themes/PMI/images/middle_bottom.png) no-repeat center; 
    height:20px;
    margin:0px;
}
#MainContent .columnContentWrapper
{   
    background:url(../../../App_Themes/PMI/images/middle_body.png) repeat-y center;
    padding-top:5px;
}

#RightContent .boxTop, #LeftContent .boxTop
{
    background: url(../../../App_Themes/PMI/images/sidecol_top.png) no-repeat;
    height:20px;

}

#RightContent .boxBottom, #LeftContent .boxBottom
{
    background: url(../../../App_Themes/PMI/images/sidecol_bottom.png) no-repeat top;
    height:20px;   
}

#RightContent .columnContentWrapper, #LeftContent .columnContentWrapper
{   
    background:url(../../../App_Themes/PMI/images/sidecol_body.png) repeat-y;

}

.contentGroup
{
    margin:0px 12px;
    padding:0px;
  /*  border:solid 1px Red;*/ 
}