/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

#superContainer {
	width: 790px;
	margin: 0 auto;
	}
	
#container {
	width: 790px;
	padding: 20px 0px 0px 0px;
	}

/* ++++++++++ */	
/* NAVIGATION */
/* ++++++++++ */
	
#nav {
	position: absolute;
	width: 283px;
	/*height: 466px;
	border: 3px solid #663300;*/
	color: #FFFFFF;
	}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	}
#nav a:visited {
	color: #FFFFFF;
	}
#nav a:hover {
	color: #FFFF00;
	background-color: #333333;
	}
.headerImg {
	padding: 0px 0px 30px 0px;
	}
	#navHome {
		width: 200px;
		height: 40px;
		/* border-bottom: 1px dotted white; */
		}
		#navHomeText {
			}
		.colorBrown {
			color: #d6b065;
			}
		.arrow {
		float: right;
		padding: 0px 0px 0px 0px;
		}
	#navSalvation {
		width: 200px;
		height: 40px;
		/* border-bottom: 1px dotted white; */
		padding: 10px 0px 0px 0px;
		}
		#navSalvationText {
			}
	#navCamp {
		width: 200px;
		height: 40px;
		/* border-bottom: 1px dotted white; */
		padding: 10px 0px 0px 0px;
		}
		#navCampText {
			}
	#navMeet {
		width: 200px;
		height: 40px;
		/* border-bottom: 1px dotted white; */
		padding: 10px 0px 0px 0px;
		}
		#navMeetText {
			}
	#navBeliefs {
		width: 200px;
		height: 40px;
		/* border-bottom: 1px dotted white; */
		padding: 10px 0px 0px 0px;
		}
		#navBeliefsText {
			}
	#navBulletin {
		width: 200px;
		height: 40px;
		/* border-bottom: 1px dotted white; */
		padding: 10px 0px 0px 0px;
		}
		#navBulletinText {
			}
	#navLinks {
		width: 200px;
		height: 40px;
		/* border-bottom: 1px dotted white; */
		padding: 10px 0px 0px 0px;
		}
		#navLinksText {
			}
	#navMidArk {
		width: 200px;
		height: 40px;
		/* border-bottom: 1px dotted white; */
		padding: 10px 0px 0px 0px;
		}
		#navMidArkText {
			}
	#navDirections {
		width: 200px;
		height: 40px;
		/* border-bottom: 1px dotted white; */
		padding: 10px 0px 0px 0px;
		}
		#navDirectionsText {
			}
	#navContact {
		width: 200px;
		height: 40px;
		/* border-bottom: 1px dotted white; */
		padding: 10px 0px 0px 0px;
		}
		#navContactText {
			}

/* ++++++++++++++ */	
/* END NAVIGATION */
/* BEGIN CONTENT  */
/* ++++++++++++++ */

#content {
	float: right;
	padding: 0px 0px 0px 0px;
	width: 492px;
	border: 1px solid #663300;
	/*background: url(images/topPlate2.jpg) no-repeat #9c9fa0;
	background-color: #9c9fa0;*/
	margin: 0px 3px 0px 0px;
	}
#contentText {
	position: relative;
	top: 70px;
	left: 10px;
	width: 472px;
	padding: 0px 0px 70px 0px;
	}
#hrDiv {
	width: 100px;
	}
hr {
	color: #d6b065;
	width: 200px;
	margin: 20px 0px 20px 0px;
	}

/* ++++++ */	
/* Footer */
/* ++++++ */

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 472px;
	}
#footerText {
	position: relative;
	top: 0px;
	left: 0px;
	width: 472px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	}
#footerText a {
	color: #FFFFFF;
	}
#footerText a:visited {
	color: #FFFFFF;
	}
#footerText a:hover {
	color: #FFFF00;
	}
	
/* +++++++++++++++++++ */	
/* Compatibility Fixes */
/* +++++++++++++++++++ */

h2 {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
p {
	border: 0px;
	padding: 8px 0px 8px 0px;
	margin: 0px;
	}
	
/* +++++++++++ */	
/* Tag Formats */
/* +++++++++++ */

.listSpace {
	padding: 0px 0px 5px 0px;
	}
	
/* ++++++++++++ */	
/* Image Floats */
/* ++++++++++++ */

.floatLeft {
	float: left;
	padding: 0px 7px 0px 0px;
	margin: 10px 0px 0px 0px;
	}