body {
    background-color: #A3C8FF;
    padding: 0;
    margin: 0;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

div#header {
    position: relative;
    background-image: url(../images/header-bg.png);
    background-repeat: repeat-x;
    height: 98px;
}

div#header-logo {
    position: absolute;
    top: 0;
    left: 10px;
    height: 98px;
    width: 329px;
    background-image: url(../images/header-logo.jpg);
    background-repeat: no-repeat;
}

div#header-text {
    position: absolute;
    top: 0;
    right: 10px;
    height: 98px;
    width: 217px;
    background-image: url(../images/header-text.jpg);
    background-repeat: no-repeat;
}

div#top-nav {
    text-align: center;
}

div#top-nav a {
    background-image: url(../images/top-nav-button-bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #E3EFFF;
    padding: 10px;
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    text-decoration: none;
}

div#top-nav a:hover,
div#top-nav a.selected {
    background-image: url(../images/top-nav-button-bg-hover3.png);
    background-color: #000000;
    color: #FFFFFF;
}

div#footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat-x;
    height: 190px;
    text-align: center;
}

div#footer-spacer {
    height: 88px;
}

div#footer.absolute {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
