#wrapper
{
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#CookieMessage
{
    margin: 0 auto;
    z-index: 200;
    position: relative;
    width: 100%;
}

#CookieMessageInner
{
    width: 100%;
    padding: 10px;
    opacity: 0.9;
    background-color: #eee;
    text-align: center;
}

#CookieMessageInner a
{
    color: blue;
}

nav
{
    margin-bottom: 15px;
    width: 210px;
}

#facebook_box
{

}

header
{
    height: 565px;
    position: relative;
}

#sidebar_right
{
    /*position: absolute;
    top: 300px;
    right: 0;*/
    float: right;
    width: 250px;
    clear: right;
    margin-right: 10px;
}

footer
{
    top: 30px;
    position: relative;
    left: 0;
    height: 150px;
    margin: 0 20px 0 20px;
}

.section_head_image
{
    margin: 0 auto 10px auto !important;
    display: block;
}

.twtr-join-conv
{
    display: none !important;
}

#mobile_link {
    background: #eee;
    font-size: 2em;
    margin: 0 auto;
    z-index: 200;
    text-align: center;
    opacity: 0.9;
    padding: 10px;
    width: 100%;
}

.banner-cta {
    position: absolute;
    bottom: 25px;
    left: 25px;
}
/* Halloween countdown image in banner */
.countdown-image img {
    left: 15px;
    top: 10px;
    border-radius: 0 !important;
}