div.headerPage div.nav, div.section, div.article, div.aside, div.figure {
  display:block;
}
div.headerPage {
  width:100%;
  margin-bottom: 0.4em;
  text-align:right;
}
div.headerSection { 
  background-color: #a8badb;
  text-align:center;
  border: 1px solid #a8badb;
}
div.nav,
div.sizedLikeNav {
  margin-left: 3%;
  width:25%; 
  float: left;
}
div.section,
div.sizedLikeSection {
  width:67%;
  float:right;
  margin-right: 3%;
}
div.container { 
width: 100%;
float: left;
 }
div.sizedLikeNav { 
background-color: #a8badb;
 }
div.sizedLikeSection { 
background-color: #a8badb;
 }
div.aside,
div.sizedLikeAside {
  width:56%; 
  float:left;
  margin-left: 1%;
}
div.sizedLikeAside { 
  margin-top: 5%;
 }
div.figure,
div.sizedLikeFigure {
  width:40%;
  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;
}

