#outer {
  height:100%;
  min-height:100%;
  argin:0px 178px;
  margin:0px 194px 0px 194px;
  background:#fff;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  border:0px;
  color: #000;
}

#left {
  position:relative;/*ie needs this to show float */
  idth:170px;
  width:186px;
  float:left; 
  argin-left:-169px;/*must be 1px less than width otherwise won't push footer down in some browsers */
  margin-left:-185px;/*must be 1px less than width otherwise won't push footer down in some browsers */
  left:-1px;
  padding-bottom: 22px;/* clear footer*/
}

#inner {
  padding-top: 100px;
}

#innerbanner {
  position: relative;
  top: -100px;
  *top: -96px;
  left: -190px;
}

#innerbanner .ad_728_90 {
  position: absolute;
}

