#top-navigation {
  width: auto;
}

#page {
  margin: 0 auto;
  width: auto;
  min-width: 951px;
  
  /* For IE6: */
  /* Note: The first number must be greater than the second.  If IE6 crashes, just keep increasing the difference. */
  width:expression(document.body.clientWidth < 955 ? "951px" : "auto" );
}

#header-main-container {
  margin-left: 178px;
}

#headers {
  width: auto;
  float: none;
}

#headers .submenu {
  width: auto;
}

#main {
  width: auto;
  float: left;
}
