body {
	padding: 0;
	margin: 0 auto;
	width:100%;
	background: #FFFFFF;
}

	#top {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		background: url('../images/layouts/youth/top_bg.jpg') top center repeat-x;
	}
	
		#header {
			position: relative;
			margin: 0 auto;
			padding: 0;
			height: 571px;
			width: 1050px;
		}
		
			#logo {
				position: absolute;
				left: 0px;
				top: 0px;
				width:450px;
				height: 165px;
				z-index: 200;
			}
			
			#ro1 {
				position: absolute;
				left: 16px;
				top: 140px;
				width: 148px;
				height:90px;
				background: url('../images/layouts/youth/ro1_off.png') no-repeat;
				z-index: 100;
			}	
				
				#ro1 a {
					z-index: 201;
				}	
				
			#ro2 {
				position: absolute;
				left: 154px;
				top: 134px;
				width: 148px;
				height:90px;
				background: url('../images/layouts/youth/ro2_off.png') no-repeat;
				z-index: 100;
			}
			
				#ro2 a {
					z-index: 201;
				}	
			
			#ro3 {
				position: absolute;
				left: 292px;
				top: 128px;
				width: 148px;
				height:90px;
				background: url('../images/layouts/youth/ro3_off.png') no-repeat;
				z-index: 100;
			}
			
				#ro3 a {
					z-index: 201;
				}	
			
			#priNav_container {
				position: absolute;
				top: 0px; 
				left: 440px;
				width: 619px;
				height: 54px;
				padding: 0px;
				margin: 0px;
				overflow:hidden;
				/*z-index:500;*/
				background: url('../images/layouts/youth/nav_btns.png') no-repeat;
				
			}
			
				#priNav_container h2 {
					display: none;
				}
			
				#priNav {
					margin: 0;
					padding: 0;
					text-align: left; /* change this to change the alignment of navigation */
				}
				
					#priNav li {
						position: relative;
						margin: 0;
						list-style-type: none;
						display: block; 
						float: left; /* use this to align the navigation next to each other */
						width: 103px;
					}
				
						#priNav li a {
							position: relative;
							padding: 0px 0px 0px 9px; /* padding strictly for the background to show completely */
							color: #ae0000;
							font-family: sans-serif;
							font-size: 11px;
							line-height: 70px;
							font-weight: bold;
							text-decoration: none;
							text-transform: lowercase;
							text-align: left;
							display: block;
						}
						
						#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
							color: #004664;
						}
			
		#paperImg {
			position: absolute;
			left: 423px;
			top: 146px;
			width: 671px;
			height:424px;
			background: url('../images/layouts/youth/paper_img.png') no-repeat;
		}
		
		#flash {
			position: absolute;
			margin: 0px;
			padding: 0px;
			width: 574px;
			height: 428px;
			left: 0px;
			top:143px;
		}
			
		#facebook {
			position: absolute;
			left: 16px;
			top: 514px;
			width: 91px;
			height:47px;
		}
		
		#parents {
			position: absolute;
			left: 106px;
			top: 518px;
			width: 92px;
			height:48px;
		}
		
		#events {
			position: absolute;
			left: 670px;
			top: 143px;
			width: 257px;
			height:173px;
			background: url('../images/layouts/youth/events_bg.png') no-repeat;
		}
			
			#eventsContent {
				position: absolute;
				width:217px;
				height: 100px;
				font-size: 13px;
				line-height: 18px;
				top:60px;
				left:10px;
				padding: 0 10px;
				overflow:hidden;
			}
		
		#quote {
			position: absolute;
			left: 547px;
			top: 400px;
			width: 317px;
			height:170px;
		}

	#bottom {
		position: relative;
		margin: 0 auto;
		height: 204px;
		width:100%;
		background: url('../images/layouts/youth/footer_repeat.jpg') top center repeat-x;
	}
	
		#bottom p {
				font-family: "Arial Rounded MT Bold";
				font-size: 10px;
				color: #FFFFFF;
				line-height: 15px;
				text-align: left;
				margin-top: 0;
			}
			
			#bottom p a:link, #bottom p a:visited {
				color: #FFFFFF;
				text-decoration: underline;
			}
			
			#bottom p a:hover, #bottom p a:active {
				color: #AAAAAA;
				text-decoration: underline;
			}
		
		#footer_bg {
			position: relative;
			height: 204px;
			margin: 0 auto;
			padding: 0px;
			width: 1200px;
			background: url('../images/layouts/youth/footer_img.jpg') no-repeat;
		}
		
		#spacer {
			height:55px;
		}
		
		#footer {
			position: relative;
			margin: 0 auto;
			top: 0px;
			width: 1030px;
			height:30px;
		}
			
			#copyright {
				position: absolute;
				left:0;
				margin: 0;
				padding: 0;
				height: 30px;
			}
			
			#artistry {
				position: absolute;
				right:0px;
				margin: 0;
				padding: 0;
				height: 30px;
			}
			
		#spacer2 {
			height:5px;
		}
		
		#quicklinks {
			position: relative;
			margin: 0 auto;
			padding: 0;
			height:25px;
			width: 750px;
			font-family: sans-serif;
			font-size: 15px;
			color: #a37f35;
			text-align: center;
			text-transform: lowercase;
		}
			
			#quicklinks a {
				font-family: sans-serif;
				font-size: 15px;
				color: #a37f35;
				text-align: center;
				margin-top: 0;
				text-transform: lowercase;
			}
			
			#quicklinks a:link, #quicklinks a:visited {
				color: #a37f35;
				text-decoration: none;
			}
			
			#quicklinks a:hover, #quicklinks a:active {
				color: #004864;
				text-decoration: none;
			}