body { font-family: sans-serif; }
#header {
    width: 1000px;
    margin: auto;
    position: relative;
    padding: 0;
}
#logo { border: none; }
#contactus {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #8B0;
}
#content { margin: 10px 0; background-color: #8B0; overflow: hidden; }
#secondarycontent { width: 1000px; margin: 10px auto; }
.textversion { display: none; }
#faq, #news { display: inline; }
#social {
    display: inline-block;
    padding-left: 15px;
    position: relative;
    top: -5px;
    width: 170px;
}
#faqimage, #newsimage { border: none; }
#newsimage { padding-left: 15px; }
#twitterlink, #fblink {
    display: block;
    border-bottom: solid thin black;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 14px;
    color: black;
}
#twittericon, #fbicon { border: none; float: left; padding-right: 5px; }
.socialname { display: block; font-size: 16px; font-weight: bold; }
.fb-like {
    border-bottom: solid thin black;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#footer { background: #EFEFEF; padding: 20px; text-align: center; color: #8B0; }
#footerlink { color: #8B0; }
