	div
	{   
	  width:            800px;
	  margin:           10px auto;
	  padding:          10px;
//	  background-color: #FFFFFF;
	}

	a:link
	{
		color:#3e351f;
		text-decoration:none;
	}
	a:visited
	{
		color:#3e351f;
		text-decoration:none;
	}
	a:hover
	{
		color:#3e351f;
		text-decoration:underline;
	}
	a:active
	{
		color:#3e351f;
		text-decoration:none;
	}

	@font-face
	{
		font-family: calibri;
		src: url(calibri.eot); /* EOT file for IE */
	}
	@font-face
	{
		font-family: calibri;
		src: url(calibri.ttf); /* TTF file for CSS3 browsers */
	}

	@font-face
	{
		font-family: scripture;
		src: url(scripture.eot); /* EOT file for IE */
	}
	@font-face
	{
		font-family: scripture;
		src: url(scripture.ttf); /* TTF file for CSS3 browsers */
	}

	p.scripture
	{
		font-family: scripture;
		font-size:   18pt;
		font-weight: bold;
		color: #3e351f;
		text-decoration:    none;
	}


	body
	{
		font-family:  calibri;
		font-size:    14pt;
		color:        #3e351f;
		text-align:   justify;
		text-justify: newspaper;
	}
	span.header
	{
		font-family: calibri;
		font-weight: bold;
		color: #3e351f;
	}
	h1
	{
		font-family: calibri;
		font-weight: bold;
		font-size: 24pt;
		color: #3e351f;
	}

	hr
	{
		border: 0;
		color: #9E9E9E;
		background-color: #9E9E9E;
		height: 1px;
		width: 80%;
		text-align: center;
	}


/* FOOTER AREA FOR PREVIOUS-NEXT BUTTONS
------------------------------------------ */

	html,body
	{
		margin:  0;
		padding: 0;
		height:  100%;
	}

	#vc-body
	{
		padding-bottom: 70px;	 /* Height of the footer */
	}

	#vc-footer
	{
		position: absolute;
		bottom:   0;
		width:    100%;
		height:   70px;	/* Height of the footer */
	}