@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 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;
	background-color: #FFFFFF;
}
.calvary #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
.calvary #header {
	background-color: #FFFFFF;
	height: 165px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
}
.calvary #steepleLogo {
	height: 160px;
	width: 95px;
	margin-top: 5px;
	margin-left: 25px;
	float: left;
}
.calvary #textLogo {
	height: 100px;
	width: 300px;
	margin-top: 50px;
	margin-right: 200px;
	float: right;
}
.calvary #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.calvary #navbar {
	height: 25px;
	width: 778px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.calvary #mainContent {
	height: 550px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #5b7a84;
}

.calvary #content{
	float: left;
	height: 125px;
	width: 400px;
	margin-top: 10px;
	font-family: "Adobe Garamond Pro";
	line-height: 90%;
	font-weight: normal;
	color: #FFFFFF;
	font-size: xx-large;
	text-align: center;
	margin-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}
.calvary #innerContent{
	float: left;
	height: auto;
	width: 430px;
	margin-top: 10px;
	margin-left: 15px;
	background-color: #97aab0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	padding-right: 12px;
	padding-left: 12px;
	text-align: left;
	vertical-align: baseline;
	line-height: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.calvary #churchpic{
	height: 300px;
	width: 220px;
	border: medium solid #FFFFFF;
	float: right;
	margin-top: 100px;
}
.calvary #footer {
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 10px;
	background-color: #97AAB0;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5B7A84;
	border-bottom-color: #5B7A84;
	border-left-color: #5B7A84;
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
}
.calvary #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
}
.style1 {
	font-size: small
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5B7A84;
}
a:hover {
	text-decoration: underline;
	color: #5B7A84;
}
a:active {
	text-decoration: none;
}

