body { /* web page colors, etc */
	background: #000;
	color: #fff;
	font-size: 11px;
	font-family: "Georgia", serif;
}

#wrapper { /* wraps the layout into the main square */
	width: 720px;
	height: 480px;
	padding: 0;
	margin: 0;
	background-image: url(graphics/homeBackground.png);
	margin: auto;
	border: solid 1px #fff;
	position: relative;
}

#mainNav { /* display settings for the main naviagtion */
	display: block;
	list-style: none inside none;
	margin: 0; padding: 0; 
}

	#mainNav li {
		font-weight: bold;
		position: absolute;
		font-size: 15px;
		text-align: center;
		height: 42px;
		top: 0;
	}
	
		#mainNav li a {
			display: block;
			height: 100%; width: 100%;
			color: #fff;
			padding-top: 3px;
			text-decoration: none;
		}
		
		#mainNav li a:hover {
			;
		}
	
	#mainNav #homeLink {
		width: 110px;
		left: 0;
	}
	
	#mainNav #charterLink {
		width: 123px;
		left: 110px;
	}
	
	#mainNav #mysticLink {
		width: 111px;
		left: 233px;
	}
	
	#mainNav #seekersLink {
		width: 128px;
		left: 343px;
	}
	
	#mainNav #trailerLink {
		width: 125px;
		left: 470px;
	}
	
	#mainNav #siteMapLink {
		width: 108px;
		left: 594px;
	}	

#charterRoadTitle { /* Position of "Charter Road" */
	position: absolute;
	top: 165px; left: 0;
	width: 100%;
	text-align: center;
	
}

#subHeading { /* Position of "Productions Inc." */
	position: absolute;
	top: 220px; left: 0;
	width: 100%;
	text-align: center;
}
	
#verse { /* location and alignment for the verse */
	margin: 0;
	padding: 0;
	position: absolute;
	bottom:5px;
	right: 40px;
	text-align: center;
}

	#verse abbr { /* change any decoration for the NKJV abbrivation */
		border-bottom: none;
	}

#copyright { /* location and alignment for the copyright information */
	position: absolute;
	display: block;
	bottom: 5px;
	left: 20px;
	text-align: center;
	font-style: normal;
}

#audioPlayer { /* location and size for the audio player */
	position: absolute;
	bottom: -19px; left: 0px;
	width: 720px; height: 14px;
}