/* Transparent Box for Prayer */
	div.transPrayer {
		position:			relative;
		left:				10px;
		top:				5px;
		width:				98%;
		border:				3px solid #00F;		/* blue */
		z-index:			1;
		}

	div.transPrayer h1 {
		margin:				0px;
		font-size:			18px;
		text-decoration:	underline;
		}

	div.transPrayer p {
		position:			relative;
		margin-top:			10px;
		font-size:			12px;
		text-align:			center;
		}

