body {
    background: white;
    color: black;
    font-family: arial, helvetica, sans-serif;
}

#page {
    position: relative;
    width: 98%;
}

#websitetitle img.logoleft {
    float: left;
}

#websitetitle img.logoright {
    float: right;
}

#websitetitle p.title {
    font-size: 240%;
    vertical-align: middle;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}

#content {
    clear: both;
    width: 100%;
}
