#three-col-main {
width:100%;
}

#three-col-one {
width:17%;
height:600px;
float:left;
}

.three_col_one_content { }

#three-col-two {
width:66%;
float:left;
}

.three_col_two_content { padding-top:55px; }

#three-col-three {
width:17%;
float:right;
}

.three_col_three_content { }

