body{
		margin:0;
		padding: 5px;
		line-height: 1.10em;		
}

/* ------------------------------------- */

.headline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004812;
	font-weight:bold;
}

.header-scripture {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #685EA3;
	font-style: italic;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #5B4039;
}

.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.sidelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.sublink-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E67715;
	font-weight: bold;
}

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #685EA3;
}

.spacer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E5E5E6;
}

.attribute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300; 
	color: #B0953A;
}

/* ------------------------------------- */
/* LINKS FORMAT */

A {
	color: #FFA953;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

p {
	line-height: 1.2;
}

/* ------------------------------------- */
/* BG IMAGES FORMAT */

#container   
/* holds blueprint image and menu */ { 
background-color: #fff; 
background-image: url(../images/background_adam.jpg);
background-repeat: no-repeat; 
background-position: middle; 
z-index: 1; 
width: 606px; 
height: 350px 
}