/* CSS Document */
#first_column,
#third_collum,
#second_column {
  width: 50%;
}

#first_column {
  float:left;
}

#first_column {
  float:right;
}

#third_collum {
  float: left;}