/*   HEALING LOVE OF CHRIST MAIN STYLESHEET   */


html, body { margin: 0; padding: 0; }
body { 
	background-image:  url(../images/background.gif);
	background-position: left 92px;
	background-repeat: no-repeat;
	font-family: 'Myriad Web', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

div#header { 
	height: 102px;
	background-image:  url(../images/topbg.jpg);
	background-repeat: repeat-x;
	padding-left: 10px 0 0 0;
	margin: 0;
}
div#header p {
	background-image:  url(../images/topleftbg.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 360px;
	margin: 0;
	padding: 0;
}
div#header img {
	margin-top: 55px;
	margin-left: 12px;
}
div#headerlogo {
	background-image:  url(../images/logomerged1.gif);
	background-position: right bottom; 
	background-repeat: no-repeat;
	margin: 0; padding: 0;
	height: 102px;
}

div#navigation { 
	background: #E7E7FF; 
	float: left; 
	width: 200px;
	margin-left: -100%; 
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 90%;
}


div#extra { 
	float: left; 
	width: 140px; 
	height: 300px;
	margin-left: -140px; 
	background-image:  url(../images/logomerged2.gif);
	background-position: right top; 
	background-repeat: no-repeat;
}

div#wrapper { float: left; width: 100%; }

div#content { 
	margin: 0 140px 0 200px; 
	padding: 20px;
}

div#content p, div#content li {
	line-height: 140%;
	text-align: justify;
}
div#content p img, div#content h2 img {
	margin: 15px;
}

div#content a { color: #3A38D7; }
div#content a:hover, div#content a:visited, div#content a:active { color: #7270FF; }

h1, h2, h3, h4, h5 {
	color: #3A38D7;
	margin-bottom: -10px;
}
h1 { font-size: 150%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }

div#footer { 
	background: #7270FF; 
	background-image:  url(../images/footerbg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF; 
	clear: left; 
	width: 100%; 
	min-height: 58px;
	text-align: center;
	font-size: 90%;
}
div#footer p {
	margin: 4px 150px 0 150px;
	padding: 0;
}
div#footer a, div#footer a:hover, div#footer a:active, div#footer a:visited {
	color: #FFF;
}


