#catHeader-container {
  height: 250px;
  background: #000000;
  text-align: center;
}

#headerLeftImg {
  float: left;
}

#headerRightCopy {
  float: right;
  width: 400px;
  position: relative;
  top: 50%;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#catHeader-header {
color: #e8e8e8;
  display: block;
  font-family: Georgia,serif;
  font-size: 21px !important;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  padding: 0 !important;
  text-transform: none
}

#catHeader-copy {
  color: #e8e8e8;
  font-size: 14px;
  margin: 16px 35px 0 35px;
  font-family: Georgia,serif;
  line-height: 1.5em;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

#catHeader-copy a {
  color: #e8e8e8;
text-decoration: underline!important;
}