/* Start of CMSMS style sheet 'Default' */
body {
    font-family: Georgia;
    font-size: 14px;
}

body td {
    padding: 5px;
}

body a {
    color: #2781bd;
}

body a:hover {
    text-decoration: none;
}

#StJoseph {
    background-color: #ffffd8;
}

#wrapper {
    background-color: #ffffff;
    margin: 0 auto;
    width: 1000px;
}

#header {
    background: url(/images/default/header-bg.jpg) no-repeat;
    height: 261px;
}
    #header > span {
        display: none;
    }

#body {
    background: url(/images/default/wrapper-bg.jpg) repeat-y;
    overflow: hidden;
}

#contentbar {
    float: right;
    padding: 0 30px 0 5px;
    width: 690px;
}

#sidebar {
    float: left;
    padding-left: 25px;
    width: 250px;
}

#church_images {
    height: 375px;
}
    #church_images img {
        display: none;
    }

#footer {
    background: url(/images/default/footer-bg.jpg) no-repeat;
    height: 70px;
}

/* End of 'Default' */

