#left{
    float: left;
    width: 190px;
}

#center{
    position: relative;
    left: 18px;
    float: left;
    width: 500px;
}

#right{
    position: relative;
    left: 36px;
    float: left;
    width: 224px;
}

