#left{
float: left;
width: 198px;
text-align: left;

}
#right{
float: right;
width: 180px;

}
#center{
float: left;
width: 538px;
text-align: left;
/*border-right: 1px solid #c5c5c5;
border-left: 1px solid #c5c5c5;
margin-bottom:10px;*/
}

