#bg-splash-1 {
	position: absolute;
	z-index: -1;
	background-image: url(images/backgrounds/blue-hand2.gif);
	width: 400px;
	height: 332px;
	left: -245px;
	top: -20px;
}

#splash-img1 {
	width: 300px;
	height: 242px;
	float: right;
	background-image: url(images/kids.png);
	position: relative;
	right: -50px;
}
/*
#splash-img2 {
	width: 300px;
	height: 219px;
	float: left;
	background-image: url(images/kids2.png);
	position: relative;
	top: 50px;
	left: -50px;
}*/

.cal-day {
	display: block;
	height: 42px;
	width: 36px;
	text-indent: -4000px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

#cal-mon {
	background-image: url(images/mon.png);
}

#cal-tue {
	background-image: url(images/tue.png);
}

#cal-wed {
	background-image: url(images/wed.png);
}

#cal-thu {
	background-image: url(images/thu.png);
}

#cal-fri {
	background-image: url(images/fri.png);
}

#age {
	background-image: url(images/2-34.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 50px;
	margin: 0px;
	min-width: 200px;
	width: 200px;
	min-height: 46px;
	height: 46px;
	position: absolute;
	top: 450px;
	right: 0px;
}

#uniform {
	background-image: url(images/uniform.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 50px;
	margin: 0px;
	min-width: 200px;
	width: 200px;
	min-height: 46px;
	height: 46px;
	position: absolute;
	top: 560px;
	right: 0px;
}


#age p, #uniform p {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}