/* h1 {  } */

/* sidebar */
div.toc {
    width: 20%;
    float: left;
}

div.main { 
    width: 80%;
    float: right;
}

