#header {
    background: transparent url("../images/header_bg.jpg") 100%; 
    height: 100px; /*Height of top section*/
    padding: 0;
    margin: 0;
}
#header h1 {
    margin: 0;
    padding: 60px 10px 0 0;
    text-align: right;
    font-size: 16px;
    font-family: "Comic Sans MS",cursive;
    color: #e0e0e0;
}
#header h2 {
    margin: 0;
    padding: 2px 10px 0 0;
    text-align: right;
    font-size: 13px;
    font-style: italic;
    font-family: "Comic Sans MS",cursive;
    color: #f0f0f0;
}

#header p.authlinks {
    text-align: right;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    float: right;
    color: #ffd13d;
    height: 1.2em;
    padding: 56px 10px 10px 0;
}
#header p.authlinks a, #header p.authlinks a:link, #header p.authlinks a:visited {
    color: #f0f0f0;
    font-size: 11pt;
    font-family: "Comic Sans MS",cursive;
    font-weight: bold;
    text-decoration: underline;
}
#header p.authlinks a:hover {
    color: white;
    text-decoration: none;
}
#header img {
    margin: 0;
    padding: 0px;
    border: 0;
    float: right;
    text-align: right;
}

