/* Default page header for The Pinnacle Schools */
#header {
  position: relative;
  width: 920px;
  height: 128px;
  margin: 0 auto;
}
#header h1.branding {
  position: absolute;
  top: 42px;
  left: 0px;
  height: 70px;
  width: 443px;
  background: url(../images/tps_logo_web.png) no-repeat;
  text-indent: -9999px;
  z-index: 10;
}