div#left_side_bar {
  float:left;
  width:50%;
  margin-left:-49.9%;
  padding: 0;
}
div#right_side_bar {
  float:right;
  width:50%; /* If the side column is the same width as the centre column then this percentage is 100% */
  margin-right:-49.9%; /* This is less than the width because this div must have some real existence in its parent div */
}
div#footer { 
  clear:both;
  border-top: none;
  background-color:#629632;
 }
