div.headerPage div.nav, div.section, div.article, div.aside, div.figure, div.symbolArea {
  display:block;
}
div.headerPage {
  width:100%;
  margin-bottom: 0.4em;
  text-align: center;
}
div.headerSection { 
  background-color: #c07436;
  text-align:center;
  border: 1px solid #c07436;
}
div.nav,
div.sizedLikeNav {
  margin-left: 2%;
  width:18%; 
  float: left;
}
div.section,
div.sizedLikeSection {
  width: 98%;
  float: right;
/*    margin-right: 2%; */
}
div.container { 
    float: left;
}
div.sizedLikeNav { 
background-color: #c07436;
 }
div.sizedLikeSection { 
background-color: #c07436;
 }
div.aside,
div.sizedLikeAside {
  width:60%; 
  float:left;
  margin-left: 1%;
}
div.sizedLikeAside { 
  margin-top: 5%;
 }
div.figure,
div.sizedLikeFigure {
  width:36%;
  float:right; 
  margin-right: 1%;
}
div.article {
  width:85%;
  margin: 1em auto;
  text-align: left;
}
div.footer {
  float:left;
  width: 100%;
} 
div.background { 
  width: 100%;
  height: 464px;
}
div.symbolArea { 
  margin: 10em auto 10em auto;
  width: 60%;
  padding-top: 1em;
  border-top: 1px solid #000;
 }
div.slideshow { 
margin-top: 1em;
 }
