#cWrapper {
  position: relative;
}

#main {
  width: 290px;
  min-height:660px;
  height:auto !important;
  height:660px;

  padding-right: 0;
  margin-right: 0;
}

.sidebar {
  float: left;
  /* If I had a nickel for every time IE6 caused a problem... */
  _position: absolute;
  padding: 0 0 0 22px;
}