body {
  font-family: sans-serif;
  margin: auto;
  max-width: 1280px;
}

.header {
  background-image: url("pond.jpg");
  background-color: #cccccc;
  width: 800px;
  height: 196px;
  margin: auto;
}

.titleArea {
  text-align: center;
  max-width: 1280px;
}

.titleArea .line {
  text-align: center;
  padding: 20px;
  overflow: hidden;
}

.titleArea .line h1 {
  font-size: 18pt;
  text-align: center;
  margin-left: 15px;
  float: left;
}

.titleArea .line img {
  max-width: 100px;
  margin-left: 15px;
  float: left;
}

.content {
  text-align: center;
  padding: 20px;
  overflow: hidden;
  margin: auto;
}

.content h1 {
  font-size: 18pt;
  text-align: center;
  color: #3d4849;
}

.content li {
  font-size: 14pt;
  text-align: center;
  color: #3d4849;
  list-style: none;
  line-height: 1.6;
}

.summary {
  font-size: 15pt;
  font-weight: bold;
  text-align: center;
  color: #3d4849;
}

.contact {
  padding-top: 20px;
  font-size: 12pt;
  text-align: center;
}


