﻿#contentMain

{
 

 height:450px;
 margin:0px;   
}

#contentMain .left
{
  margin:0px;
  float:left;
  width:240px;
  height:100%;   
  background:#FFFBC9;
}

#contentMain .right
{
    width:100%;
    margin:0px;
}

#contentMain .right
{
    float:left;
    width:650px;
    height:440px;

}
#contentMain .right h3
{
    font-size:14px;
    color:#015A84;
    margin-left:15px;
    line-height:40px;
    border-bottom:2px solid #eeeeee;
}

 

#contentMain .right p
{
    text-indent:2em;
    line-height:25px;
    font-size:12px;
    margin:10px;
    width:600px;
    
    
}