@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bg_white.jpg);

}


a:link {
	color:#4d6db1;
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color:#666666;
	text-decoration:underline; 
}

a:visited {
	color:#4d6db1; 
	font-weight:normal;
	text-decoration:none;
}

a:active {
	color:#666666;
	text-decoration:underline; 
}




.headline {
	background-color:#4d6db1;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	color:#FFF;
	padding-top:0px;
	text-transform:capitalize;
}


#container {
	width:700px;
	background-image:url(heads/prayer_head.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin:0 auto;
	border:#4d6db1 thin solid;
}


#bodytext {
	width:700px;
	height:auto;
	margin-top:120px;
}

#prayer {
	width:540px;
	margin-left:90px;
	height:auto;
	background-color:#eaefe5;
	border: thin dotted #4d6db1;
}

