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/sub_top_bg.jpg') top center repeat-x;
	}
	
		#header {
			position: relative;
			margin: 0 auto;
			padding: 0;
			height: 250px;
			width: 1050px;
		}
		
			#logo {
				position: absolute;
				left: 0px;
				top: 0px;
				width:356px;
				height: 150px;
				z-index: 200;
			}
			
			#ro1 {
				position: absolute;
				left: 18px;
				top: 128px;
				width: 114px;
				height:69px;
				z-index: 100;
			}	
			
			#ro2 {
				position: absolute;
				left: 125px;
				top: 123px;
				width: 114px;
				height:69px;
				z-index: 100;
			}
			
			#ro3 {
				position: absolute;
				left: 232px;
				top: 118px;
				width: 114px;
				height:69px;
				z-index: 100;
			}
			
			#priNav_container {
				position: absolute;
				top: 0px; 
				left: 344px;
				width: 707px;
				height: 51px;
				padding: 0px;
				margin: 0px;
				/*overflow:hidden;*/
				/*z-index:500;*/
				background: url('../images/layouts/youth/sub_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: 117px;
					}
				
						#priNav li a {
							position: relative;
							padding: 0px 0px 0px 12px; /* padding strictly for the background to show completely */
							color: #ae0000;
							font-family: sans-serif;
							font-size: 11px;
							line-height: 66px;
							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;
						}
		
		#contentBg {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 100%;
			background-color: #f2eed6;
		}
		
			#contentContainer {
				position: relative;
				margin: 0px auto;
				padding: 0px;
				width: 980px;
			}
			
				#contentHeader {
					position: relative;
					margin: 0 auto;
					width:980px;
					height:20px;
					background: url('../images/layouts/youth/content_header.jpg') no-repeat;
				}
			
				#content {
					position: relative;
					margin: 0 auto;
					padding:0 30px;
					width:920px;
					min-height:380px;
					background: url('../images/layouts/youth/content_bg.jpg') repeat-y;
				}
				
				#contentFooter {
					position: relative;
					margin: 0 auto;
					width:980px;
					height:60px;
					background: url('../images/layouts/youth/content_footer.jpg') no-repeat;
				}

	#bottom {
		position: relative;
		margin: 0 auto;
		height: 86px;
		width:100%;
		background: url('../images/layouts/youth/sub_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: 86px;
			margin: 0 auto;
			padding: 0px;
			width: 1200px;
			background: url('../images/layouts/youth/sub_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;
				}