.left-column {
    float: left;      
    padding-right: 10px;
    width: 250px;
}

.right-column {
    float: left;
    width: 250px;
}