/* Set up the Semantic Grid System */
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* center the contents */
div.center {
  min-width: 960px;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
/* Colors */
div.center {
  margin-top: 60px;
  margin-bottom: 60px;
}
div.center h1 {
  margin-bottom: 20px;
  text-align: center;
  color: #4e945f;
}
div.center h2 {
  margin-top: 30px;
  color: #4e945f;
  font-size: 1.2em;
  text-align: right;
}
div.center ul {
  list-style: none;
}
div.center ul li {
  color: #2d2f30;
  padding: 30px 0px 30px 0px;
  margin-top: 20px;
  margin-right: 30px;
}
div.center ul li p {
  border-left: solid 8px #aa4d45;
  padding: 0px 0px 0px 30px;
}
