body {
    font-family: 'Cantarell', sans-serif;
    height: 100%;
}

div #title {
    padding: 2.5em 0 0 0;
    font-family: 'Oswald', sans-serif;
}

div #logo {
    float: right;
}

div #taglines {
    width: 100%;
    text-transform: uppercase;
    padding-top: 2em;
    padding-bottom: 4em;
}

div #footer {
    height:20px;   /* Height of the footer */
}

#nav {
    list-style: none;
    margin-bottom: 10px;
    */ margin-top: -6px;
    z-index: 9;
    height: 26px;
    padding: 4px 0px 0px 0px;
    font-weight: bold;
}

#nav li {
    list-style: none;
    float: right;
    margin-right: 10px;
}

#nav a {
    display: block;
    padding: 2px;
    background: #fff;
    text-decoration: none;
}

#nav a:hover {
    color: #fff;
    background: #112233;
}

#news {
    list-style: none;
    margin-bottom: 10px;
    */ margin-top: -6px;
    z-index: 9;
    height: 26px;
    padding: 4px 0px 0px 4px;
    font-weight: bold;
    background-color: #DDDDDD;
}

#news li {
    float: left;
    margin-right: 10px;
    list-style: none;
}

#news a {
    padding: 2px;
    background: #fff;
    text-decoration: none;
}

#news a:hover {
    color: #fff;
    background: #112233;
}

#news h1 {
    font-size: 110%;
}

#news h2 {
    font-size: 90%;
    font-weight: bold;
}

#news h3 {
    font-size: 75%;
}

#news p {
    font-size: 75%;
    padding-left: 1em;
}

#content {
    padding-bottom:80px;
}
#content p {
    padding: 0em 0em 0.2em 1em;
}