body {
    background: lightgrey;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 12px;
    margin: 0;
}

a:link, a:visited, a:active {
    color: #8e76e1;
}

a:hover, a.active {
    color: #d393b0;
}

#main {
    width: 760px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    min-height: 100%;
}

#header {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px;
}

#menu {
    margin-bottom: 20px;
    padding-left: 80px;
}

#menu a {
    display: block;
    float: left;
    margin-right: 10px;
    padding-left: 10px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

#menu > a + a {
    border-left: 1px solid #8e76e1;
}

.clear {
    clear: both;
}

#content {
    margin: 10px;
    margin-bottom: 20px;
}

#content ul li {
    margin-bottom: 10px;
}

#content .floatbox {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 280px;
    border: 1px solid #8e76e1;
    position: relative;
    padding-bottom: 10px;
    clear: both;
}

#content .floatbox img {
    border: 0;
    width: 260px;
    margin: 10px;
}

#content .floatbox:after {
    clear: both;
}

#content .floatbox .text {
    color: #E0E0E0;
    float: right;
    margin-right: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    bottom: 0;
    font-size: 300%;
    font-weight: bold;
}

#content .floatbox .text:after {
    clear: both;
}

#content .floatbox ul {
    list-style-type: none;
    padding: 0px 10px;
    margin-bottom: 0;
}

#content .floatbox ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

#content .floatbox ul li span {
    font-size: 75%;
    white-space: nowrap;
}

table {
    border-collapse: collapse;
    font-size: 12px;
}

table th {
    background: lightgrey;
    border: 1px solid darkgrey;
    padding: 5px;
}

table td {
    border: 1px solid darkgrey;
    padding: 5px;
}

pre {
    border: 1px solid black;
    padding: 10px;
    background: lightgrey;
}

#googleads {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid darkgrey;
    text-align: center;
}
