body
{
    margin: 0 auto;
    color: #F2F2F2;
    font: 14px/20px "Lucida Grande", Verdana, sans-serif;
}

div.container
{
    width: 960px;
    margin: 0 auto;
    position: relative;
}

div#preamble
{
    width: 960px;
    height: 542px;
    margin: 10px auto;
    background: url("../img/banner.png") top center no-repeat; 

}
div#preamble h1, div#preamble p
{
    visibility: hidden;
    color: #645c5f;
}

div#contact
{
    margin: 0 auto;
    width: 900px;
    text-align: center;
    margin-top: -140px;
    text-shadow: #000 0;
    color: #000000;

}
div#contact p { position: relative; }

p span.left
{
    position: absolute;
    right: 160px;
    top: 12px;
    color: #000000;
}


span.amp
{
    font-family: "Baskerville", "Palatino", "Times", "Georgia", serif;
    font-size: 1.1em;
    font-style: bold;
    color: #000000;
}

div#footer
{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    
    font: 11px/15px "Lucida Grande", Verdana, sans-serif;
    color: #000000;
    text-shadow: #000 0 -1px;
    
}
