/* Start of CMSMS style sheet 'Church' */
body
{
        background-image:url(../uploads/images/background.jpg);
        background-color:#BCC09D;
        background-repeat:repeat-x;
        margin-top:0px;
        font-size:14px;
        color:#4B2D2B;
}

h1
{
               font-size:20px;
               color:#4B2D2B;
               font-family:copperplate gothic bold;
               margin-top:0px;
}

.container
{
	width:859px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

.nav
{
                margin-bottom:0px;
                padding-bottom:0px;        
                background-image:url(../uploads/images/nav-back.jpg);
                background-repeat: no-repeat;
}

.right-column
{
                float:right;
                width:280px;
	margin-top:0px;
                text-align:left;
                vertical-align:top;
                padding-top:10px;
}

.content
{
	background-image:url(../uploads/images/cont-back.jpg);
	background-repeat:repeat-y;
	width:839px;
	margin-top:0px;
                text-align:left;
                padding:0px 10px 10px 10px;
}
.content-container
{
                width:550px;
}
.footer
{
                background-image:url(../uploads/images/foot-back.jpg);
                height:30px;
                width:859px;
                color:#FFF;
}

a.footer-menu
{
               font-size:16px;
               color:#FFF;
               text-decoration:none;
               font-weight:bold;
}
.footer-menu a
{
               font-size:16px;
               color:#FFF;
               text-decoration:none;
               font-weight:bold;
}


/* End of 'Church' */

