#outer {
  width: auto;
  padding-bottom: 4em;
  padding-left: 165px;            /* left column width */
  background: transparent;             /* center column colour */
}

#inner {
    width: 100%;
    margin: 0;
}

#left {
  width: 165px;                   /* left column width */
  margin-left: -165px;            /* _negative_ left column width */
  float: left;
  position: relative;
  z-index: 99;
	background: transparent;
}

#center {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
	background: transparent;
}

#leftTop {
	position: relative;
	background: transparent;
}

#centerTop {
	background: transparent;
}
