#column1 {
float:left;
width: 10%;
}
#column2 {
float:right;
width: 80%;
}
#column3 {
float:left;
width: 98%;
}