/* CSS Document */
body {
    margin: 0px auto;
    width: 950px;
    font-family: "ËÎÌå";
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

a {
    COLOR: #8F4545;
    TEXT-DECORATION: none;
}

a:hover {
    COLOR: #333333;
    TEXT-DECORATION: underline;
}

.container {
    width: 950px;
    margin: 0;
    padding: 0;
    clear: both;
    text-align: left;
}

.left_help {
    width: 242px;
    float: left;
    padding: 6px 0 0 0;
}

.left_help .contact {
    background: url( images/help_03.gif ) top left no-repeat;
    height: 88px;
}

.left_help .contact span {
    padding: 62px 0 0 0;
    text-indent: 2em;
    display: block;
    line-height: 18px;
}

.left_help .list {
    width: auto;
    padding: 4px 0 0 0;
}

.left_help .list .title {
    height: 32px;
    background: url( images/help_10.jpg ) top left no-repeat;
    line-height: 32px;
    text-indent: 10px;
    font-size: 14px;
    font-weight: 800;
    color: #8F4545;
}

.left_help .list .content {
    height: auto;
    background-color: #FFF5F4;
    border: 1px solid;
    border-color: #EFD3CF;
}

.left_help .list .content .sub {
    height: 24px;
    line-height: 24px;
    background-color: #F3DFDC;
    text-indent: 10px;
    font-weight: 800;
    color: #8F4545;
}

.left_help .list .content span {
    display: block;
    line-height: 22px;
    color: #8F4545;
    background: url( images/help_t.gif ) 12px 8px no-repeat;
    padding: 0 0 0 22px;
}

.right_help {
    width: 698px;
    float: left;
    margin: 6px 0 0 8px;
    border: 1px solid #D7D5D5;
}

.right_help .content {
    padding: 12px 18px;
}

.right_help .content img {
    border: 1px solid #666666;
    margin: 2px 0 10px 12px;
}

.right_help .content .title {
    height: 22px;
    color: #BF3D24;
    font-weight: 800;
    background: url( images/help_06.gif ) top left repeat-y;
    line-height: 22px;
    text-indent: 8px;
}

.right_help .content p {
    margin: 0;
    text-indent: 2em;
    line-height: 24px;
    padding: 2px 12px 6px;
}

.title_left {
    float: left;
}

.top {
    float: right;
}


