body {
    font-family: "Palatino", "Palatino Linotype", serif;
    font-size: 10pt;
}

#page {
    width: 45em;
    margin: auto;
}

div {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 6pt 0;
}

p {
    margin: 0;
    padding: 6pt 0;
}

/* Header section */
#header {
    border-bottom: 1pt solid #000;
    margin: 0 0 12pt 0;
}
#header h1 {
    text-align: center;
    font-size: 18pt;
    padding: 0;
}
#header h1 img {
    width: 100pt;
    height: 29pt;
}
#header h2 {
    position: absolute;
    height: 0;
    width: 0;
    display: none;
}

/* Sidebars */
#sidebar {
    height: 0;
    width: 0;
    position: absolute;
    display: none;
}

/* Centre column */
#content {
    text-align: justify;
}
#content h1 {
    font-size: 24pt;
}
#content h2 {
    font-size: 18pt;
}
#content h3 {
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: .2em;
}
#content p {
}

/* Footer */
#footer {
    margin: 12pt 0 0 0;
    padding: 12pt;
    border-top: 1pt solid #000;
    text-align: center;
}
