#logo_wrapper {
	height: 95px;
}

#logo {
	height: 95px;
	width: 330px;
	position: relative;
	z-index: 1;
}

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

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

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

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

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

#centerTop {
	background: transparent;
}
