  body, html {
  margin: 0;
  text-align: center;
  height: 100%;
  font: normal 12px/12px Arial, "Times News Roman", Sans Serif;
  background: #754C24 url('body.jpg') top center repeat-x;
  }
  
  a {
  color: #603913;
  }
  
  a:hover, a:active, a:visited {
  color: #000;
  }
  
  #topSection {
  height: 20px;
  width: 790px;
  margin: 0 auto;
  text-align: right;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 10px 0px 5px;
  }
  
  /* Sites */
  
  #topSection ul {
  margin: 0;
  padding: 6px 2px 4px 6px;
  float: right;
  background: #a90704 url('flags/flagBg.jpg') top center no-repeat;
  }
  
  #topSection ul li {
  padding: 0;
  margin: 0;
  display: inline;
  color: #FFF;
  }
  
  #topSection ul li a {
  color: #FFF;
  text-decoration: none;
  padding: 0 5px 0 19px;
  margin: 0 3px;
  }
  
  #topSection ul li a:hover {
  color: #260d06;
  }
  
  .uk {
  background: url('flags/uk.jpg') left center no-repeat;
  }
  
  .usa {
  background: url('flags/usa.jpg') left center no-repeat;
  }
  
  .mexico {
  background: url('flags/mexico.jpg') left center no-repeat;
  }
  
  /* */

  #header {
  width: 800px;
  height: 300px;
  background: #754C24 url('header.jpg') no-repeat bottom center;
  margin: 0 auto;
  } 
  
  #menu {
  width: 800px;
  height: 39px;
  padding: 243px 0 0 0;
  }
  
  #menu ul {
  margin: 0;
  padding: 0 15px 0 35px 0;
  width: 750px;
  }
  
  #menu ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline;
  }
  
  #menu ul li a {
  float: left;
  padding: 5px 6px;
  margin: 0 3px 0 0;
  color: #FFF;
  font: bold 14px/14px Arial;
  border: 2px Solid #000;
  text-transform: uppercase;
  text-decoration: none;
  }
  
  #menu ul li a:hover {
  background: #FFF;
  color: #000;
  }
  
  #container {
  width: 770px;
  border-left: 5px Solid #C69C6D; 
  border-right: 5px Solid #C69C6D;
  background-color: #FFF;
  text-align: left;
  margin: 0 auto;
  padding: 10px;
  }
  
  .containerTop {
  width: 800px;
  height: 9px;
  background: url('containerTop.jpg') no-repeat;
  margin: 0 auto;
  }
  
  .containerBottom {
  width: 760px;
  height: 18px;
  background: url('footer.jpg') no-repeat;
  margin: 0 auto;
  padding: 14px 20px 0 20px;
  text-align: left;
  color: #603913;
  font-size: 10px;
  }
  
  .sep {
  color: #000;
  }

  
  /* Container Elements */
  
  h1 {
  color: #AA0A0A;
  font: normal 28px Times New Roman;
  margin: 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 3px Double #CCC;
  }
  
  h2 {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0;
  }
  
  .right {
  color: #666;
  width: 390px;
  font-size: 16px;
  line-height: 18px;
  margin: 5px 0;
  float: right;
  }
  
  .left {
  color: #666;
  width: 365px;
  font-size: 16px;
  line-height: 18px;
  margin: 5px 0;
  float: left;
  }
 
  p {
  text-indent: 15px;
  margin: 5px 0;
  font-size: 14px;
  line-height: 16px;
  }
  
  .pLeft {
  float: left;
  width: 370px;
  padding: 6px;
  font-size: 14px;
  line-height: 16px;
  }
