body{
	margin:0px 0px; padding:0px;
	text-align:center;
}

#FullPage {
	position: relative;
	width:1024px;
	padding-bottom: 50px;
	height: 550px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
}

#PageTitle{
	position: absolute;
	top: 25px;
	width: 1000px;
	height: 35px;
	text-align: center;
}

.Titles{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#E75A28;
	text-align: center;
}


#Directions{
	position: absolute;
	top: 75px;
	width: 1000px;
	height: 50px;
	display: block;
}

.directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#000000;
	text-align: center;
}

#ProblemType{
	position: absolute;
	top: 175px;
	width: 1000px;
	height: 50px;
	display: block;
}

#PicturesToDisplay{
	position: absolute;
	top: 225px;
	width: 1000px;
	height: 350px;
	display: block;
}

#PronounPictureToDisplay{
	position: relative;
	margin-top: 25px;
	display: block;
}

img {
  height: 250px;
  border: 3px solid black;
}

td{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	text-align: center;
}

td img{
	display: block;
	margin-left: auto;
	margin-right: auto;

}

#AnswerArea{
	position: absolute;
	top: 595px;
	width: 860px;
	left: 140px;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	display: block;
}

#SubmitButton{
	position: absolute;
	top: 20px;
	right: 140px;
}

.button{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#E75A28;
	text-align: center;
	width: 100px;
	height: 25px;
	background-color: #EEEEEE;
	border: solid 2px #E75A28;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 05px;
}

input{
	width: 400px;
	height: 45px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color:#E75A28;
	border: 2px solid #E75A28;
	padding-left: 10px;
}

#CorrectAnswerArea{
	position: absolute;
	top: 560px;
	width: 1000px;
	margin-left: auto;
	height: 25px;
	text-align: center;
	display: none;
}

#TextbookAnswer{
	position: absolute;
	top: 25px;
	left: 140px;
	width: 600px;
	text-align: left;
	display: block;
}

#SubmittedAnswer{
	position: absolute;
	top: 75px;
	left: 140px;
	width: 600px;
	text-align: left;
	display: block;
}

.answertitle{
	position: absolute;
	text-align: right;
	width: 250px;
}

.actualanswer{
	position: absolute;
	left: 275px;
	text-align: left;
	width: 500px;
}

#NextButton{
	position: absolute;
	top: 35px;
	right: 140px;
	width: 100px;
	text-align: center;
	display: block;
}

#LinkArea{
	position: absolute;
	top: 700px;
	left: 300px;
	width: 400px;
	text-align: left;
	display: block;
}

li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#000000;
	padding-bottom: 20px;
}

#PreviousAnswers{
	position: absolute;
	top: 875px;
	left: 100px;
	width: 800px;
	text-align: left;
	display: block;
}

