@charset "UTF-8";
/* CSS styles for New Castle Presbytery */
/* Created by Danny Schweers, www.w2mw.com, July, 2010 */

body {
	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: #fff;
	font-family: Candara, Verdana, sans-serif;
	background-color: #C2CCAE;
}
.oneColFixCtrHdr #container {
	width: 776px;  /* 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: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.oneColFixCtrHdr #mainContent { font-size: 0.8em; margin-top: -30px; padding-top: 1px; padding-right: 20px; padding-bottom: 0; padding-left: 20px; background-color: #FFFFFF; background-image: url(mastheads/splash780px_01.gif); background-repeat: repeat-y; }
h1 { color: #06c; font-size: 1.6em; }
h2 { color: #028900; font-size: 1.4em; }
h3 { color: #D95B00; font-size: 1.2em; }
h4 { color: #900; font-size: 1.2em; }
.red {
	color: #900;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 0.8em;
	color: #FFF;
	background-color: #666;
}
.oneColFixCtrHdr #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 */
}
#footer a:link, #footer a:visited {
	color: #EFE;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #FF0;
}
#mainContent p.lesslead { margin-bottom: -1em; }
.fltrt {	float: right;
	margin-left: 8px; }
.fltlft {	float: left;
	margin-right: 8px; }

