*{
    margin: 0px;
    padding: 0px;
    border: 0px;
    }

body{
    padding: 10px;
    font-size: 12px;
    font-family: sans-serif;
    color: #242418;
    }

h1{
    font-size: 24px;
    }

h2{
    font-size: 18px;
    }

h3{
    font-size: 13px;
    }

h1, h2, h3{
    padding: 20px 0px 15px 0px;
    color: black;
    }

p{
    padding: 5px 0px 5px 0px;
    text-align: justify;
    }

ul, ol{
    margin: 10px 0px 5px 40px;
    }

a{
    color: #786000;
    }

a:hover{
    color: gray;
    }

img{
    border: 1px solid #887c91;
    margin: 10px 3px 3px 3px;
    padding: 3px;
    max-width: 600px;
    width: expression(this.width > 600 ? 600 : true);
    }

a:hover img{
    background: #f7e3d9;
    }

hr{
    border: 1px inset #fff;
    margin: 15px 0px 10px 0px;
    }

table
{
    border-collapse: collapse;
}

th, td{
    border: 1px solid #887c91;
    padding: 2px 8px;
    text-align: left;
}
    
#header{
    border-bottom: 4px #e6b800 solid;
    padding-top: 20px;
    margin-bottom: 20px;
    }

#header h1{
    padding: 0px 0px 0px 20px;
    font-size: 32px;
    }

#header a{
    text-decoration: none;
    color: #adad84;
    }

#menu_container{
    position: absolute;
    top: 150px;
    left: 0px;
    }
    
#third_menu{
    position: absolute;
    top: 92px;
    right: 0px;
    padding: 58px 0px 58px 0px;
    border-left: 2px #adad84 solid;
    }

#menu_container ul, #third_menu ul{
    margin: 0px 20px;
    padding: 0px;
    list-style: none;
    width: 120px;
    }

#menu_container a, #third_menu a{
    display: block;
    padding: 5px 10px;
    width: 100px;
    text-decoration: none;
    }

#menu_container a:hover, #third_menu a:hover{
    background: white;
    }

#main_menu_container{
    background: url(menu_top.png) top no-repeat;
    padding-top: 11px;
    }

#main_menu_bottom ul{
    background: #f7e3d9;
    }

#main_menu_bottom{
    background: url(menu_bottom.png) bottom no-repeat;
    padding-bottom: 11px;
    }
    
#second_menu_container{
    background: url(menu_top.png) top no-repeat;
    margin-top: 50px;
    padding-top: 11px;
    }

#second_menu_bottom ul{
    background: #f7e3d9;
    }

#second_menu_bottom{
    background: url(menu_bottom.png) bottom no-repeat;
    padding-bottom: 11px;
    }
    
#third_menu_left{
    background: url(menu_top.png) top no-repeat;
    padding-top: 11px;
    }

#third_menu_right ul{
    background: #f7e3d9;
    }

#third_menu_right{
    background: url(menu_bottom.png) bottom no-repeat;
    padding-bottom: 11px;
    }
    
#main_page{
    margin: 0px 150px;
    padding: 0px 20px 20px 20px;
    min-height: 230px;
    border-left: 2px #adad84 solid;
    }

#footer{
    margin-top: 20px;
    border-top: 4px #e6b800 solid;
    }

#footer ul{
    float: right;
    }

#footer li{
    padding: 0px 20px;
    display: inline;
    font-weight: bold;
    color: #adad84;
    }

#footer a{
    color: #adad84;
    text-decoration: none;
    }

#footer a:hover{
    text-decoration: underline;
    }
