@CHARSET "UTF-8";
html
{
    font-family: arial;
    background-color: #f2eedf;
    font-size: 11px;
    color: #803f1d;
    height: 100%;
}
body
{
    height: 100%;
}

div, table, img, td, th, body, p, ol, ul
{
    margin: 0;
    padding: 0;
}
a img
{
    border: none;
}
a.tm_item
{
    margin-right: 26px;
}
#wrap {
    width: 1265px;
    height: 100%;
    margin: 0 auto;
    
}
#left {
    width: 160px;
    text-align: left;
    float: left;
}
#center {
    width: 915px;
    padding: 15px;
    background-color: #fff;
    min-height: 100%;
    float: left;
}   
#right {
    width: 160px;
    text-align: right;
    float: left;
}
#left img, #right img{
    margin-bottom: 10px;
}
#head
{
    background: url('../images/theme/head.jpg') no-repeat;
    width: 915px;
    height: 186px;
    margin: 0 auto;
}
#menu {
    width: 915px;
    margin: 10px 0 0;
    overflow: hidden;
    list-style-type: none;
}
#menu ul li {
    float: left;
}
.menu-item {
    display: block;
    
    float: left;
    overflow: hidden;
    font-family: Arial Black;
    font-size: 15px;
    color: #803f1d;
    font-weight: bold;
    text-decoration: none;
}
.menu-item-left, .menu-item-right {
    width: 9px;
    height: 32px;
    float: left;
}
.menu-item-center {
    height: 29px;
    padding: 3px 0 0;
    float: left;
    color: #803f1d;
}
.menu-item.active .menu-item-left {
    background: url('../images/theme/menu-item-left.jpg') no-repeat;
}
.menu-item.active .menu-item-right {
    background: url('../images/theme/menu-item-right.jpg') no-repeat;
}
.menu-item.active .menu-item-center {
    background-color: #f2eedf;
}
#main {
    margin: 10px 0 0;
}
#foot
{

}
table.body
{
    border-collapse: collapse;
}
td.left
{
    vertical-align: top;
    width: 249px;
}
td.center
{
    vertical-align: top;
    width: 892px;
}
