body{
  border-style:none;
  padding: 0;
}
div.navigation{
  position:absolute;
   top:0%;
   left:1%;
  width:13%;
  margin-left:0%;
  border:none;
  color:black;
  font-size: x-small;
}

div.navigation input{
  content:"\A";
  width:100%;
}
div.navigation a:before{
}
div.navigation a:after{
  content:"\A";
  padding-right:100%;
}
div.navigation img{
  width:100%;
  height:inherit;
}

div.main{
  line-height:130%;
  margin-left:15%;
  border-left:solid;
}
