/* Start of CMSMS style sheet 'layout' */
#sitewrapper {
    width: 950px;
    margin: 0 auto;
/*
    background: url(images/bg-shadow.png) repeat-y;
    padding: 0 70px 0 62px;
*/
    background: #fff;
    padding: 0 5px;
    min-height: 100%;
overflow: hidden;
}



/* header 
    ============================================================ */
#header {
    height: 120px;
    background: url(images/bg-header.gif) no-repeat;
    position: relative;
}
#logo {
    position: absolute;
    top: 15px;
    left: 38px;
}
#facebook {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}



/* content
    ============================================================ */
#contentholder {
    overflow: hidden;
}
#content {
    float: left;
    width: 676px;
    padding-right: 11px;
    background: url(images/bg-content.gif) repeat-y top right;
margin-bottom: -2000px; padding-bottom: 2000px;
}
#content-heading {
    height: 45px;
    background: url(images/bg-content-heading.gif) no-repeat;
}


#main-nav {
    padding: 30px 40px 20px 0;
    text-align: right;
}


#content-copy {
    width: 560px;
    padding-left: 75px;
    padding-bottom: 25px;
}
#content-copy p { line-height: 22px; }

#bottom-nav {
    padding-left: 75px;
    height: 60px;
}


#right-img {
    float: left;
    width: 263px;
    background: #e9c01e;
margin-bottom: -2000px; padding-bottom: 2000px;
}




/* footer
    ============================================================ */
#footer {
    background: #274f22 url(images/bg-footer.gif) no-repeat;
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 20px 0 10px 0;
    min-height: 100%;
margin-bottom: -390px; padding-bottom: 400px;
}
#footer a {
    color: #fff;
}

/* End of 'layout' */

