/* Set up the Semantic Grid System */
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
div.center {
  min-width: 1067px;
  max-width: 1067px;
  margin: 0 auto;
  overflow: hidden;
}
/* end Semantic Grid System */
/* Colors */
html,
body {
  font-family: 'Ubuntu', sans-serif;
  color: #1D1E1F;
  background-image: url("../images/natural_paper_30.png");
  line-height: 1.15;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .75em;
}
#green_stripe {
  background-image: url("../images/natural_paper_green.png");
  height: 10px;
}
#header_content {
  background-image: url("../images/natural_paper_yellow.png");
  height: 150px;
  min-width: 1067px;
}
#header_content h1 a {
  display: inline;
  float: left;
  width: 39.58333333333333%;
  margin: 0 1.0416666666666665%;
  margin-top: 51px;
  font-family: 'Doppio One', sans-serif;
  color: #9B2E20;
  font-size: 1.2em;
  text-decoration: none;
  color: #aa4d45;
}
#header_content h1 a:visited {
  color: #aa4d45;
}
#header_content h1 a:hover {
  color: #2d2f30;
}
#header_content ul {
  display: inline;
  float: left;
  width: 39.58333333333333%;
  margin: 0 1.0416666666666665%;
  float: right;
  margin-top: 61px;
}
#header_content ul li {
  display: inline;
}
#header_content ul li a {
  font-weight: bold;
  font-size: 1.4em;
  display: inline;
  margin-right: 3%;
  text-decoration: none;
  color: #2d2f30;
}
#header_content ul li a:hover {
  color: #aa4d45;
  text-decoration: underline;
}
#header_content img {
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.0416666666666665%;
  margin-top: 15px;
  height: 123px;
  width: 112px;
}
#footer {
  background-image: url("../images/natural_paper_red.png");
  padding: 25px 0px 25px 0px;
  min-width: 1067px;
}
#footer ul {
  margin: 0 auto;
  width: 645px;
}
#footer ul li {
  display: inline;
}
#footer ul li a {
  color: #2d2f30;
  font-size: 1.4em;
  margin-right: 20px;
  text-decoration: none;
}
#footer ul li a:hover {
  color: #f2f2f2;
  text-decoration: underline;
}
