body {
    background-color: white;
    color: black;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

#wrapper {
    margin: 0pt auto;
    width: 90%;
    display: table;
}

#header {
    display: table-caption;
}

#menu {
    color: #fed;
    background-color: #999;
    padding: 1em;
    display: table-cell;
    width: 17.5em;
}
#menu a {
    color: white;
    background-color: inherit;
    text-decoration: none;
}
#menu a:hover {
    color: black;
    background-color: #ffe6d5;
}
#menu a.logo:hover {
    background-color: transparent;
}
#menu img {
    border: none;
}
#menu h2 {
    font-size: 110%;
}
#menu li {
    margin-left: 1em;
    list-style-type: none;
}

#content {
    display: table-cell;
    padding: 2em;
    vertical-align:top;
}
#content h1 {
    color: #f60;
    background: inherit;
    font-size: 125%;
    margin-top: 2em;
}

#sponsors {
    display: table-cell;
    margin: none;
    padding: none;
    vertical-align: top;
    border-left: 2px solid #999;
    border-right: 2px solid #999;
    width: 10em;
}
#sponsors h2 {
    display: block;
    color: white;
    background: #999;
    font-size: 1.2em;
    padding: 0.25em;
    text-align: center;
}
#sponsors img {
    border: none;
    width: 9em;
    padding: 0.5em;
}

#footer {
    text-align: right;
    margin: 1em;
    padding: 1em;
}
