body {
    color: #ab9aa4;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 14pt;
    background: #f6f5fd;
    border-top: 10px solid #ab9aa4;
}
#container {
    width: 960px;
    margin: 0 auto;
}
#header {
    display: block;
}

#logo {
    display: inline;
    float: left;
    width: 700px;
}

#contact {
    clear: both;
    text-align: right;
    font-weight: bold;
    font-size: .8em;
    margin-bottom: 5px;
}

#content {
    min-height: 500px;
    border: 1px solid #e9e3e5;
    background: #ffffff url(../images/background1.png) no-repeat;
}

#footer {
    clear: both;
    margin-top: 10px;
    text-align: center;
    color: #413e3e;
    font-size: .6em;
    height: 30px;
}

p {
    color: #444141;
    font-size: 12pt;
    margin: 1.3em 15px;
    line-height: 1.3em;
}

#left p {
    color: #444141;
    font-size: 9pt;
    margin: 1.3em 15px;
    line-height: 1.3em;
}

p.quote {
    font-style: italic;
}

p.divider {
    text-align: center;
}

