/* Transparent Box for Prayer */
	div.left {
		position:			absolute;
		left:				2%;
		top:				141px;
		width:				48%;
		border:				3px solid #00F;		/* blue */
		z-index:			1;
		}

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

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