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

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

