/* HTML5 tags */
header, section, footer,
aside, nav, article, figure  {
  display: block;
}


body {
  background-color: #50595f;
  margin: 0;
  padding: 0;
}


header {
  margin: 0px auto; /*aligns center*/  
  width: 1000px;
  background-color: #000000;
  border-bottom: 1px solid #FFAE00;
  background-image: url("../img/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 58px;  
}

article.header {
  margin: 0px auto; /*aligns center*/  
  width: 1000px;
  background-color: #30373B;

  background-image: url("../img/header.png");
  background-position: center center;
  background-repeat: no-repeat;
  
  height: 133px;
}

article.details {
  margin: 0px auto; /*aligns center*/  
  width: 1000px;
  background-image: url("../img/background.png");
  padding: 0px;
  background-position: center;
  background-repeat: no-repeat;
  height: 326px;
}

article.contact {
  margin: 0px auto; /*aligns center*/  
  width: 1000px;
  background-color: #30373B;

  background-image: url("../img/contact.png");
  background-position: center center;
  background-repeat: no-repeat;
  
  height: 133px;
}

footer {
  background-color: #000000;
  margin: 0px auto; /*aligns center*/  
  width: 1000px;
  padding: 12px 0px 12px 0px;
  border-top: 1px solid #FFAE00;
  height: 14px;
  color: #303030;
  text-align: center;
  font-size: 12px;
  font-family: "Lucida Grande", "Helvetica Nueue", Arial, sans-serif;
}