#Main
{
 background-color: #D4D0C8;
  position: absolute;
  left: 5em;
  top: 6em;
  height: 1055%;
  width: 40em;
  padding: 10px;
  border: groove;
}
body
{
  background-color: #D5ECC3;
}

#source
  {
  color: #A7A7A7;
  margin-top: 0;
  }

  blockquote
  {
    background-color: #ECF6E4;

  }

  aside
  {
    display: block;
    right: 0;
    width: 30%;
    height 100%;
    background-color: #3B62CC;
}

header
{
  width: 100%;
  height: 6em;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #56B10E;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 256;
}

nav
{
  //visibility: hidden;
  width: 100%;
  height: 6em;
  position: fixed;
  top: 6em;
  left: 0;
  border: dashed;
  border-width: 2em;
  background-color: #56B10E;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 128;
}

#navList
{
    list-style: none;
    list-style-image: none;
}
#navList li
{
display: inline-block;
padding: 10px;
}

#main_article
{
  width: 45%;
  height: 100%;
  position: scroll;
  background-color: #D5ECC3;
  margin-top: 12em;
  padding-top: 0.5em;
  border: none;
  z-index: 64;
}

#side_bar
{
   position: absolute;
   right:0px;
   top: 0px;
   width: 55%;
   height: 100%;
  margin-top: 0em;
  margin-top: 12em;
  background-color: #D5ECC3;
  padding-top: 0.5em;
  position: scroll;
  z-index: 32;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}


