/* Transparent Box for Prayer */

	div.ImageText {
		position:			relative;
		left:				10px;
		top:				7px;
		height:				700px;
		*height:			720px;
		width:				98%;
		border:				3px solid #00F;		/* blue */
		z-index:			1;
		}

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

	div.ImageText p {
		position:			relative;
		margin-top:			10px;
		font-size:			12px;
		text-align:			center;
		padding:			0;
		line-height:		20px;
		}

	div.ImageText	* {
		margin:				0;
		padding:			0;
		}

	div.ImageText	#overall {
		width:				760px;
		margin:				0 auto;
		margin-left:		5px;
		margin-right:		5px;
		}

	div.ImageText	.col {
		width:				180px;
		padding:			0;
		float:				left;
		}

