body {
    margin: 0 auto;
}

#wrapper, #main {
    margin: 0px auto;
    width: 963px;
}

#header {
    border-bottom: 1px dashed #99c;
    margin:0 0 5px 0;
    height: 50px;
}

    #title {
        font-size: 24px;
        font-family: Microsoft YaHei, sans serif, serif;
        font-weight: bold;
        color: #3ad;
        float: left;
        padding: 5px 0 5px 10px;
        margin: 0 0 5px 0;
    }

    #nav {
        float: left;
        margin-left: 30px;
        margin-top: 10px;
        /*padding: 0 0 0 5px;*/
        border-bottom: 1px solid #99c; /*#0bf;*/
    }
        #nav ul {
            list-style-type: none;
            padding-left: 0;
            margin: 0;
        }

            #nav li.navitem {
                float: left;
                width: 85px;
                color: #fff;
                text-align: center;
                padding: 2px 5px 3px 0;
                background-color: white;
                /*margin-right: 5px;*/
                margin-left: -1px;
                border-left: 1px solid #99c;
                border-top: 1px solid #99c;
                border-right: 1px solid #99c;
            }

                #nav li.navitem a {
                    text-decoration: none;
                    color: #000000;
                }

                    #nav li.navitem a:hover {
                        color: #fff;
                        background-color: #0bf;
                    }

            #nav li.highlight {
                font-weight: bold;
            }

                #nav li.highlight a {
                    color: #fff;
                }

            #nav li.highlight, #nav li.navitem:hover {
                background-color: #0bf;
                border-left: 1px solid #99c;
                border-top: 1px solid #99c;
                border-right: 1px solid #99c;
            }

#container {
    float: left;
    clear: left;
    margin: 0 -163px 0 0;
    width: 100%;
}

    #content {
        margin: 0 163px 0 0;
        width: 800px;
    }

        #contentframe {
          border-width: 0;
        }


#sidebar {
    float: right;
    width: 160px;
    margin-left: 3px;
}

    #spsr {
        float: right;
        width: 160px;
        height: 600px;
        background-color: #ffffff;
        margin-bottom: 5px;
    }

    #info {
        float: left;
        width: 160px;
        font-size: 0.8em;
        margin-bottom: 5px;
    }
        #info a {
            text-decoration: none;
        }
        #info ul {
            margin: 0;
            padding-left: 20px;
        }
            #info ul li {
                margin-left: 0;
            }
                #info ul li a {
                    text-decoration: none;
                    color: #17f;
                }
                #info ul li a:hover {
                      text-decoration: underline;
                }

        #fav {
            text-align: center;
        }
            #fav a {
                font-family: Microsoft YaHei, serif, sans serif;
                font-size: 18px;
                font-weight: bold;
                color: #CA0A0A;
                background: url("../img/star.png") no-repeat scroll 0 5px transparent;
                padding: 0 0 0 18px;
            }
            #fav a:hover {
                text-decoration: underline;
            }

        #copyright {
            text-align: center;
            margin: 10px 0 5px;
        }
            #copyright a {
                color: #17f;
        }

