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

/*********************************************** html tags and their derivatives*********************************/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;												            /*not inherited by other enclosing tags*/
	background-color: #F4FFE4;
	}
h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h2, h3 {
	color: #333333;
	letter-spacing: 0.21em;
	line-height: 26px;
	}
h2  {
	font-size: 18px;
}
h3  {
	font-size: 16px;
	padding-top: 21px;
	}
.h3afterh2 {
	padding-top: 0px;
	}
h4  {
	font-size: 11px;
	color: #993300;																			            /*red*/
	letter-spacing: 0.2em;
	padding-top: 24px;
	}
.h4afterh2 {
	padding-top: 0px;
	}
h5	{
	font-size: 11px;
	color: #333333;
	letter-spacing: 0.2em;
	margin-bottom: 7px;
	margin-top: 24px;
	}
p, li, br {
	color: #333333;
	line-height: 20px;
	margin-top: 0px;
	}
caption  {
	font-size: 16px;
	padding-top: 21px;
	padding-bottom: 21px;
	}
th  {
	font-size: 12px;
	color: #333333;
	}	
tr  {
	line-height: 21px;
	}
a 	{
	color: #993300;																			          /*dark red*/
	}
a:hover {
	color: #5C743D;																			 /*logo (dark) green*/
	}
a:visited {
	color: #5C743D;																			 /*logo (dark) green*/
	}


/*********************************************** Classes ********************************************************/

.Bible {
	font-weight: bold;
}
.Jesus {
	font-weight: bold;
	color: #FF0000;																					 /*fire red*/
	}
.BibleHeading {
	font-size: 12px;
	font-style: italic;
	}
.byLine {
	line-height: 4px;
	text-align: left;
	font-style: italic;
	}
.byLineTopLast {
	line-height: 4px;
	text-align: left;
	font-style: italic;
	margin-bottom: 24px;
	}
.byLineBottomFirst {
	line-height: 4px;
	text-align: left;
	font-style: italic;
	margin-top: 24px;
	}
.Hangeul, .Chinese {
	font-size: larger;
	}	
.FirstStanza {
	margin-top: 21px;
}
.FirstHangeulStanza, .FirstChineseStanza{
	font-size: larger;
	margin-top: 21px;
}
.author {
	font-weight: bold;
	}
.author.Hangeul {
	font-weight: normal;
	font-size: larger;
}
.pronunciation {
	font-style: italic;
	}
.address, .emphasizedParagraph, .photo, .continue {
	text-align: center;
	}
.right {
	text-align: right;
	padding-right: 24px;
}
.left {
	text-align: left;
	padding-left: 1000px;
}



/*********************************************** ID's ********************************************************/


#wrapper {
	position:relative;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:1043px;
	height:auto;
	}
#editable {
	position:absolute;
	width:639px;
	height:1000px;
	z-index: -1;
	left: 278px;
	top: 242px;
	}	
#contentHeading {
	position:absolute;
	width:382px;
	height:115px;
	z-index:1;
	left: 0px;
	top: 0px;
	}
#contentText {
	position: absolute;
	z-index: 1;
	height: auto;
	width: 639px;
	left: 0px;
	top: 116px;
	}
#testimonyAddress {
	position:absolute;
	width:200px;
	height:163px;
	z-index:1;
	left: 37px;
	top: 66px;
	text-align: center;
	}
#testimonyPicture {
	position:absolute;
	width:320px;
	height:240px;
	z-index:1;
	left: 290px;
	top: 0px;
	}
#testimonyJMS {
	position:absolute;
	width:639px;
	height:214px;
	z-index:1;
	left: 0px;
	top: 282px;
	}
#testimonyText {
	position:absolute;
	width:637px;
	height:auto;
	z-index:1;
	left: -1px;
	top: 498px;
}
#musicAddress {
	position:absolute;
	width:290px;
	height:277px;
	z-index:1;
	left: 18px;
	top: 53px;
	text-align: center;
}
#musicPicture {
	position:absolute;
	width:240px;
	height:320px;
	z-index:1;
	left: 376px;
	top: 3px;
	}
#musicText {
	position:absolute;
	width:389px;
	height:auto;
	z-index:1;
	left: 119px;
	top: 385px;
	}
