#infoArea {
  position: relative;
  margin: 20px;
  height: 1100px;
  color: #000;
}

#infoArea h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#infoArea h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

#infoArea h3 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
  margin-top: 4px;
}

#infoArea h1 {
  font-size: 24px;
  font-weight: bold;
}

.infoBox {
  background-color: #b2b79a;
  color: #fff;
  border: 1px solid #354253;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-top: 20px;
}

.staff {
  margin: 20px;
  margin-left: 33px;
  color: #354253;
  border-top: 1px solid #b2b79a;
  border-bottom: 1px solid #b2b79a;
  width: 300px;
  height: 136px;
  display: inline;
  float: left;
}

.staff img {
  float: right;
  display: inline;
  margin: 4px;
}

.staff .email {
  font-size: 10px;
}

.infoBox p {
  margin: 8px;
}

p {
  text-align: center;
}

