/* Start of CMSMS style sheet 'layout' */
#wrapper {
    width: 995px;
    padding: 0 2px;
    margin: 0 auto;
    background: url(images/bg.gif) repeat-y;
}



/* header
    ============================================================ */
#header {
    height: 143px;
    border-bottom: 1px solid #a39592;
}
#headerimg { float: right; }
#logo {
    padding: 32px 0 0 36px;
}






#content-wrapper {
    position: relative;
    min-height: 915px;
    height: auto !important;
    height: 915px;
}



/* main nav
    ============================================================ */
#main-nav {
    position: absolute;
    width: 964px;
    height: 55px;
    top: 0;
    right: 25px;
    z-index: 10;
    text-align: right;
}



/* template
    ============================================================ */
#rotatecontainer, #pgimg {
    width: 425px;
    height: 915px;
}
#pgimg { float: left; }
#top-content {
    text-align: right;
}
#top-content img {
    margin: 0 0 25px 15px;
}
#content {
    position: absolute;
    width: 580px;
    top: 55px;
    right: 30px;
}
#inner-content {
    float: left;
    width: 580px;
    margin: 55px 30px 0 -40px;
}
#content p, #inner-content p {
    line-height: 18px;
}

#pg-gallery p {
    clear: left;
}
.thumb {
    float: left;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    margin: 0 15px 10px 0;
}



/* footer
    ============================================================ */
#footer {
    padding: 0 30px 10px 0;
    text-align: right;
    font-size: 10px;
    color: #666666;
}

/* End of 'layout' */

