#home {
    background: #ffffff url("../../images/clearblue/backgr250_left.png") 0px 0px repeat-y;
    float:left;
    width: 100%;
    padding-bottom: 30px;
}

#home #highlight {
    float: left;
    width: 230px;
    margin: 0px 10px;
    padding: 10px 10px 10px 0px;
}

#home #highlight h4{
    margin-bottom: 10px;
}

#home #highlight p {
    margin-bottom: 30px;
    margin-top: 0px;
    /*text-align: justify;*/
} 

