body {
	margin:0;
	padding:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-image:url(../images/iibg.jpg);
}
img { border:0; }
a {
	color:#336600;
}
h1.title, h2.subtitle {
	font-size:1em;
	margin:0.75em 0 1.25em 0;
}
sup.ordinal {
	vertical-align:text-top;
}
p, li {
	orphans:2;
	widows:2;
}
ul, ol {
	/*page-break-inside:avoid;*/
	orphans:2;
	widows:2;
}
h1, h2, h3 {
	page-break-after:avoid;
}
.green {
	color:#336600;
}
address {
	font-style:normal;
	page-break-inside:avoid;
}
.bold { font-weight:bold; }
.italic { font-style:italic; }
table { border-collapse:collapse; }

/*** ivy in top corners ***/
#TLh {
	float:left;
	margin:0 10px 10px 0;
	width:206px;
	height:104px;
}
#TRh {
	float:right;
	margin:0 0 10px 10px;
	width:206px;
	height:104px;
	position:relative;
	z-index:1;
}
#TLv {
	float:left;
	clear:left;
	margin:-10px 10px 10px 0;
	width:69px;
	height:92px;
}
#TRv {
	float:right;
	clear:right;
	margin:-10px 0 10px 10px;
	width:69px;
	height:92px;
	position:relative;
	z-index:1;
}

/*** ivy in bottom corners ***/
#BLv {
	float:left;
	margin:-82px 10px 0 0;
	width:69px;
	height:92px;
}
#BRv {
	float:right;
	margin:-82px 0 0 10px;
	width:69px;
	height:92px;
}
#BLh {
	float:left;
	clear:left;
	margin:0 10px 0 0;
	width:206px;
	height:104px;
}
#BRh {
	float:right;
	clear:right;
	margin:0 0 0 10px;
	width:206px;
	height:104px;
}

/*** chapel home link ***/
#inc_header, #inc_header_home {
	text-align:center;
	font-weight:bold;
	padding:0 0 10px 0;
}
#inc_header_home {
	display:none;
}
#inc_header_home img {
	margin:0 10px;
	width:221px;
	height:233px;
}
#inc_home {
	margin:0 10px;
	width:93px;
	height:99px;
}

/*** blog link ***/

#birdhouse {
	position:absolute;
	top:109px;
	left:74px;
	font-weight:bold;
}
#birdhouse a {
	color:#000000;
	text-decoration:none;
}

/*** referral link ***/

#refBirdhouse {
	position:absolute;
	z-index:0;
	top:85px;
	right:50px;
	font-weight:bold;
}
#refBirdhouse a {
	color:#000000;
	text-decoration:none;
}

/*** content ***/
#content {
	margin:0 79px;
	text-align:center;
	min-height:184px;	/*vertical ivys (ignoring the height of #inc_header)*/
}

/*** contact webmaster link ***/
#webmaster {
	text-align:center;
	position:relative;
	top:85px;
	font-size:0.75em;
}

@media print {
	body {
		background-image:none;
	}
	#TLh, #TRh, #TLv, #TRv, #BLv, #BRv, #BLh, #BRh, #homeLink, #birdhouse, #refBirdhouse {
		display:none;
	}
	#content {
		margin:0;
	}
}

