
body {
	padding: 0;
	margin: 0; 
	background:#92908e url('../images/layouts/youngadult/body_bg.jpg') center top repeat-x;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width:960px;
	height: 600px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 15;
}

	#btnChurchHome {
		position: absolute;
		top: 0px;
		left: 668px;
		z-index: 1000;
	}
	
	#paintDrip {
		position: absolute;
		left: -120px;
		top: 0px;
	}
	
	#contentContainer {
		position: relative;
		margin: 0 auto;
		width: 960px;
		/*height: 667px;*/
		text-align: center;
	}
	
		#contentContainerBG {
			position: absolute;
			padding: 0;
			top: 84px;
			left: 0px;
			width: 960px;
			height: 703px;
			background: url('../images/layouts/youngadult/home_contentcontainer_bg.png') top center no-repeat;
		}
		
		#logo {
			position: absolute;
			left: -41px;
			top: 0px;
			z-index: 25;
		}

		#priNav_container {
			position: absolute;
			top: 90px; 
			left: 320px;
			width: 575px;
			height: 35px;
			padding: 0px;
			margin: 0px auto;
			z-index:500;
		}
		
			#priNav_container h2 {
				display: none;
			}
		
			#priNav {
				margin: 0;
				padding: 0;
				text-align: center; /* change this to change the alignment of navigation */
			}
			
				#priNav li {
					position: relative;
					margin: 0;
					list-style-type: none;
					display: inline; /* use this to align the navigation next to each other */
				}
			
					#priNav li a {
						position: relative;
						padding: 10px 12px 11px 12px; /* padding strictly for the background to show completely */
						line-height: 35px; /* need this to actually stretch the button size because it's inline */
						color: #fff;
						font-family: "Trebuchet MS";
						font-weight: bold;
						font-size: 9pt;
						text-decoration: none;
						text-transform: uppercase;
						text-align: center;
						zoom: normal!important;
					}
					
					#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
						color: #fff;
						background: url(../images/layouts/youngadult/priNav_hover.png) no-repeat center;
					}
												
		#pgContentIntro {
			position: absolute;
			top: 150px;
			left: 135px;
			width: 220px;
			height: 240px;
			overflow:hidden;
		}
		
		#header {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			top: 150px;
			left: 120px;
			width: 454px;
			height: 248px;
			z-index: 10;
		}
		
			#flash {
				z-index: 10;
			}
			
				#flashDiv img {
					margin-top: 5px;
				}
			
				#eventBox {
					position: absolute;
					top: 270px;
					left: 255px;
					z-index: 20;
				}
			
		
		#btnEvents {
			position: absolute;
			top: 422px;
			left: 108px;
		}

		#btnConnect {
			position: absolute;
			top: 422px;
			left: 359px;
		}

		/*#eventBox {
			position: absolute;
			top: 422px;
			left: 630px;
			width: 228px;
			height: 174px;
			border: 1px solid blue;
		}*/

		#footer {
			position: absolute;
			margin: 0px auto;
			padding: 0px;
			top: 690px;
			left: 100px;
			width: 780px;
		}
		
			#footer p {
				font-family: "Arial Rounded MT Bold";
				font-size: 10px;
				color: #FFF;
				line-height: 15px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #FFF;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #ddd;
				text-decoration: underline;
			}

		#content {
			position: absolute;
			margin: 0px auto;
			left: 90px;
			top: 678px;
			padding: 0px;
			width: 765px;
		}

