#logo_wrapper {
	height: 95px;
}

#logo {
	height: 95px;
	width: 330px;
	position: relative;
}

#logo_img {
	height: 85px;
	width: 330px;
}

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

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

#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;
}
