#header {
    background: transparent url("../images/header_bg.jpg") 100%; 
    height: 120px; /*Height of top section*/
    padding: 0;
    margin: 0;
}
#header h1 {
    margin: 0;
    padding: 4px;
    text-align: right;
    font-size: 18px;
    font-family: "Comic Sans MS",cursive;
    color: #f3f3ff;
}
#header h2 {
    margin: 0;
    padding: 5px;
    text-align: right;
    font-size: 13px;
    font-style: italic;
    font-family: "Comic Sans MS",cursive;
    color: #1d67af;
}
#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: black;
    font-family: "Comic Sans MS",cursive;
    font-weight: normal;
    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;
}
#header img.right {
}
#header img.left {
}
#header img.center {
}
