* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    font-family: 'Yanone Kaffeesatz Light', sans-serif;
}

img {
    border: 0px none;
}

header {
    display: table;
    width: 100%;
    margin: 5px 0;
    text-align: left;
    border-bottom: 3px solid #d9ced2;
}

nav {
    display: inline-block;
    width: 85%;
}

#headSection {
    width: 15%;
    float: right;
    text-align: right;
}

#pageFrame {
    margin: 0 auto;
    width: 1024px;
}

#pageContent {
    display: block;
}

footer {
    font-size: 0.8em;
    text-align: right;
}

a {
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    #pageFrame {
        width: 100%;
    }
}

span.remark {
    font-family: 'Yanone Kaffeesatz Light', sans-serif;
    font-size: 0.8em;
    padding: 6px;
    color: #666666;
}

.hidden {
    display: none;
}

.visible {
    display: inline-block;
}
