#sidebarContainer
{
      width: 200px;
      position: relative;
      margin-left: -200px;
      _left: 220px;
      top: 0px;
      padding: 0px;
      float: left;
}




#contentContainer
{
      position: relative;
      border-left-width: 200px;
      border-left-style: solid;
      border-right-width: 0;
}
