/* layout things */

body
{
    padding: 0;
    margin: 0;
    height: 101%;/* greater than 100, force scrollbar */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    text-align: center;

    font-family: sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

div#pagecontent
{
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 1440px;
}

div#menubar
{
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    width: 870px;
    height: 75px;
    padding: 0;

    border: 0;
    z-index: 1;
}

div.paddingblock
{
    height: 75px; /* same as the above height in div#menubar */
}

div#menubar a, div#menubar img
{
    border: 0;
    margin: 0;
    padding: 0;
}

div.item
{
    padding: 16px;
}
