body {
    background-color: rgb(37,29,18);
    background-image: url(/source/topbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 20px;
    margin: 0px;
    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    color: rgb(37,29,18);
 }

table, tr, td, p, div, span, ul, li {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 11px;
    list-style-type: none;
}
a {
    text-decoration: none;
    color: rgb(37,29,18);
}
a:hover {
    text-decoration: underline;
}
#top {
    margin: 0 auto;
    width: 288px;
}
#menu { 
    position: relative;
    background-color:#4F4424;
    color: #B9A96F;
    width: 100%;
    _height: 29px;
    padding: 9px 0;
    text-align: center;
    height: 11px;
    margin-top: 30px;
    margin-bottom: 10px;
}
#menu a,
#menu a:link,
#menu a:visited {
    font-weight: bold;
    color: #faf3dc;
    text-decoration: none;
}

#menu a:hover,
#menu a:active {
    color: #e9ce79;
    text-decoration: none;
}

#content {
    margin: 0 auto;
    width: 800px;
    height: 486px;
    background-image: url(/source/paper.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
#banner {
    float: left;
    width: 395px;
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
    list-style-type: none;
}
#banner li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#shops {
    margin: 0px 30px 30px 30px;
}
#shops td {
    padding: 2px;
}
