@charset "UTF-8";
/* CSS Document */

#header {
	background-image: url(no-more_website_banner.jpg);
	position: absolute;
	height: 67px;
	width: 800px;
	top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	z-index: 1;
}
#header_home {
	background-image: url(banners/banner_lockers.jpg);
	position: absolute;
	height: 192px;
	width: 780px;
	top: 0px;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	z-index: 1;
	background-repeat: no-repeat;
}
#header_goals {
	background-image: url(banners/banner_chalkboard.jpg);
	position: absolute;
	height: 192px;
	width: 780px;
	top: 0px;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	z-index: 1;
	background-repeat: no-repeat;
}
#header_educators {
	background-image: url(banners/banner_bball.jpg);
	position: absolute;
	height: 192px;
	width: 780px;
	top: 0px;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	z-index: 1;
	background-repeat: no-repeat;
}
#header_resources {
	background-image: url(banners/banner_bus.jpg);
	position: absolute;
	height: 192px;
	width: 780px;
	top: 0px;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	z-index: 1;
	background-repeat: no-repeat;
}
#header_news {
	background-image: url(banners/banner_bathroom.jpg);
	position: absolute;
	height: 192px;
	width: 780px;
	top: 0px;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	z-index: 1;
	background-repeat: no-repeat;
}
#header_us {
	background-image: url(banners/banner_small_lockers.jpg);
	position: absolute;
	height: 192px;
	width: 780px;
	top: 0px;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	z-index: 1;
	background-repeat: no-repeat;
}
#home_link {
	height: 50px;
	width: 237px;
	position: absolute;
	top: 112px;
	left: 31px;
	border: 0;
}
#goals_link {
	position: absolute;
	top: 161px;
	left: 309px;
}
#educators_link {
	position: absolute;
	top: 161px;
	left: 402px;
}
#resources_link {
	position: absolute;
	top: 161px;
	left: 523px;
}
#news_link {
	position: absolute;
	top: 161px;
	left: 620px;
}
#us_link {
	position: absolute;
	top: 161px;
	left: 713px;
}
#main {
	position: relative;
	width: 800px;
	top: 200px;
	z-index: 2;
	border: 0;
} 
#main_text {
	position: relative;
	left: 0px;
	width: 550px;
}
#main_sidebar {
	position: absolute;
	width: 170px;
	top: 0px;
	background-color: #F70;
	color: #FFF;
	padding: 5px;
	vertical-align: top;
	height: auto;
	left: 40px;
}
#rotate_img_para {
	left: 34px;
	position: relative;
	height: 350px;
	width: 750px;
}
#rotate_img {
	width: 738px;
}
#footer {
	position: relative;
	width: 800px;
	height: 50px;
	top: 160px;
	z-index: 3;
	background-image: url(no-more_footer.jpg);
	background-repeat: no-repeat;
}
#foot_text {
	position: relative;
	top: 50px;
	height: 30px;
	z-index: 3;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	position: absolute;
	line-height: 14px;
	margin: 0px;
}
a {
	color: #A1004B;
	text-decoration: none;
}
a img {
	border:none; 
}
h1 {
	text-transform: uppercase;
}
h2 {
	text-transform: uppercase;
	font-size: 13px;
	height: 9px;
	vertical-align: bottom;
	margin-top: 20px;
}
p {
	
}
.center_align {
	text-align: center;
}
.gray_text_override {
	color: #333;
}

