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: relative;
	margin-top: 25px;
	width: 1024px;
	height: 35px;
	text-align: center;
}

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

#OptionArea{
	position: relative;
	margin-top: 20px;
	height: 25px;
	width: 1000px;
}

#Dialog4{
	position: absolute;
	top: 0px;
	left: 25px;
	width: 250px;
}

#Dialog3{
	position: absolute;
	top: 0px;
	left: 300px;
	width: 250px;
}

#Verbs{
	position: absolute;
	top: 0px;
	left: 600px;
	width: 250px;
}

#BoardArea{
	position: relative;
	top: 0px;
	left: 12px;
	width: 1000px;
	height: 440px;
}

#DialogDirections{
	position: absolute;
	top: 25px;
	width: 1000px;
	display: block;
}

#WordDirections{
	position: absolute;
	top: 25px;
	width: 1000px;
	display: none;
}

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

.inactiveoption{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#AAAAAA;
}

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

#ActiveSound{
	position: relative;
	top: 50px;
	width: 1000px;
	height: 50px;
	display: block;
}

#SpanishDialogArea{
	position: absolute;
	top: 120px;
	width: 450px;
	height: auto;
	background-color: #EEEEEE;
	border: solid 3px #E75A28;
	border-radius: 5px;
	padding-bottom: 20px;
	display: block;
}

#EnglishDialogArea{
	position: absolute;
	top: 120px;
	width: 450px;
	left: 500px;
	height: auto;
	background-color: #EEEEEE;
	border: solid 3px #E75A28;
	border-radius: 5px;
	padding-bottom: 20px;
	display: block;
}

#SpanishWordArea{
	position: absolute;
	top: 75px;
	width: 250px;
	height: 25px;
	left: 375px;
	background-color: #EEEEEE;
	border: solid 3px #E75A28;
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color:#000000;
	text-align: center;
	display: none;
}

#EnglishWordArea{
	position: absolute;
	top: 175px;
	width: 950px;
	left: 25px;
	height: 100px;
	padding-bottom: 20px;
	display: none;
}

.guessbox{
	top: 25px;
	width: 225px;
	height: 25px;
	background-color: #EEEEEE;
	border: solid 3px #E75A28;
	border-radius: 5px;
	padding-top: 25px;
	padding-bottom: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
	text-align: center;
}

#EW1{
	position: absolute;
	left: 0px;
}

#EW2{
	position: absolute;
	left: 240px;
}

#EW3{
	position: absolute;
	left: 480px;
}

#EW4{
	position: absolute;
	left: 720px;
}

#WordScoreArea{
	position: absolute;
	top: 350px;
	left: 100px;
	width: 800px;
	height: 50px;
	display: none;

}

#CorrectScore{
	position: absolute;
	left: 100px;
}

#WrongScore{
	position: absolute;
	left: 600px;
}

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

#Conjugations{
	position: absolute;
	top: 450px;
	width: 1000px;
}

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

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

#Con3{
	position: absolute;
	top: 0px;
	left: 675px;
}

#Con4{
	position: absolute;
	top: 50px;
	left: 25px;
}

#Con5{
	position: absolute;
	top: 50px;
	left: 350px;
}

#Con6{
	position: absolute;
	top: 50px;
	left: 675px;
}

.conjugationtext{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#E75A28;
	text-align: center;
	width: 300px;
}

#WrongHistory{
	position: absolute;
	top: 600px;
	left: 350px;
	width: 200px;
}

.textstring{
	position: relative;
	margin-top: 15px;
	width: 400px;
	left: 25px;
	height: 100%;
	text-align: left;
	padding-bottom: 10px;
}
