.cols {
float: left;
width: 200px;
border: 1px solid black;
height: 500px;
}

.col_1 {
    float: left;
width: 260px;
border: 1px solid black;
height: 500px;
}

.pmain {
    padding-top: 20px;
    padding-bottom: 20px;
}
