#header {
    background: #999999 url("../images/header_bg.jpg") 100%; 
    height: 180px; /*Height of top section*/
    padding: 0;
    margin: 0;
}
#header h1 {
    margin: 0;
    padding: 4px 4px 0 0;
    text-align: right;
    font-size: 18px;
    font-family: 'Trebuchet MS','Comic Sans MS',cursive;
    color: #555555;
}
#header h2 {
    margin: 0;
    padding: 4px 4px 0 0;
    text-align: right;
    font-size: 13px;
    font-family: "Comic Sans MS",cursive;
    color: #555555;
}
#header p.authlinks {
    text-align: left;
    font-weight: normal;
    font-size: 9pt;
    font-family: "Times New Roman",Serif;
    float: left;
    color: #000000;
    height: 1.2em;
}
#header p.authlinks a, #header p.authlinks a:link, #header p.authlinks a:visited {
    color: blue;
    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;
}
