        .head {
            width: 100%;
            background: url(/advanced/design/images/top.gif); 
            background-repeat: no-repeat;
        }
        .body {
            background: url(/advanced/design/images/main.gif); 
            background-repeat: repeat-y;
            width: 700px;
            vertical-align: top;
            padding-top: 5px;
        }
        .body_note {
            width: 100%;
            vertical-align: top;
            padding-top: 1px;
            font-family: verdana;
            font-size: 10px;
            line-height: 14px;
            color: silver;
            border: solid 0px silver;
        }
        .left_bar {
            padding-left: 15px;
            padding-right: 15px;
            width: 160px;
            height: 100%;
            border-right: dashed 1px #DDB555;
        }
        #non_mobile {
            visibility: hidden;
        }
        .box_body {
            background-color: silver; 
        }        
        .main {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: normal;
            background-color: white; 
        }
        
        .main_edit {
            width: 100%;
            text-align: right;
            font-size: 10px;
        }
        .main_edit a {
            color: black;
            text-decoration: none;
        }
        .copyright {
            width: 100%;
            background: url(/advanced/design/images/bottom.gif);
            background-repeat: no-repeat;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px;
            text-align: right;
            vertical-align: bottom;
            padding-bottom: 0px;
            padding-right: 15px;
            color: gray;
            background-color: silver;
        }
        .copyright a{
            color: gray;
            text-decoration: underline;
            font-weight: normal;
        }
        .login {
            width: 100%;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 9px;
            font-weight: normal;
            border-bottom: dashed 0px #DDB555;
            padding-top: 5px;
            color: bbbbbb;
        }
        .login_a a {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 9px;
            font-weight: bold;
            text-decoration: none;
            color: bbbbbb;
        }
        .login_text {
            background-color: white;
            color: #bbbbbb;
            border: solid 1px #bbbbbb;
            width: 60px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 9px;
            padding: 1px;
        }
        .login_send {
            background-color: #eeeeee;
            color: #bbbbbb;
            border: solid 1px #bbbbbb;
            width: 30px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 9px;
            padding: 0px;
        }
        .counter {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px;
            line-height: 12px;
            padding-left: 2px;
        }
        .counter a{
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px;
            text-decoration: none;
            font-weight: bold;
            color: black;            
        }
        .news_head {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px;
            color: black;
        }
        .news_body {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px;
            color: gray;
        }
        .edit_page_header { 
            width: 60%; 
            font-family: Verdana; 
            font-size: 14px; 
            font-weight: bold; 
            padding: 2px; 
            /*border: solid 1px black;*/  
        }
        .edit_page_textarea { 
            width: 100%; 
            font-family: Verdana; 
            font-size: 10px; 
            font-weight: normal; 
            padding: 2px; 
            /*border: solid 1px black;*/  
        }
        .edit_page_inf { 
            width: 100%; 
            font-family: Verdana; 
            font-size: 10px; 
            font-weight: normal; 
            padding: 0px; 
            /*border: solid 1px black;*/  
        }

