@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #000000;
}

.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-style:solid;
	border-width: thin;
	border-color:#000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
}

#Boston-Chapel-01 {
	float:left;
	width:880px;
	height:25px;
	background-image:url(images/Boston_Chapel_1.gif);
	background-repeat:repeat-x;
	margin-top:5px;
	overflow:hidden;

}

#Boston-Chapel-02 {
	float:left;
	width:623px;
	height:180px;
	background-image:url(images/Boston_Chapel_02_2.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	overflow:hidden;
	padding-top:30px;
}

#Boston-Chapel-03 {
	float:left;
	width:237px;
	height:200px;
	background-image:url(images/Boston_Chapel_3.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	padding: 10px 10px 0px 30px;
	overflow:hidden;	
}

#Boston-Chapel-04 {
	float:left;
	width:480px;
	height:229px;
	background-color:#FFF;
	padding: 10px 10px 10px 10px;
	font-size:80%;
	overflow:hidden;
}

#Boston-Chapel-04a {
	float:left;
	width:135px;
	height:229px;
	background-color:#FFF;
}

#Boston-Chapel-04b {
	float:left;
	width:245px;
	height:229px;
	background-color:#FFF;
	padding: 10px 10px 10px 10px;
	font-size:80%;
	overflow:hidden;
}

#page2 #Boston-Chapel-04 {
	float:left;
	width:615px;
	height:auto;
	background-color:#FFF;
	padding: 10px 10px 10px 10px;
	font-size:80%;
	overflow:hidden;
}

#page2 #Boston-Chapel-04a {
	float:left;
	width:135px;
	height:470px;
	background-color:#FFF;
}

#page2 #Boston-Chapel-04b {
	float:left;
	width:245px;
	height:auto;
	background-color:#FFF;
	padding: 10px 10px 10px 10px;
	font-size:80%;
	overflow:hidden;
}

#page3 #Boston-Chapel-04 {
	float:left;
	width:880px;
	height:auto;
	background-color:#FFF;
	padding: 10px 10px 10px 10px;
	font-size:80%;
	overflow:hidden;
}

#page3 #Boston-Chapel-04Map {
	float:left;
	width:880px;
	height:auto;
	background-color:#FFF;
	padding: 10px 10px 10px 10px;
	font-size:80%;
	overflow:hidden;
}

#Boston-Chapel-04c {
	float:left;
	width:880px;
	height:500px;
	background-color:#FFF;
	padding: 10px 10px 10px 10px;
	font-size:80%;
}

#Boston-Chapel-05 {
	float:left;
	width:880px;
	height:174px;
	background-image:url(images/Boston_Chapel_5.gif);
	background-repeat:repeat-x;
	padding: 10px 10px 10px 10px;
	font-size:80%;
	overflow:hidden;

}

#Boston-Chapel-06 {
	float:left;
	width:900px;
	height:5px;
	background-image:url(images/Boston_Chapel_6.gif);
	background-repeat:repeat-x;
	
}

#Boston-Chapel-07 {
	float:left;
	width:900px;
	height:30px;
	background-image:url(images/Boston_Chapel_7.gif);
	background-repeat:repeat-x;
	margin-bottom:5px;
	padding-top:6px;
}
