html, body {
    margin: 0px;
    padding: 0px;
    height: 100%
}

html, body, textarea {
    font-family: verdana, sans-serif;
    font-size: 11px;
    background: #fff;
    color: #000
}

#frame {
    width: 988px;
    border: 1px solid #B7B7B7;
    margin: 0 auto;
}

#frame .right {
    width: 160px;
    height: 100%;
    margin: 0 30px;
    float: right;
    background: #dcddde;
}

#frame .left {
    width: 160px;
    height: 100%;
    margin: 30px;
    float: left;
}

#frame .center {
    width: 540px;
    height: 100%;
    margin: 10px auto;
    float: left;
}

#head {
    width: 100%;
    height: 119px;
    background: url(/pix/head.jpg) 230px 0 no-repeat;
    border-top: 4px solid #ffcb05;
}

#head #logo {
    height: 100%;
    width: 230px;
    float: left;
    background: url(/pix/logo.gif) center no-repeat;
}

#menu {
    height: 29px;
    width: 100%;
    border-top: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
    background: url(/pix/menu_bg.gif) 0 0 repeat-x;
}

#content {
    width: 100%;
    height: 100%;
    background: url(/pix/bg.gif) 0 0 repeat-y;
    border-top: 4px solid #ffcb05;
}

h1 {
    font-size: 14px;
    line-height: 17px;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

.left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left a {
    font-size: 10px;
    line-height: 20px;
    background: url(/pix/arrow.gif) left center no-repeat;
    padding-left: 10px;
}

.cut {
    height: 1px;
    width: 100%;
    margin-top: 10px;
    border-top: 1px dotted #999;
}
/** clearfix **/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0px;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html
[ xmlns ] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}
/** clearfix **/