@charset "utf-8";
/* CSS Document */

body{
	background-color: #0000FF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
}

#summerReading{
	position: absolute;
	width: 300px;
	float: left;
	z-index: 1;
	left: 607px;
	top: -114px;
	
}


#banner{
	background-color: #41ad49;
	width: 346px;
	height: 120px;
	border: black thick solid;
	padding-top: 30px;
	padding-left: 20px;
	float: left;
	position: relative;
}

#container{
	width: 950px;
	margin:0 auto; 
}

#stars{
	background-image: url(../images/bgStar.gif);	
	background-repeat: repeat;
	width: 100%;

}

#redThing{
	background-color: #d2232a;
	background-image: url(../images/robotRed.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 507px;
	height: 172px;
	border: black thick solid;
	float: left;
	position: relative;
	left: 23px;
}

#redThing img{
	position: relative;
	top: 35px;
	right: 55px;
	
}

.program{
	border: black medium solid;
	position: relative;
	width: 375px;
	margin:0 auto;
	height: auto;
}

.programTitle{
	display: block;
	background-color: #41ad49;
	height: 65px;
	font-family: "Comic Sans MS", Arial;
	color: white;
	text-align: center;
	font-weight: bold;
}

.programName{
	font-size: 18px;
}

.programDate{
	font-style: italic;
}

.programFont{
	z-index: 1;
	float: left;
	margin-left: 65px;
	width: 270px;
}

#june{
	background-repeat: no-repeat;
	height: 270px;
	background-position: bottom left;

}

#june2{
	background-repeat: no-repeat;
	height: 270px;
	background-position: bottom left;

}

#redRobot{
	width: 196px;
	top: 44px;
	position: relative;
	float: left;
}

#otherRobot{
	width: 466px;
	position: relative;
	float: left;
	padding-right: 0px;
	top: 45px;
}
#bookOfMonth{
	position: absolute;
	left: 17px;
	top: 46px;
	width: 184px;
	height: 251px;

}
#content{
	background-color: #FFFFFF;
	width: 610px;
	border: black thick solid;
	float: left;
	position: relative;
	left: -40px;
	z-index: 0;
	top: 27px;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
}

#nav{
	float: left;
	z-index: 10;
	position: relative;
	clear: left;
	top: 48px;
}

#nav ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;

}

#nav li{
	width: 214px;
	height: 49px;
	display: block;
	background-color: #fdb714;
	border: black thin solid;
	margin-top: 15px;
	padding-left: 5px;
	padding-top: 8px;

}

#footer{
	font-size: 9px;
	color: #FFFFFF;
	position: relative;
	text-align: center;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	top: 40px;
}

#footer a{
	text-decoration: none;
	color: #FFFFFF;

}

.heading{
	color: #41ad49;
	font-weight: bold;

}

a{
	color: #0000FF;

}

.bigHeading{
	color: #d2232a;
	font-size: 18px;
	font-weight: bold;

}
