.textonly {
    display: none;
}
p, ul, li, xmp, blockquote, pre, address {
    line-height: 1.5;
}
body {
    margin: 0;
    background-color: #B3CCE6;
    font-family: "Microsoft Sans Serif", Tahoma, Sans-Serif;
    font-size: medium;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(bg.png);
    height: 160px;
    background-color: #000033;
    background-repeat: no-repeat;
}
nav {
    position: absolute;
    top: 140px;
    right: 40px;
    font-size: small;
    font-weight: bold;
}
a.nav {
    color: #eeeeee;
    text-decoration: none;
    margin-left: 40px;
}
a.nav:hover {
    color: #ffffff;
    text-decoration: underline;
}
header > section, footer > section {
    margin: 0 32px;
}
body > section {
}
main, aside {
    min-height: calc(100vh - 224px);
}
main {
    position: absolute;
    top: 160px;
    left: 0;
    right: 256px;
    padding: 32px 40px 32px 40px;
    background-color: #fdfeff;
}
h1 {
    margin-top: 0;
}
aside {
    position: absolute;
    top: 160px;
    right: 0;
    padding: 32px 40px 32px 40px;
    width: 176px;
}
