
body {
    font-family: Arial, Helvetica, sans-serif;
    background-position: top;
    background-color: #fef1e1;
    font-size: 12px;
}

#main {
    margin: 10px auto;
    padding: 10px;
    width: 940px;
    text-align: left;
    background: no-repeat #FFF  url(/images/index/header.png);

}

#logo {
    height: 64px;
    background: no-repeat url(/images/index/logo-64.png);
    margin-bottom: 40px;
}


#footer {
    font-size: 10px;
    background: no-repeat url(/images/index/footer.png);
    color: #FFFFFF;
    text-align: center;
    font-weight: bolder;
    bottom: 5px;
    width: 960px;
    height: 77px;
    z-index:1;
    clear: both;
    margin-left: -13px;
}

h1 {
    color: rgb(137, 91, 46);
    font-size: 22pt;
    font-weight: bold;
}

a {
    color: #015e9f;
}



