body {
    margin: 0px;
    padding: 0px;
    background-color: #F3F3F3;
    text-align: center;
    font: normal 10pt Arial;
}

#site {
    width: 850px;
    margin: 0px auto;
}

#logo {
    width: 259px;
    height: 137px;
    margin-top: 20px;
    background: top center url(style/logo.gif) no-repeat;
    float: left;
}

#headpic {
    width: 590px;
    height: 157px;
    float: right;
}

#main {
    padding-top: 30px;
}

#menu {
    width: 221px;
    height: 507px;
    margin-left: 19px;
    background: top center url(style/menu.jpg) no-repeat;
    float: left;
    text-align: left;
    color: #FEFBEA;
}

#menu ul, #menu li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#menu ul {
    margin: 25px;
}
#menu ul a {
    display: block;
    height: 25px;
    width: 165px;
    font: bold 11pt Arial;
    line-height: 25px;
    text-decoration: none;
    color: #FEFBEA;
}
#menu ul a:hover {
    color: #6A737B;
}
#menu ul a.lang {
    font-size: 10pt;
    font-weight: normal;
}
#menu hr {
    border: none;
    border-top: 2px solid #F8F2D4;
}

#c_bdr {
    width: 600px;
    background-color: #FEFBEA;
    float: right;
}
#content {
    padding: 40px;
    text-align: left;
    color: #6A737B;
}

#c_bdr_t {
    background: top center url(style/c_border_tm.gif) repeat-x;
}
#c_bdr_b {
    background: bottom center url(style/c_border_bm.gif) repeat-x;
}
#c_bdr_l {
    background: center left url(style/c_border_lm.gif) repeat-y;
}
#c_bdr_r {
    background: center right url(style/c_border_rm.gif) repeat-y;
}

#c_bdr_tl {
    background: top left url(style/c_border_tl.gif) no-repeat;
}
#c_bdr_tr {
    background: top right url(style/c_border_tr.gif) no-repeat;
}
#c_bdr_bl {
    background: bottom left url(style/c_border_bl.gif) no-repeat;
}
#c_bdr_br {
    background: bottom right url(style/c_border_br.gif) no-repeat;
}

.cl {
    clear: both;
    height: 0px;
    line-height: 0px;
}

#footer {
    margin-left: 250px;
    font: normal 9pt Arial;
    color: #E0C342;
}

img {
    border: none;
}

td, th {
    font-weight: normal;
}

.us {
    font: bold 14pt Arial;
}
.ts {
    font-size: 8pt;
}
.tb {
    font-weight: bold;
}
.tc {
    text-align: center;
}
.tl {
    text-align: left;
}

fieldset {
    border: 1px solid #E8C845;
    margin: 0px auto;
}
legend {
    margin: 0;
    padding: 3px 20px;
    border: 1px solid #E8C845;
}

input, textarea {
    padding: 2px 5px;
    border: 1px solid #E8C845;
    background-color: #FFFCED;
}
input:focus, textarea:focus {
    background-color: #FFF;
}
input.btn {
    background-color: #F9E9A3;
}
input.form {
    width: 300px;
    margin: 3px 0px;
}

.ctr {
    margin: 0px auto;
}

div.ok {
    padding: 5px 10px;
    border: 1px solid #00CE2C;
    background-color: #C6FDD2;
    color: #00CE2C;
}
div.fail {
    padding: 5px 10px;
    border: 1px solid #CE0000;
    background-color: #FCC4C4;
    color: #CE0000;
}
div.debug {
    padding: 5px 10px;
    border: 1px solid #000;
    background-color: #FFF;
    color: #000;
    overflow: scroll;
}

a {
    color: #6A737B;
    font-weight: bold;
    text-decoration: none;
}
a img {
    border: 1px solid #E8C845;
}

.bdr {
    border: 1px solid #E8C845;
    padding: 1px;
}

.imgl {
    float: left;
    margin-right: 15px;
    border: 1px solid #E8C845;
    padding: 1px;
}
.imgr {
    float: right;
    margin-left: 15px;
    border: 1px solid #E8C845;
    padding: 1px;
}
.img {
    margin-left: 15px;
    border: 1px solid #E8C845;
    padding: 1px;
}

.red {
    color: #F00;
}

.hide {
    color: #F3F3F3;
}
