/* CSS Document */

#header {background-color: #556B2F; width: 100%; height: 80px;
    }
#title_nav {color: #FFFFFF; background-color: #556B2F; width: 100%; border-bottom: solid black 1px; height: 60px;
    }
#fill {background-color: #808000; width: 100%; border-bottom: solid black 1px; height:17px;
    }   
#footer {padding-top: 10px; padding-bottom: 10px; text-align: center; color: #FFFFFF; background-color: #556B2F; width: 100%; border-bottom: solid black 1px;
    }
