body {
    background-color: #1a1a1a;
    color: #fff;
    font-family: Verdana, "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 12px;
}
#whopper {
    background-color: #4d4d4d;
    border-top: 13px solid #999;
    border-bottom: 13px solid #999;
    padding: 16px 53px;
}
#header {
    border-bottom: 1px solid #d1c978;
    border-bottom: 1px solid #FFCC66;
    height: 83px;
}
h1#logo a {
    display: block;
    text-indent: -9999px;
    background: transparent url(../images/logo.png) right top no-repeat;
    height: 88px;
    width: 252px;
    position: absolute;
}
#content {
    padding-top: 30px;
}
.box {
    background-color: transparent;
}
.skip {
    display: none;
}
#topNav ul {
    float: right;
    padding-right: -7px;
    margin: 0;
    padding: 50px 0 0 0;
    list-style: none;
}
#topNav ul li {
    float: left;
    border-right: solid 1px #fff;
    padding: 0 7px;
    line-height: 10px;
}
#topNav ul li.last-child {
    border-right: 0;
}
#topNav a {
    font-size: 12px;
    line-height: 12px;
    color: #D1C978;
    color: #FFCC66;
    text-decoration: none;
}
#topNav a:hover {
    text-decoration: underline;
}
#footerNav, #footerNav a {
    color: #fff;
    text-decoration: none;
    padding: 8px 9px 35px;
    
}
#footerNav a:hover {
    text-decoration: underline;
}
#footerNav ul  {
    text-align: center
}
#footerNav ul li {
    display: inline;
}
#alpinePowered {
    float: right;
}
#footer em {
    font-style: normal;
}

#content label {
    color: #D1C978;
}
#content a {
    color: #D1C978;
    color: #FFCC66;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
#content img {
    margin: 5px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
    color: #fff;
}
