body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Georgia, serif;
    font-size: 1.1em;
    padding-bottom: 10px;
}

#wrapper
{
    width: 760px;
    margin: 0 auto;
    text-align: left;
}

ul#menu
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    width: 760px;
}

ul#menu li
{
    display: inline;
    margin: auto 15px;
}

ul#menu a:hover img
{
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

#reflection
{
    margin: 10px auto 0;
    text-align: center;
}

a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
    color: #f93;
}

a:hover
{
    color: #930;
}

a img
{
    border: none 0;
}

#footnote
{
    font-size: 80%;
}

.floatright
{
    float: right;
    margin: 0 0 10px 10px;
}

div.floatright
{
    width: 300px;
    text-align: center;
}

div.floatright p
{
    font-size: 80%;
    text-align: left;
    margin: 0;
}

div.floatright img, img.floatright
{
    border: solid 1px #000;
}

sup
{
    font-size: 80%;
    vertical-align: top;
}

a[href="#top"]
{
    padding-left: 20px;
    background: url(../images/buttons_16x16.jpg) left no-repeat;
}