html { 
  background-color: #fff;
}
div#wrapper { 
  background-color: #fff;
 }
div#outer {
  margin:0 10% 0 25%; /* The % figures facilitate the widths of the side columns but you must also adjust left_side_bar and right_side_bar widths */
  border:none;
  border-width:0 1px;
}
div#top-bar {
  width: 100%;
  border: none;
  background-color: #7a422e;
}

div#inner {
  float:left;
  width:99%;
}
div#content {
  float:right;
  width:99%;
}
