/* Skin attributes */
.s_foreverEve_subpage
{
    margin: 0px auto;
    width: 100%;
    background-image: url(images/background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    font-family: Arial;
    font-size: 11px;
}
.s_foreverEve_subpage .mainSection
{
    width: 1100px;
    margin: 0px auto;
    text-align: center;
}

/* Top section */
.s_foreverEve_subpage .topSection
{
    width: 767px;
    height: 298px;
    margin: 0px auto;
    background-image: url(images/headerBG.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: Black;
}

/* Body section */
.s_foreverEve_subpage .bodySection
{
    float: left;
    width: 100%;
    text-align: left;
}
.s_foreverEve_subpage .leftNavigation
{
    float: left;
    min-width: 169px;
    text-align: right;
}
.s_foreverEve_subpage .bodySectionWrapper
{
    float: left;
    width: 767px;
    min-height: 150px;
    background-color: White;
    background-image: url(images/bodyBG.gif);
    background-position: center top;
    background-repeat: no-repeat;
}
.s_foreverEve_subpage .contentPaneWrapper
{
    padding: 35px 30px 35px 30px;
}

/* Footer section */
.s_foreverEve_subpage .footerSection
{
    float: left;
    width: 100%;
}
.s_foreverEve_subpage .footerWrapper
{
    width: 767px;
    margin: 0px auto;
    color: White;
    line-height: 40px;
}
.s_foreverEve_subpage .footerWrapper a:link,
.s_foreverEve_subpage .footerWrapper a:visited,
.s_foreverEve_subpage .footerWrapper a:active
{
    text-decoration: none;
    color: White;
}
.s_foreverEve_subpage .footerWrapper a:hover
{
    text-decoration: none;
    color: #fff100;
}
