Newer
Older
Digital_Repository / Memory Bank / Kete / memory_bank / stylesheets / header.css
#header {
    background: #663333 url('../images/MB_header.jpg') bottom no-repeat;
    padding-bottom: 5.7em; /* This seems about right. */
    padding-top: 1.5em;
}

#header h1 {
    font-family: 'Goudy Old Style', 'Book Antiqua', Optima, 'Times New Roman', serif;
    font-size: 28px;
    font-weight: normal;
    padding-left: 0.75em;
    text-transform: uppercase;
    white-space: nowrap;
}

#header a:hover {
    text-decoration: none;
}