/* Place borders around all divs during development */
  div {
    margin:0;
    padding:0;
    border:0px solid #FF0000;
  }
/* Center website */
  body {
    text-align:center;
  }
/* Main Container */
  #container {
    width:1024px;
    text-align:center;
    background:#D78106;
    border:10px solid #303030;
  }
/* Masthead */
  #masthead {
    width:1024px;
    height:200px;
    text-align:center;
  }
  /* Navigation */
  #navigation {
    width:1024px;
    clear:both;
    text-align:center;
    background:#844A34;    
  }
  #contents {
    width:1024px;
    clear:both;
    float:left;
    text-align:center;
    background:#844A34;    
  }
/* Page Contents-left */
  #contents-left {
    width:180px;
    clear:both;
    float:left;
    text-align:left;
    background:#844A34;    
  }
/* Page Contents-right */
  #contents-right {
    width:844px;
    min-height:475px;
    float:right;
    text-align:left;
    background:#FFFFFF;    
  }  
/* Footer */
  #footer {
    width:1024px;
    clear:both;
    text-align:center;
    background-color:transparent;    
  }
    .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */