p {
  margin: 20px 0; }

a {
  color: #a88a53; }

h1 {
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  font-family: 'PT Serif';
  margin: 0 auto 30px;
  font-weight: normal;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
  padding-bottom: 22px;
  width: 960px; }
  h1:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    bottom: -2px;
    left: 50%;
    margin-left: -30px;
    background: #b89452; }

h2 {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  font-family: 'PT Serif';
  margin: 0 0 30px;
  font-weight: normal;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
  padding-bottom: 22px; }
  h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    bottom: -2px;
    left: 50%;
    margin-left: -30px;
    background: #b89452; }

h3 {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-family: 'PT Serif';
  margin: 30px 0 30px;
  font-weight: normal;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
  padding-bottom: 22px; }
  h3:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    bottom: -2px;
    left: 50%;
    margin-left: -30px;
    background: #b89452; }

h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'PT Serif';
  font-weight: normal;
  margin: 0 0 30px;
  line-height: 20px; }

h5 {
  font-size: 16px;
  font-family: 'PT Serif';
  font-weight: normal;
  margin: 24px 0 6px;
  line-height: 20px; }

blockquote {
  margin: 20px 0;
  padding: 25px 30px;
  font-style: italic;
  font-size: 18px;
  border-left: solid 1px #b89452;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bq.png) 0 0 no-repeat;
  font-family: 'PT Serif';
  overflow: hidden; }

ul {
  margin: 30px 0; }
  ul li {
    overflow: hidden;
    position: relative;
    padding-left: 40px; }
    ul li + li {
      margin-top: 10px; }
    ul li:before {
      position: absolute;
      content: '';
      width: 20px;
      height: 1px;
      left: 0;
      top: 11px;
      background: #ddd; }

ol {
  list-style-image: none;
  list-style-type: none;
  margin: 30px 0;
  counter-reset: item; }
  ol > li {
    display: block;
    position: relative;
    overflow: hidden;
    padding-left: 40px; }
    ol > li + li {
      margin-top: 10px; }
    ol > li:before {
      content: counters(item,"") ". ";
      counter-increment: item;
      position: absolute;
      font-style: normal;
      top: 0;
      left: 4px;
      width: 30px; }

.table {
  margin: 30px 0;
  width: 100%;
  border: solid 1px #ddd; }
  .table p {
    margin: 0; }
  .table tr:nth-child(odd) td {
    background: #f4f4f4; }
  .table th {
    text-align: left;
    font-weight: normal;
    padding: 14px 20px 15px;
    border: solid 1px #ddd; }
  .table td {
    padding: 14px 20px 15px;
    color: #666666;
    background: #ffffff;
    border: solid 1px #ddd; }

.h3 {
  font-size: 24px;
  text-align: center;
  font-family: 'PT Serif';
  margin: 35px 0 15px; }

/*# sourceMappingURL=content.css.map */
