body, table, tbody, tr, td, div, img, ul
    {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    font-family: Tahoma, _sans;
    font-size: 14px;
    color: #674e35;
    }
body
    {
    margin-left: 0px;
    margin-top: 0px;
    background-color: #e0dac2;
    }
#indicator
    {
    z-index: 999;
    position: absolute;
    top: 200px;
    left: 270px;
    display: none;
    font-size: 20px;
    font-weight: bold;
    background-color: #e0dac2;
    border: 1px solid #9a7937;
    padding: 10px;
    }


/* ------------ header ----------- */
div#header
    {
    width: 965px;
    background-image: url('/images/top_brown.gif');
    background-repeat: no-repeat;
    background-position: 3px 3px;
    height: 400px;
    }
div.belogo
    {
    background-color: #e0dac2;
    border: 1px solid #9a7937;
    border-bottom: none;
    position: absolute;
    width: 210px;
    height: 380px;
    top: 10px;
    left: 30px;
    z-index: 100;
    }
div#menus
    {
    position: absolute;
    left: 300px;
    top: 20px;
    color: #e0dac2;
    font-size: 30px;
    z-index: 105;
    }
div#sub-menus
    {
    position: absolute;
    left: 300px;
    top: 80px;
    color: #626b73;
    font-size: 15px;
    z-index: 106;
    }
div#menus a
    {
    color: #e0dac2;
    }
div#sub-menus a
    {
    color: #626b73;
    }
div#menus a, div#sub-menus a
    {
    text-decoration: none;
    font-weight: bold;
    }
div#menus a:hover, div#sub-menus a:hover
    {
    color: #5f2b00;
    }
div#vonal
    {
    background-image: url('/images/brown_ruler.gif');
    background-repeat: no-repeat;
    background-position: 3px 3px;
    top: 120px;
    width: 100%;
    height: 10px;
    position: absolute;
    }
div#hatter
    {
    background-image: url('/images/hatter.jpg');
    background-repeat: no-repeat;
    background-position: 3px 3px;
    top: 130px;
    width: 100%;
    height: 260px;
    position: absolute;
    }
div#auto_1_c
    {
    position: absolute;
    top: 90px;
    left: 30px;
    z-index: 102;
    }
div#auto_2_c
    {
    top: 135px;
    left: 370px;
    position: absolute;
    z-index: 102;
    }    
div#auto_3_c
    {
    top: 225px;
    left: 700px;
    position: absolute;
    z-index: 102;
    }    
/* ------------ main ---------- */
div#main_box
    {
    width: 945px;
    padding: 10px;
    }

div#main_box ul
    {
    list-style-type: none;
    margin: 10px 30px;
    }

div#main_box ul.dotted
    {
    list-style-type: disc;
    margin: 10px 30px;
    }

div#main_box div.hr
    {
    background-image: url('/images/brown_ruler_column.gif');
    width: 290px;
    height: 8px;
    margin: 10px 5px;
    padding: 0;
    clear: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-collapse: separate;
    border: none;
    }

div#main_box h2
    {
    margin: 5px;
    margin-right: 0;
    width: 285px;
    text-align: left;
    background-image: url('/images/gray_title.gif');
    padding: 7px;
    padding-right: 0;
    padding-bottom: 5px;
    color: white;
    font-size: 30px;
    background-repeat: no-repeat;
    }
div#main_box h2.brown
    {
    background-image: url('/images/brown_title.gif');
    }
div#main_box h4
    {
    margin: 5px;
    font-size: 20px;
    }
div#main_box h5
    {
    margin: 5px;
    font-size: 18px;
    }
div#main_box address
    {
    font-style: normal;
    font-size: 14px;
    text-indent: 30px;
    }

div#main_box a
    {
    text-decoration: underline;
    color: #674E35;
    font-style: italic;
    }
div#main_box a:hover
    {
    color: #5f2b00;
    }


/* ------------ footer -------- */
div#footer
    {
    margin-top: 30px;
    width: 965px;
    font-size: 12px;
    font-weight: bold;
    }
div#footer div
    {
    float: right;
    margin: 0 20px;
    }

div#footer a
    {
    color: #674E35;
    }
div#footer a:hover
    {
    color: #5f2b00;
    }



div.wide_ruler
    {
    background-image: url('/images/brown_ruler.gif');
    background-repeat: no-repeat;
    background-position: 3px 3px;
    width: 100%;
    height: 10px;
    margin: 0;
    }