/*maincontent*/
#head {
    height: 60px;
    width: 100%;
    /*background-color: #0033CC;*/
    /*background: url(Skin/4/head_bg.GIF);*/
    background: #D2E4FC;
    margin: 0;
}

#content {
    /*background: lightgoldenrodyellow;*/
    /*background: #D2E4FC;*/
    height: 650px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
}

#left {
    width: 23%;
    height: 650px;
    /*    background: #00f;*/
    background: #D2E4FC;
    color: inherit;
    float: left;
    margin: 0;
    border: 1px solid #3153C3;
}

#center {
    width: 100%;
    height: 650px;
    /*      background: #D2E4FC;*/
    /* background: lightgoldenrodyellow;*/
    margin: 0;
    float: left;
    overflow-y: scroll;
    border: 1px solid #3153C3;
}


/*#right {
    width: 0px;
    height: 650px;
    background: #339966;
    float: right;
    margin: 0;
}*/

#foot {
    background: #0099CC;
    height: 100px;
    width: 100%;
    margin: 0;
}

.title_right {
    background: url(Skin/4/Right_bg.gif);
    height: 32px;
    font-size: large;
}

#centertitle {
    width: 99%;
    height: 32px;
    text-align: center;
    /*      background: #D2E4FC;*/
    /* background: lightgoldenrodyellow;*/
    margin-left: 0px;
    border: 1px solid #3153C3;
}

#divcont {
    width: 98%;
    height: 100%;
    float: left;
    /*border: 1px solid #3153C3;*/
    margin-left: 5px;
    margin-right: 25px;
    margin-top: 0px;
    line-height: 35px;
}

