#PageHolder{
	position: absolute;
	top: 75px;
	left: 0px;
	width: 1024px;
	text-align: center;
}

#TopicTitle{
	position: absolute;
	top: 75px;
	left: 0px;
	width: 1024px;
	text-align: center;
}

.TopicTitleText{
	position: relative;
	top:0px;
	height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	text-align: center;
}

.TopicDescriptionText{
	position: relative;
	top:25px;
	height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	text-align: center;
}

.doublediv{
	position: relative;
	top:25px;
	left: 0px;
	width: 1024px;
	clear: left;
	margin-bottom: 25px;
}

#KeynoteArea{
	position: relative;
	float: left;
	top: 25px;
	left: 0px;
	padding: 10px;
	margin-bottom: 25px;
	width: 470px;
	border: solid 2px black;
}

#YouTubeArea{
	position: relative;
	top: 25px;
	left: 0px;
	margin-left: 500px;
	padding: 10px;
	margin-bottom: 25px;
	width: 470px;
	border: solid 2px black;
}

.SectionTitleText{
	position: relative;
	top:0px;
	height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	text-align: center;
}

.SingleResource{
	position: relative;
	top: 10px;
	height: 110px;
	width: 465px;
	margin-bottom: 25px;
}

.SingleResourceNoPicture{
	position: relative;
	top: 10px;
	height: 25px;
	width: 465px;
	margin-bottom: 10px;
	
}

.ResourceTitle{
	position:relative;
	top:10px;
	width: 275px;
	left:175px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#990000;
	margin-bottom: 10px;
	text-align: center;
}

.DescriptionText{
	position: relative;
	padding-top: 10px;
	height: 25px;
	width: 300px;
	left: 165px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;
	text-align: center;
}

.ResourceTitleNoPicture{
	position:absolute;
	top:0px;
	width: 425px;
	left:25px;
	height:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#990000;
	text-align: left;
}

a{
	text-decoration: none;
}

#LabChallengeArea{
	position: relative;
	float: left;
	margin-left: 0px;
	top: 25px;
	left: 0px;
	padding: 10px;
	width: 470px;
	margin-bottom: 25px;
	border: solid 2px black;
}

#HWProblemArea{
	position: relative;
	top: 25px;
	left: 0px;
	margin-left: 500px;
	padding: 10px;
	width: 470px;
	margin-bottom: 25px;
	border: solid 2px black;
}

.thumbnail{
	position: absolute;
	top:0px;
	height: 100px;
	width: 150px;
	left: 0px;
	border: solid 1px black;
}

#OtherApplications{
	position: relative;
	float: left;
	margin-left: 0px;
	top: 25px;
	left: 0px;
	padding: 10px;
	width: 970px;
	border: solid 2px black;
}

.doublewide{
	position: relative;
	top:25px;
	left: 0px;
	width: 1024px;
	clear: left;
	margin-bottom: 25px;
}

.SingleResourceRight{
	position: absolute;
	top: 10px;
	height: 110px;
	width: 465px;
	left: 485px;
}

