#IndexLeft 
{
   display:block;
   width:430px;  
   float:left;
   background-color:#fff6f7;
   text-align:left;
}

#IndexLeftTitle 
{
   display:block;
   width:430px; 
   height:25px;
   background-color:#ffe5e6;
   text-align:left;
   border-bottom-color:#b50000;
   border-bottom-style:solid;
   border-bottom-width:2px;
   border-top-color:#b50000;
   border-top-style:solid;
   border-top-width:1px;
}
		
#IndexLeftContent
{
   float:left;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:12px;
   background-color:#fff6f7;
   text-align:justify;
}



#IndexRight 
{
   display:block;
   width:310px; 
   float:right;
   background-color:#fff6f7;
   text-align:left;
}

#IndexRightTitle 
{
   display:block;
   width:310px; 
   height:25px;
   background-color:#ffe5e6;
   text-align:left;
   border-bottom-color:#b50000;
   border-bottom-style:solid;
   border-bottom-width:2px;
   border-top-color:#b50000;
   border-top-style:solid;
   border-top-width:1px;
}

#IndexRightContent 
{
   float:left;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:12px;
   background-color:#fff6f7;
   text-align:justify;
}