html, body {
    margin:0px 0px 0px 0px;
    padding:0px;
}
body {
    font-family:Verdana, Arial, sans-serif;
    font-size:11px;
    color:#39270f;
    text-align:center;
    line-height: 1.8em;
    background-color: #fff6ce;
}
#wrapper {
    width:998px;
    margin:0px auto 0px auto;
    padding:0px;
    text-align:left;
    border-left: #6C4B40 solid 1px;
    border-right: #6C4B40 solid 1px;
    background-color: #ffefbf;
}

#header {
    width:100%;
    text-align:center;
    color:#484848;
    vertical-align:middle;
    height:266px;
}

#navi {
    width:100%;
    text-align:center;
    color: #ffebce;
    background-image: url(img/navi.png);
    vertical-align:middle;
    height:27px;
}

#navi table {
    width: 100%;
    font-family: sans-serif;
    font-size: 12px;
    vertical-align: middle;
}

#maincontent {
    width: 100%;
    padding: 3px 5px 3px 5px;
    height: auto;
    overflow: hidden;
}

#maincontent img {
    max-width:800px;
} 
#maincontent p {
    margin: 0px;
}
#footer {
    width: 100%;
    padding: 10px 0px 10px 0px;
    border-top: #6C4B40 solid 1px;
    border-bottom: #6C4B40 solid 1px;
    text-align: center;
    background-color: #ffebce;
    color: #39270f;
    position:relative;
}

#footer p {
    margin: 0px auto 0px auto;
    padding: 3px 0px 3px 0px;
    color: #39270f;
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #39270f;
    text-decoration: none;
}

#footer a:hover {
    color: #39270f;
    text-decoration: underline;
} 

#credit {
    width:998px;
    margin: 0px auto 0px auto;
    color: #fff6ce;
    padding: 0px 0px 0px 0px;
    font-size:7pt;
    text-align:center;
    border-left: #6C4B40 solid 1px;
    border-right: #6C4B40 solid 1px;
    background-image:url(img/footer.png);
    height:141px;
}

#credit a:link, #credit a:visited, #credit a:active {
    color: #39270f;
    text-decoration: none;
    font-size:7pt
}
#credit a:hover {
    color: #39270f;
    text-decoration: none;
    font-size:7pt
} 

#credit p {
    padding: 25px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

a { 
    color: #39270f; 
    text-decoration: none; 
}

a:link {
    color: #39270f; 
    text-decoration: none; 
}

a:visited {
    color: #39270f; 
    text-decoration: none; 

}

a:hover { 
    color: #39270f; 
    text-decoration: underline;
}

a:active {
    color: #39270f; 
    text-decoration: none; 
}

p.code {
    font-size: 10px;
    font-family: monospace;
    margin-top: 10px;
    visibility: visible;
}

p.error {
    font-weight: bold;
    color: red;
}

td.itme {
    text-align: center;
}

td.select {
    width: 100px;
    vertical-align: middle;
}

hr {
    height: 1px;
    width: 100%;
    color: #818ebe;
}

p {
    padding-bottom: 10px;
}

p.info {
    font-weight: bold;
    text-align: center;
    color: red;
}

a.special {
    font-weight: bold;
}

td.listing {
    text-align: center;
}