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