body
{
    font-family: "Verdana", "Arial", sans-serif;
    margin: 0;
}

#container
{
    border: 1px solid #828282;
    width: 828px;
    padding: 0;
}

#container #content
{
    background: url('../img/dotted.gif') repeat-x top left;
    margin: 0 40px 0 45px;
}

#container #content .article
{
    background: url('../img/dotted.gif') repeat-x bottom left;
    padding: 20px 0;
    font-size: 1.1em;
}

#container #content .article img
{
    float: right;
    margin-left: 40px;
}

#container #content h1
{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.272727em;
}

#container #content h2
{
    font-weight: normal;
    font-style: italic;
    font-size: 1.181818em;
}

#container #content p a
{
    color: #ae0055;
    text-decoration: none;
}

#container #footer
{
    padding: 30px 0 39px 44px;
    color: #828282;
    font-size: 1.1em;
}

#container #footer a img
{
    border: none;
}
