.word_col1 {
	text-align: right;
	width: 44%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.word_col2 {
	text-align: right;
	float: right;
	width: 44%;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-style: double;
	border-left-color: #600000;
}
.fixed_len {
	text-align: center;
	vertical-align: middle;
	width: 200px;
}
.feedback {
	font-weight: bold;
	color: #990000;
	text-align: center;
}


#wordlist {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center_col {
	text-align: center;
	vertical-align: top;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
#spell_area {
	background-image: url(images/spellbk3.gif);
	height: 401px;
	width: 675px;
	background-repeat: no-repeat;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#spell_area p {
	margin-top: 300px;
	margin-right: 400px;
}

#practice_area {
	background-image: url(images/spellbk1.gif);
	height: 337px;
	width: 587px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#practice_area_inset{
	/*margin-top: 120px;
	margin-right: 250px;*/
	padding-top: 90px;
	padding-right: 250px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#practice_area_counter{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 80px;
	position: relative;
	top: 200px;
	right: 150px;
}
