#social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: 2px;
}
#social li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}
#social li,
#social a {
    height: 30px;
    display: block;
}
#facebook {
    left: 0px;
    width: 30px;
}
#facebook {
    background: url('facebook.png') 0 0;
}
#facebook a:hover {
    background: url('facebook.png') 0 -30px;
}
#displayBodyHeader {
    font-size: 22px;
    line-height: 110%;
    text-align: center;
    padding: 5px 24px 4px;
    font-weight: bold;
    color: #000000;
    background-repeat: no-repeat;
    position: relative;
    top: -5px;
}
.subNav li a,
.relatedSections li a {
    font-size: 1.1em;
}
.relatedSections a {
    padding: 0 7px 0 11px;
    height: 23px;
    line-height: 23px;
}