/* CSS Document */

/* ------------- Positioning -----------------*/

	
body {
	background: url(images/texture.jpg);
	
	}
#container {
	position: relative;
	width: 730px;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #114466;
	border-right: 1px solid #114466;
	border-left: 1px solid #114466;
	border-bottom: 1px solid #114466;
}
	
/* SECTIONS*/
/*top section - menu */
#section1 {
	position:relative;
	left:0;
	width: 720px;

	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;

	
}

/* middle section- center */
#section2 {
	position:relative;
	left:0;
	width: 702px;

	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;

	
}



/* bottom section - copyright and website information */

#section3
{
	position:relative;
	left: 0;
	width: 720px;

	text-align: left;
	margin-top: -22px;
	padding-top: 0px;
	left: -16px;

}

/* verse section */
#section4
{
	position:relative;
	top:0px;
	width: 600px;
	text-align: left;
	left: 100px;

}

/* ---- containers ---------*/

#top {
	positioning: absolute;
	top: 0px;
	left: 0px;
	width: 715px;
	text-align: right;
}

#center {
	positioning: relative;
	top: 0px;
	left: 0px;
	width: 715px;
	}

#bottom {
	positioning: absolute;
	left: 0px;
	width: 715px;
	text-align: right;
	}

	


 /* -----------------Typography-------------- */
 
 p  {
 	font:  Arial, Helvetica, sans-serif;
}


	

h3 {
	font: xx-small Arial, Helvetica, sans-serif;
}


 
 a:link  {
	color: #889988;
	text-decoration: none;
}

 a:visited  {
	color: #889988;
	text-decoration: none;	
}

 a:hover {
	color: #fb8825;
	text-decoration: none;
}

 a:active  {
	color: #000099;
	text-decoration: none;
}
