#outer {
    width: auto;
    padding-right: 220px;            /* right column width */
    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;
	background: transparent;
}

#right {
  width: 200px;                    /* right column width */
  margin-right: -220px;            /* _negative_ right column width */
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
	background: transparent;
}

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

#centerTop {
	background: transparent;
}
