html, body {
    font: 16px arial;
}

a {
    color: #000;
}

h2 {
    font: bold 14px verdana;
}

img {
    border-width: 0px;
}

td {
    vertical-align: top;
}

.menu {
    background: url('../images/menu_bg.jpg') repeat-x left top;
    height: 45px;
    color: #fff;
    font: 16px arial;
    text-align: center;
    vertical-align: middle;
}

    .menu a {
        color: #fff;
        font: 16px arial;
        text-decoration: underline;
    }

#left_menu {
    padding: 0;
    padding-top: 10px;
    margin: 0;
}

    #left_menu li {
        list-style: none;
        padding-left: 25px;
        padding-bottom: 7px;
        padding-top: 2px;
        margin-left: 0px;
        border-bottom: 1px rgb(31,26,43) solid;
    }

        #left_menu li a {
            text-decoration: none;
        }

#left {
    padding: 15px;
    background: rgb(239,239,237);
    border-right: 2px rgb(151,151,151) solid;
    width: 150px;
}

#content {
    width: 800px;
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
/*    border-left: 20px rgb(250,249,245) solid;*/
}

    #content table tr td {
        text-align: center;
        vertical-align: middle;
    }

    #content table tr td.test1 {
        text-align: right;
        vertical-align: top;
    }
    #content table tr td.test2 {
        text-align: left;
        vertical-align: top;
    }

#right {
    padding: 15px;
    background: rgb(239,239,237);
    border-left: 2px rgb(151,151,151) solid;
    width: 150px;
    height: 160px;
}

#find {
    background: url('../images/find_left.jpg') no-repeat left top;
    height: 107px;
    width: 97%;
    margin: 0 auto;
    margin-left: 13px;
}

    #find_content {
        margin: 10px 5px 20px 10px;
        width: 96%;
        float: left;
    }

    #find span#right_find {
        background: url('../images/find_right.jpg') no-repeat right top;
        display: block;
        float: right;
        height: 107px;
        width: 8px;
    }

#news {
    padding: 15px;
    background: rgb(239,239,237);
    border-left: 2px rgb(151,151,151) solid;
    border-top: 2px rgb(151,151,151) solid;
}

.header {
    color: rgb(152,98,10);
}

.nodec {
    text-decoration: none;
}