/* Start of CMSMS style sheet 'layout' */
/* header
    ============================================================ */
#sitetitle { display: none; }
#header {
    padding: 0;
    margin: 43px auto 0 auto;
    width: 938px;
    height: 114px;
    background: url(images/bg-header.gif) no-repeat;
    position: relative;
}
#newsletter {
    position: absolute;
    top: 58px;
    left: 34px;
    font: 16px Times New Roman;
    color: #fffac4;
}
#newsletter input#email {
    border: 2px solid #4b3905;
    color: #bcbdbf;
    padding: 3px;
    margin-left: 20px;
    width: 300px;
}
#newsletter input#btn-go {
    vertical-align: middle;
}

/* main area
    ============================================================ */
#sitewrapper {
    padding: 0 47px 0 20px;
    margin: 0 auto;
    /* width: 938px; */ width: 871px;
    background: url(images/bg-content.gif) repeat-y;
}



/* main nav
    ============================================================ */
#main-nav {
    padding-top: 20px;
}



/* right col
    ============================================================ */
#right-col {
    padding: 0;
    margin: 0 0 0 20px;
    float: right;
    width: 230px;
}
#logo {
    margin: 0 5px 30px 0;
    width: 219px;
    height: 305px;
    background: url(images/mudpiesdaisies.gif) no-repeat;
    position: relative;
}
#logo a {
    position: absolute;
    width: 189px;
    height: 141px;
    bottom: 14px;
    left: 16px;
    text-indent: -9999px;
}
#right-col-img {
    padding: 5px;
    border: 2px dashed #3e3e29;
    margin-bottom: 30px;
}
#kids-corner {
}



/* footer 
    ============================================================ */
#content-bottom {
    padding: 0;
    margin: 0 auto;
    width: 938px;
    height: 44px;
    background: url(images/bg-content-bottom.gif) no-repeat;
}

#footer, #abs-footer {
    background: #4b3905;
}
#footer-content {
    padding: 25px 0 45px 0;
    margin: 0 auto;
    width: 938px;
    text-align: center;
    color: #fff;
}

/* End of 'layout' */

