div#left_side_bar {
  float:left;
  width:65%;
  margin-left:-64.9%;
  padding: 0;
}
#right_side_bar {
  float:right;
  width:14.2%; /* If the side column is the same width as the centre column then this percentage is 100% */
  margin-right:-14.1%; /* 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: transparent;
 }
