@charset "UTF-8";
/* CSS Document */

body{
background-color:#CCCCCC;
margin:0px;
background-image:url('/images/back.jpg');
background-repeat:repeat-y;
background-position:top center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}


/* LINKS */

a:link{
text-decoration:none;
color:#ea2d3d;
}

a:hover{
text-decoration:none;
color:#CC0000
}

a:visited{
text-decoration:none;
color:#CC0000
}

#footer a:link{
text-decoration:none;
color:#FFFFFF;
}

#footer a:hover{
text-decoration:none;
color:#CC0000;
}

#footer a:visited{
text-decoration:none;
color:#FFFFFF;
}

.newsText a:link{
color:#999999;
}


/* TITLEs */

h2{
color:#ea2d3d;
font-size:14px;
}

h3{
margin-top:0px;
margin-bottom:0px;
padding-left:5px;
}

#upload h3{
color:#CC0000
}


/* DIVs - PAGE STRUCTURE */

#bigBox{
width:100%;
float:left;
background-image:url('/images/shadow.jpg');
background-repeat:repeat-y;
background-position:top center;
}

#main{
float:none;
margin-left:auto;
margin-right:auto;
width:700px;
}

#header{
float:left;
clear:left;
width:700px;
height:228px;
}

#pageContent{
float:left;
width:700px;
background-image:url('/images/churchesFooterTop.png');
background-repeat:no-repeat;
background-position:bottom center;
}

#leftContent{
float:left;
clear:left;
width:190px;
border-right:1px dashed #CCCCCC;
padding-bottom:10px;
margin-bottom:13px;
}

*html #leftContent{
margin-bottom:13px;
}

#leftContent img{
margin-bottom:5px;
}

#rightContent{
float:right;
width:500px;
margin-bottom:40px;
}

#footer{
float:none;
clear:both;
margin-left:auto;
margin-right:auto;
padding-top:20px;
padding-right:60px;
width:740px;
height:52px;
background-image:url('/images/churchesFooter.png');
background-repeat:no-repeat;
background-position:top center;
font-size:10px;
color:#FFFFFF;
text-align:right;
}

#contact{
clear:left;
float:left;
margin-top:20px;
}

#upload{
text-align:center;
font-size:12px;
margin-top:10px;
}

#blank{
float:left;
clear:left;
height:0px;
margin:0;
}


/* CLASSES */

.news{
float:left;
clear:left;
font-size:11px;
width:180px;
padding-left:5px;
padding-right:5px;
margin-top:5px;
margin-bottom:5px;
}

.newsTitle{
float:left;
clear:left;
width:180px;
color:#ea2d3d;
}

.newsText{
float:left;
clear:left;
width:180px;
font-size:11px;
}

.newsLink{
float:left;
clear:left;
width:180px;
text-align:right;
}

.red{
float:left;
color:#ea2d3d;
}

blockquote{
margin-left:10px;
}