/* MAIN LEFT, SIDBAR RIGHT */
body.sidebar #content .main{
  position:relative;
  float:right;
  width:624px;
}

#content .sidebar_left,
#content .sidebar_right {
  width:287px;
  float:left;
  background:#f0f0f0;
  padding:10px 0 0 0;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

#content .sidebar_right {
  float:right;
}

/* SIDEBAR LEFT, MAIN RIGHT*/
body.sidebar_right #content .main {
  float:left;
}

#content .sidebar_left {
  float:right;
}

