
                body {
                        background: #fff;
                        font:70% Verdana;
                        color:#828282;
                        font-weight: bold;
                        margin: 0 auto;
                        text-align: center;
                }
                b {
                        color: #494949;
                }
                a {
                        color: #495c8b;
                        text-decoration: none;
                        font-size: 8pt;
                }
                h1 {
                        font-size: 16pt;
                        font-weight: bold;
                }
                #menu {
                        width: 700px;
                        height: 45px;
                        margin: 0 auto;
                        padding: 15px 15px 0px 15px;
                        background: url(images/menubg.jpg) no-repeat;
                }
                #menu ul {
                        margin: 0 auto;
                        padding: 0;
                        list-style: none;
                }
                #menu ul li {
                        position: relative;
                        float: left;
                        padding-right: 25px;
                        display: block;
                        text-decoration: none;
                        text-align: center;
                        font-weight: normal;
                }
                #menu ul li ul {
                        position: absolute;
                        left: 0; /* Set 1px less than menu width */
                        top:28px;
                        line-height: 16px;
                }
                #menu ul li a {
                        color: #495c8b;
                        font-weight: bold;
                        font-size: 7.5pt;
                }
                #wrapper {
                        width: 700px;
                        margin: 0 auto;
                        padding: 15px;
                }
                #banner {
                        width: 800px;
                        height: 270px;

                        padding: 0px;

                }
                #top_c {
                        width: 700px;
                        height: 10px;
                        background: url(images/content_top.jpg) no-repeat;
                }
                #content {
                        width: 700px;
                        background: url(images/content_middle.jpg) repeat-y;
                        padding: 1px 35px 1px 15px;
                        text-align: left;
                }
                #main_text {
                        width: 600px;
                        text-align: left;
                }
                #bot_c {
                        width: 700px;
                        height: 25px;
                        background: url(images/content_bottom.jpg) no-repeat;
                }
                #images {
                        float: left;
                        width: 670px;
                        text-align: center;
                        padding-bottom: 5px;
                        margin: 0 auto;
                }
                #footer {
                        width: 700px;
                        text-align: center;
                }
                #footer .tag{
                        width: 700px;
                        text-align: center;
                        font-size: 7pt;
                }
                #footer .tag a {
                        font-size: 7pt;
                }

