@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/floralback.gif);
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}

#container {
	width: 780px;
	background: #FFFFFF url(images/faux1a53aa.gif) repeat-y;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


#header {
	background:  url(images/churchlogotop.jpg);
	height: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#mainContent {
	padding: 20px;
	margin-top: 0;
	margin-right: 165px;
	margin-bottom: 0;
	margin-left: 180px;
}

.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
    font: bold 130% Georgia, "Times New Roman", Times, serif;
    color: #333;
    margin: 0;
    padding: 20px 10px;
}

h2 {
	font-size: 130%;
	color: #133C79;
}
h3 {
	font-size: 100%;
	color: #333;
}
h4 {
	font-size: 100%;
	color: #446464;
}

h8 {
	   font: bold 130% Georgia, "Times New Roman", Times, serif;
    color: #fff;
    margin: 0;
    padding: 20px 10px;
}


p {
    font-size: 80%;
}
#mainContent p {
	line-height: 130%;
}

#sidebar2 {
	margin: 0px;
	padding: 15px 8px 8px;
	float: right;
	width: 144px;
}


a {
	color: #999;
}
A:link img, A:visited img {
	border-top-color: #1a53aa;
	border-right-color: #1a53aa;
	border-bottom-color: #1a53aa;
	border-left-color: #1a53aa;
	color: 1a53aa;
	background-color: #1a53aa;
}
A:hover img {
	color: 1a53aa;
	background-color: #1a53aa;
	border-top-color: #446464;
	border-right-color: #446464;
	border-bottom-color: #446464;
	border-left-color: #446464;
}



#sidebar2 p {
    color: #FFF;
}
 

#container #sidebar2 div strong {
	color: #FFF;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
#footer {
	border-top: 1px solid #877D6C;
	background-color: #4081e1;
	font-size: 80%;
	line-height: 80%;
	padding: 5px;
	text-align: center;
	white-space: normal;
}
#container #footer a {
	color: #000;
	padding: -10px;
	margin: 0px;
	line-height: 90%;
	font-size: 90%;
	text-align: center;
}
#container #footer p {
	color: #000;
	padding: -10px;
	margin: 0px;
	line-height: 90%;
	font-size: 90%;
	text-align: center;
}



