#col1{
  display: none;
  width: 0;
}
#col2{
  float: left;
  width: 100%;  
}
#col3 {
  display: none;
  width: 0;
}

