body
{
    background-color: #222;
    margin: 0;
    padding: 0;
    font-family: 'Lucida Grande', Geneva, Arial, Verdana, Helvetica, Sans-Serif;
    height: 100%;
    text-align: center;
}
h1, h2, p
{
    padding-left: 20px;
}
h1
{
    font-size: 15px;
    color: #333;
    text-align: left;
    font-weight: normal;
}
h2, p
{
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    color: #666;
}
h3
{
    text-indent: -700px;
}
#container
{
    border: dotted 1px #000;
    background: #FFF;
    margin: 5% auto;
    text-align: center;
    height: 500px;
}
#container, #container #ads
{
    width: 603px;
}
#contactInformation
{
    background: #FFA7A4;
    width: 250px;
    margin: 10px auto;
    padding: 7px;
    height: 40px;
}
#contactInformation h4
{
    color: #000;
    text-align: center;
    margin: 1px;
}
#contactInformation h4 a
{
    color: #000;
}
#contactInformation h4 a:hover
{
    color: blue;
}
#ads
{
    background-color: #DDD;
    border: dotted 1px #000;
    margin: 0px 1px 0 -1px;
    display: inline-block;
    height: 450px;
}
#ads ul
{
    margin: 0 0 0 17px;
    list-style: none;
    padding: 5px;
    height: 90%;
}
#ads ul li
{
    width: 170px;
    display: inline-block;
    padding: 3px;
    float: left;
    border: solid 1px #999;
    text-align: left;
    margin: 0 10px auto auto;
    height: 420px;
}
#ads a
{
    font-size: 11px;
}
#ads p
{
    font-size: 11px;
    font-style: italic;
    margin-top: 5px;
}
h5
{
    margin-top: 9px;
    margin-bottom: 3px;
    font-size: 13px;
}
div.center
{
    text-align: center;
    margin: 0 auto;
}
a:hover
{
    color: gray;
}
#footer
{
    background-color: #222;
    margin: 10px -20px 0 0;
}
#footer p
{
    color: #CCC;
    font-size: 10px;
}
