#wrap
{
    min-height: 100%;

    background-image: url('/bg/stripedbg.png');
}

#content
{
    overflow: auto;
    padding: 70px 0 120px;
}

#content a
{
    color: #666;
}

#content > div
{
    border: 1px solid black;
    width: 900px;
    margin: 20px auto;

    background-color: white;
}

#content > div:first-child
{
    margin-top: 0 !important;
}

#content > div:last-child
{
    margin-bottom: 0 !important;
}

h2
{
    text-align: center;
    color: black;
    font-weight: normal;
    font-size: 40pt;
    font-family: 'Droid Sans Mono', monospace;
}

h2 .bracket
{
    font-size: 220%;
    color: black !important;
}

h3
{
    font-family: 'Anaheim', monospace;
    margin-left: 20px;
}

#content p
{
    color: black;
    font-family: 'Cantarell', sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 12pt;
}

#content > div:first-child p
{
    font-size: 14pt;
}

img.floatright
{
    float: right;
}

.floatright ~ h3, .floatright ~ p
{
    margin-right: 350px !important;
}

img.floatleft
{
    float: left;
}

.floatleft ~ h3, .floatleft ~ p
{
    margin-left: 350px !important;
}

.clear
{
    clear: both;
}