20% width
Right Column at auto width
CSS Code
#col_left {
width:20%;
border:1px solid red;
height:100%;
float:left;
}
#col_right {
border:1px solid blue;
height:100%;
}