* {
    margin: 0;
    padding: 0;
}
html { height: 100% }
body {
    font-family: sans-serif;
    min-width: 891px;
    height: 100%;
    background: #FFF;
}

header, article, section, aside {
    display: block;
}

h1 {
    text-shadow: 0 0 3px #000;
    color: #000;
}


h1 a {
    text-decoration: none;
    color: #000;
}

a {
    color: #105578;
}

p, h3, h4, h5, h6 {
    margin: 1em 0 0 0;
}

#container {
    width: 80%;
    height: 95%;
    overflow: auto;
    background: #FFF;
}

header {

}

article {
    /*-position: absolute;
    top: 5%;
    bottom: 5%;
    left: 5%;
    -width: 55%;
    color: #333;
    padding: 5% 0 0 5%;*/
}

.cols {

    color:#FFFFFF;
    line-height:150%;
    overflow:auto;
    -moz-column-count: auto;
    -moz-column-width: 468px;
    -webkit-columns: 3;
    height: 90%;
    padding: 0 1%;
}

article article h1 {
    color: #FFF;
    line-height: inherit;
    text-shadow: 0 0 2px #222;
    padding: 0 1%;
    line-height: 225%;
    font-size: x-large;
}

html .cols p {
    margin: 0 0 1em 0;
}

aside {
    width: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: rgba(0,0,0,0.05);
    border-left: 1px solid #CCC;
}

aside:hover {
    overflow: auto;
}

aside ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

aside ul li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid #CCC;
    font-size: medium;
    color: #777;
}

aside ul li a:hover {
    background: rgba(0,0,0,0.10);
}