.header {
  width: 100%;
  height: 100px;
  padding-top: 0px;
  padding-left: 0px;
  background-color: #000000;
  color: #FFFFFF;
  overflow: hidden;
  background-image: url( "/images/other/HeaderSliceRed.png");
  background-repeat: repeat-x;
}

.header-left {
  float: left;
  width: 690px;
  height: 100%;
  margin-left: 0px;
  border: 0;
  padding: 0px;
  background-image: url( "/images/other/HeaderSliceWhite.png");
  background-repeat: repeat-x;
}

.header img {
  float: left;
  height: 100%;
}

.header-center {
  float: left;
  width: 0%;
  padding-top: 0px;
}

.header h1 {
  margin-top: 10px;
  text-align: left;
  color: white;
  font-size: 24px;
}