 .top {
        width: 960px;
        background-image:url(../images/start_top.png);
        height: 30px;
        text-align: right;        
        color: #F7E3CE;
        border-bottom: 1px solid #252525;
    }

    .top_select {
        width: 125px;
        border: 1px solid #4F4F4F;
        background-color: #282828;
        color: #A4A4A4;
        font-size:10px;
    }

    .top_submit {        
        border: 1px solid #4F4F4F;
        background-color: #282828;
        color: #A4A4A4;
        font-size:10px;
    }
    

    .banner {
        width: 960px;
        background-image:url(../images/start_banner.png);
        height: 140px;
        border-top: 1px solid #646464;
        border-bottom: 1px solid #111111;
    }
    

    .top_menu {
        width: 960px;
        background-image:url(../images/start_top_menu.png);
        height: 30px;
        font-family: "Verdana";
        font-size:12px;
        border-top: 1px solid #7E7E7E;
        border-bottom: 1px solid #252525;
    }

    .top_td {        
        color: #EDD3A5;
        text-align:center;
        text-decoration: none;
    }

    .top_td:hover {
        color: #F7EBD5;
    }
