img {
    display:block;
 }
body {
    margin:0;
    background-color:#333;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:12px;
    color:#fff;
 }
#container {
    padding:10px;
 }
.style1 {
    background-color:#1a1a1a;
 }
#wrapper {
    width:940px;
    margin:auto;
 }
#banner_menu {
    height:176px;
 }
#banner_menu img {
    float:left;
 }
#banner_menu ul {
    width:129px;
    height:159px;
    margin:0;
    padding:0;
    list-style-type:none;
    background-image:url(Layout_Design/splices/menubg.gif);
    float:left;
 }
#banner_menu li {
    font-size:12px;
    line-height:27px;
    text-align:center;
 }
#bar {
    line-height:53px;
    padding-left:36px;
    background-image:url(Layout_Design/splices/bfcombg.gif);
 }
#content {
    background-image:url(Layout_Design/splices/contentbg.gif);
    height:100%;   /*this is for IE6*/
    overflow:auto;
 }
#left_content {
    width:526px;
    margin:10px 32px 0px 36px;
    float:left;
    display:inline;
 }
#the_frame {
    width:526px;
 }
#right_content {
    width:278px;
    margin:10px 36px 0px 32px;
    float:left;
    display:inline;
 }
#footer {
    height:86px;
    background-image:url(Layout_Design/splices/bot.gif);
 }
a:link,a:visited { 
    color:#3399ff;
    text-decoration: none;
 }
a:hover,a:active { 
    color:#d4d4d4;
 }

