@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: white;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 160%;
}

img {
    border: none;
}

a {
    color: #562615;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#head-imagebar {
    width: 100%;
    height: 102px;
    background-image: url(../images/head_imgbar.png);
    background-repeat: repeat-x;
    background-position: center;
}
#head-spacer {
    width: 100%;
    height: 5px;
    background-color: #D4C37B;
    border-bottom: solid 1px #562615;
    line-height: 0px;
    font-size: 0px;
}
#head {
    width: 100%;
    height: 128px;
    background-image: url(../images/head_bg.png);
    background-repeat: repeat-x;
}
#head-text {
    position: absolute;
    left: 50%;
    margin-left: -429px;
}
#logo {
    position: absolute;
    left: 50%;
    margin-top: 5px;
    margin-left: 329px;
}

#footer {
    margin-top: 35px;
    width: 100%;
    height: 30px;
    background-color: #DDD387;
    border-top: solid 1px #562615;
    line-height: 30px;
    text-align: center;
    color: #562615;
    clear: both;
}
