body {
	padding: 0;
	margin: 0; 
	height:100%;
	width:100%;
	background: url('../images/layouts/highschool/footer_img2.jpg') top center repeat;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 600px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
background: url('../images/layouts/highschool/maincontainer_bg2.png') top center repeat-x;
	z-index: 15;
}

	#contentContainer {
		position: relative;
		margin: 0 auto;
		width: 960px;
		height: 667px;
		text-align: center;
	}
	
	
		
		#header {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			height: 302px;
			z-index: 10;
		}
		
			#flash {
				z-index: 10;
			}
			
				#flashDiv img {
					margin: 0px;
				}
			
		#mainButtons {
			position: absolute;
			top:306px;
			background: url('../images/layouts/highschool/buttons.png') top left no-repeat;
			width:998px;
			height:304px;
		}
		
			#new {
				position: absolute;
				top:32px;
				left: 0px;
				width:200px;
				height:240px;
			}
			
			#new:hover {
				border: 0px;
				background: url('../images/layouts/highschool/new_btn.png') top left no-repeat;
			}
			
			#calendar {
				position: absolute;
				top:96px;
				left:215px;
				overflow: hidden;
				width:156px;
				height:144px;
				padding: 40px 0 0 0;
			}
			
			#calendar a {
				position: absolute;
				width:160px;
				height:40px;
				left:0px;
				top:0px;
			}
			
			#calendar a:hover {
				border: 0px;
				background: url('../images/layouts/highschool/calendar_btn.jpg') top left no-repeat;
			}
			
			#parents {
				position: absolute;
				top:94px;
				left:386px;
				width:172px;
				height:52px;
			}
			
			#parents:hover {
				border: none;
				background: url('../images/layouts/highschool/parents_btn.jpg') top left no-repeat;
			}
			
			#students {
				position: absolute;
				top:138px;
				left:386px;
				width:172px;
				height:40px;
			}
			
			#students:hover {
				border: none;
				background: url('../images/layouts/highschool/students_btn.jpg') top left no-repeat;
			}
			
			#volunteers {
				position: absolute;
				top:176px;
				left:386px;
				width:172px;
				height:40px;
			}
			
			#volunteers:hover {
				border: none;
				background: url('../images/layouts/highschool/volunteers_btn.jpg') top left no-repeat;
			}
			
			#media {
				position: absolute;
				top:32px;
				left:582px;
				width:172px;
				height:240px;
			}
			
			#media:hover {
				border: none;
				background: url('../images/layouts/highschool/media_btn.png') top left no-repeat;
			}
			
			#eventBox {
				position: absolute;
				top:72px;
				left:772px;
				width:205px;
				height:128px;
			}
		
		#content {
			position: relative;
			margin: 375px auto 0;
			padding: 0px;
			width: 960px;
		}
					
		#footer {
			position: absolute;
			margin: 0px auto;
			padding: 0px;
			top: 664px;
			left:100px;
			width: 780px;
			height:30px;
			z-index: 200;
		}
		
			#footer p {
				font-family: "Arial Rounded MT Bold";
				font-size: 10px;
				color: #aeadad;
				line-height: 15px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #aeadad;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #979797;
				text-decoration: underline;
			}

#spacer {
	height:20px;
}

#footerImg {
	position: absolute;
	height:77px;
	top: 620px;
	width:100%;
	background: url('../images/layouts/highschool/footer_img.png') center repeat-x;
	z-index: 10;
}

#contentBackground {
		position:absolute;
		top:300px;
		height:340px;
		width:100%;
		background:  url('../images/layouts/highschool/body_bg.jpg') top center repeat;
		z-index: 5;
	}