/* LAYOUT */
#header {
        height: 53px;
}
#content {
        margin: 0;
        padding: 2%;
}
#sidebar {
        display: none;
}
#footer {
        font-size: .8em;
        padding: 1% 2%;
}

/* FULL CASE */
.fullcase h2 {
        text-align: center;
        font: bold 1.2em serif;
}

.fullcase h3 {
        font: normal .9em serif;
        margin: 0;
        text-align: center;
}

h3.cite {
        font-family: sans-serif;
        font-weight: bold;
        text-align: right;
}

span.starpage {
        font: bold 0.8em sans-serif;
}

.fullcase p {
        text-align: justify;
}

/* HEADER */
#searchform {
        display: none;
}

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