
#divMain{
	width:1000px;
	margin:0 auto;
	height:600px;
	background:#539BDB;
}
#divBanner{
	width:1000px;
	height:50px;
	font-size:40px;
	background:#DB9353;
	text-align:center;
	font-family:Averia Gruesa Libre;
}
#divInstructions{
	width:1000px;
	height:50px;
	background:bisque;
	font-size:35px;
	text-align:center;
	font-family:Gorditas;
}
#divSubjects{
	width:1000px;
	height:450px;
	background:#539BDB;
}
#divRow_1{
	overflow-y:hidden;
	height:220px;
}
#divRow_2{
	height:220px;
}
#divFooter{
	width:1000px;
	height:50px;
	background:#9090BB;
}
.pSubject{
	width:196px;
	height:26px;
	text-align:center;
	font-family:Gorditas;
	font-size:20px;
	cursor:pointer;
}
.divSubject:hover .pSubject{
	font-size:22px;
}
.imgSubject{
	width:196px;
	height:166px;
	margin-top:4px;
}
.divSubject{
	height:200px;
	width:200px;
	border:2px black solid;
	text-align:center;
	font-family:Gorditas;
	margin:2px 22px 1px 22px;
	float:left;
	background:white;
	font-size:20px;
	cursor:pointer;
}
.divSubject:hover{
	background-color:#3DF5F8;
}
.divRows{
	width:996px;
	height:220px;
	background:blue;
	border:2px solid bisque;
}