#content,
#sidebar-first,
#sidebar-second {
  float: left;
  display: inline;
  position: relative;
}

#content {
  width: 990px;
  min-height:500px
  }
 
body.sidebar-first #content {
  width: 730px;
  left: 228px; /* LTR */
}
body.sidebar-second #content {
  width: 760px;
}
body.two-sidebars #content {
  width: 537px;
  left: 224px;
}

#sidebar-first {
  width: 219px;
  left: -730px; 
}

body.two-sidebars #sidebar-first {
  left: -537px; /* LTR */
}

#sidebar-second {
  float: right; /* LTR */
  width: 204px;
}

.section {
	margin: 5px;
}

body.one-sidebar #content .section {
	margin: 5px 0;
}
body.sidebar-second #content .section {
	margin: 5px 5px 5px 5px;
}