@CHARSET "UTF-8";

.tab-bar {
    background: #f0f0f0 url('tab_bg.gif') repeat-x bottom;
}

.tab-unactive {
    background: url('tab.gif') no-repeat bottom;
    width: 113px;
    height: 40px;
    text-align: center;
}

.tab-active {
    background: url('tab_act.gif') no-repeat bottom;
    width: 113px;
    height: 40px;
    text-align: center;
    font-weight: bold;
}

#header {
    background: #efebef;
    height: 79px;
}

#logobar {
    float: left;
    width: 400px
}

#menubar {
    float: right;
}

#content {
    width: 930px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    margin-left: auto;
    margin-right: auto;
}

#body {
    TEXT-ALIGN: center;
}

#o-style {
    font-family: arial, sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #FF0000;
}

#sports-style {
    font-family: arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.nav h3 {
    background: no-repeat url('h3-bg.gif');
    margin: 8px;
    line-height: 32px;
    font-size: 14px;
    width: 112px;
    text-align: center;
    color: #000000；
}

.nav td {
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px;
    color: #7f7f7f;
    font-family: 宋体;
}

.nav a {
    color: #7f7f7f;
}

.nav ul {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding-left: 25px;
}

.nav li {
    height: 25px;
    float: left;
    width: 120px;
    margin: 0;
    font-family: 宋体;
}