#header {
    background: transparent url("/images/header_bg.gif") left top no-repeat; 
    height: 250px; /*Height of top section*/
    padding: 0;
    margin: 0;
}
#header h1 {
    margin: 0;
    padding: 190px 5px 15px 275px;
    text-align: left;
    font-weight: bold;
    font-size: 20pt;
    font-family: 'Comic Sans MS',cursive;
    color: #67921A;
}
#header h2 {
    margin: 0;
    padding: 3px 5px 0 275px;
    text-align: left;
    text-transform: uppercase;
    line-spacing: 4px;
    font-weight: bold;
    font-size: 14pt;
    font-family: 'Times New Roman',serif;
    color: #67921A;
}

