﻿body
{
    background-color: #65615E; /*#6B6358;*/
    margin: 0px;
    padding: 0px;
    min-width: 1024px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    color: #000000;
}
h2
{
    font-family: Verdana, sans-serif;
    font-size: 16px;
}
img#background
{
    color: white;
    position: absolute;
    width: 100%;
    z-index: -1;
    min-width: 1024px;
}

div#wrap
{
    width: 1015px;
    margin: 0px auto;
    padding-top: 20px;
}

div#header
{
    background-position: center bottom;
    width: 1015px;
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    height: 224px;
    position: relative;
}

#header #nav
{
    position: absolute;
    color: #ffffff;
    top: 172px;
    left: 12px;
    font-size: 11px;
}

#nav a
{
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

div#contentbg
{
    background-position: center;
    width: 1015px;
    background-image: url(images/bgslc.png);
    background-repeat: repeat-y;
}
div#content
{
    padding: 0px 20px;
    position: relative;
}
div#signatures
{
    padding-left: 50px;
    padding-top: 50px;
    width: 600px;
    float: left;
}

div#signatures img
{
    padding-right: 40px;
    padding-top: 20px;
}
div#maggieslogo
{
    float: right;
    width: 300px;
    bottom: 50px;
    position: relative;
}
div#maggieslogo2
{
    float: right;
    bottom: 20px;
    position: relative;
    right: 0px;
}
div#leftimage
{
    width: 282px;
    float:left;
}
div#rightcontent
{
    width: 660px;
    float: right;
}
.donation
{
    border: none;
    position: absolute;
    top: 0px;
    left: 20px;
}
.imagelink
{
    border: none;
}
.seeRouteMap
{
    border: none;
    position: absolute;
    top: 0px;
    right: 20px;
}
.quote
{
    font-size: 16px;
    font-style: italic;
}
.leftlogo
{
    position: absolute;
    top: 150px;
    left: 60px;
}
.rightlogo
{
    position: absolute;
    top: 150px;
    right: 60px;
}
div#footer
{
    background-position: center top;
    width: 1015px;
    background-image: url(images/footer.png);
    background-repeat: no-repeat;
}
