body {
    background-color: white; color: black;
    margin: 0; padding: 0;
}

#titleBlock {
    position: relative; top: 0; left: 0; width: 100%; height: 180px;
}
#banner h1 {
    display: none;
}
#colorStrip {
    background-color: #5575B8;
    width: 100%; height: 104px;
}
#banner {
    position: absolute; top: 0;
    width: 100%; height: 180px;
    background-image: url(bg/banner.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
#title {
    position: absolute; top: 62px;
    width: 97%; height: 35px;
    text-align: right;
}
#toolbar {
    font-size: 85%; height: 18px;
    position: absolute; top: 140px;
    width: 97%;
    text-align: right;
}
.toolbarBtn {
    margin-left: 8px;
    height: 18px;
}
.selectedBtn, .toolbarLink {
    padding: 4px 4px 4px 20px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    height: 18px;
}

.toolbarLink:hover {
    background-color: #9F3;
    -moz-border-radius: 6px;
}

#homeLink, #homeSelected {
    background-image: url(images/home.png);
}
#uploadLink, #uploadSelected {
    background-image: url(images/upload.png);
}
#searchLink {
    background-image: url(images/find.png);
}
#loginLink, #loginSelected {
    background-image: url(images/zap.png);
}

form {
    display: inline;
    margin: 0; padding: 0;
}

