


#LeftResources{
	position: absolute;
	top: 0px;
	left: 25px;
}

#RightResources{
	position: absolute;
	top: 0px;
	left: 475px;
}

#dividerofcontentreview{
	position: relative;
	top: 15px;
	height: 50px;
	text-align: center;
}

#New{
	position: relative;
	top: 0px;
	left: 0px;
}

#AP1Review{
	position: relative;
	top: 0px;
	left: 0px;
}

#Labs{
	position: absolute;
	top: 350px;
	left: 0px;
}

#Games{
	position: absolute;
	top: 700px;
	left: 0px;
}

#Tools{
	position: absolute;
	top: 350px;
	left: 0px;
}

#Problems{
	position: absolute;
	top: 700px;
	left: 0px;
}

#TableOfResources{
	position: relative;
	top: 30px;
	left: 50px;
	width: 900px;
	height: 1100px;
}

#TableOfResourcesReview{
	position: relative;
	top: 50px;
	left: 25px;
	width: 900px;
	height: 600px;
}

#MainMessage{
	position: relative;
	top: 10px;
	left: 25px;
	height: 80px;
	width: 850px;
}

#MainMessage2{
	position: relative;
	top: 30px;
	left: 25px;
	height: 130px;
	width: 850px;
	
}

#MainMessage3{
	position: relative;
	top: 30px;
	left: 25px;
	height: 50px;
	width: 850px;
}

#OtherResources{
	position: relative;
	top: 0px;
	left: 25px;
	width: 850px;
}

.MessageText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
}

.SectionHolder{
	height: 350px;
	width: 400px;
	border: 2px black;
}

.SectionTitle{
	position: absolute;
	top: 10px;
	left: 0px;
	color: #990000;
	font-size:28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 400px;
	text-align: center;
	
}

.SectionText{
	position: absolute;
	top: 50px;
	left: 0px;
	color: #000000;
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 400px;
	text-align: center;
}

.SectionPicture{
	position: absolute;
	top: 125px;
	left: 0px;
	width: 400px;
	text-align: center;

}