article {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
}

#article-content {
  width: 900px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 21px;
}

#article-content > h1 {
  color: #ba9f50;
  font-size: 30px;
}

#article-content > section {
  margin-top: 30px;
  line-height: 1.6em;
}

#article-content > section > h1{
  font-size: 30px;
  margin-bottom: 0.5em;
}

#article-content > section img.photo-right {
  float: right;
  margin: 0 0 20px 20px;
}

#article-content > section img.photo-left {
  float: left;
  margin: 0 20px 20px 0;
}

#article-content > section a {
  text-decoration: underline;
}

#article-content > section.sig {
  text-align: right;
}

#article-content > section ul {
  list-style-type: none;
  padding: 1em 2em;
}
