html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    color: blue;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #ffffaa;
}

a.rss {
    border-style: none;
    color: transparent;
}

.container {
    background-color: #ccccff;
    background-image: url("NateText.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right 100px;
    min-height: 100%;
    width: 100%;
    margin-bottom: -55px;
}

.titlebar {
    margin: 0;
    color: white;
    background: #505055;
    padding: 25px;
    height: 85px;
}

.titlebar h1, .titlebar h2 {
    font-family: Helvetica, FreeSans, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

.titlebar h1 {
    font-size: 32pt;
    font-weight: bold;
}

.titlebar h2 {
    font-size: 10pt;
    font-style: italic;
}

.transition {
    background-image: url('transition.png');
    height: 20px;
}

.transition2 {
    background-image: url('transition2.png');
    height: 20px;
}

.content {
    font-family: "Times New Roman", Times, FreeSerif, serif;
    margin: 10px;
    padding: 10px;
}

.hello {
    font-size: 14pt;
    font-weight: bold;
}

.footer-spacer {
    height: 55px;
}

.footer {
    height: 55px;
    width: 100%;
    background: #505055;
}

.footer-content {
    margin: 10px;
    font-family: "Times New Roman", Times, FreeSerif, serif;
    font-size: 8pt;
    font-style: italic;
    color: white;
}

.footer-content a {
    color: white;
    text-decoration: none;
}

.footer-content a:hover, .footer-content a:focus {
    color: #ffffaa;
    text-decoration: underline;
}

.adSense {
    width: 160px;
    height: 600px;
    background: transparent;
}

.adSenseSmall {
    width: 120px;
    height: 240px;
    background: transparent;
}

.adSenseSpacer {
    height: 150px;
}

.selectedpage {
    color: #ffffaa;
}

.navigator {
    text-align: center;
}

.suggestionsinput {
    width: 400px;
    height: 300px;
}
