@charset "utf-8";
body  {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColFixLtHdr #header {
	margin-bottom: 229px;
	padding-top: 0 10px 0 20px;
	position: relative;
	left: 0px;
	top: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 17px;
	padding-left: 18px;
	text-indent: -9999px;
}
.twoColFixLtHdr #mainContent2 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent;
	vertical-align: sub;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 125px;
	display: inline;  /* <---Solution for bug IE6 */ 
}
.twoColFixLtHdr #rtSidebar {
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 537px;
	margin-right: 0px;
	background-color: #e3e5ee;
} 
.twoColFixLtHdr #footer {
	background:#EBEBEB;
	margin-top: 40px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
	left: 0px;
	top: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	letter-spacing: 0.08em;
	margin-left: 119px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent2 p {
	font-size: 14px;
	line-height: 22px;
	color: #003366;
	letter-spacing: 0em;
	margin-top: 0px;
}

#mainContent2 p span {
	font-size:18px;
	font-weight:700;
	font-style: italic;
	color: #3F7CAC;
}
.sunday {
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 9px;
	border: 3px solid #999999;
	background-color: #FAFAFA;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.wednesday {
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 9px;
	border: 3px solid #C9C9C9;
	background-color: #FAFAFA;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#rtSidebar .sunday, #rtSidebar .wednesday {
	font-size: 12px;
	color: #7E7E7E;
	line-height: 16px;
	border: 3px solid #C9C9C9;
}
#rtSidebar p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p.Top {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 5px;
}
img.pastor {
	float: right;
	border: 1px solid #006699;
	margin-right: 150px;
	margin-left: 15px;
	margin-top: 20px;
}
