/* styles for words_letters.php */
#content {
	height: 1300px;
}

#leftsidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	text-align: center;
}
#rightsidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
}
#rightsidebar p {
	display: block;
	color: #FFFF99;
	margin-left: 5%;
}
#rightsidebar h2 {
	color: #ff9;
	font-size: 100%;
	text-align: center;
}
.center {
	text-align: center;
}
.emphasis {
	color: #FF00FF;
	font-weight: bold;
}
#mainsection {
	margin-left: 175px;
	margin-right: 165px;
	margin-bottom: 50px;
	padding-left: 2px;
	padding-right: 2px;
	color: #552197;
}
table {
	width: 455px;
}
td {
	padding: 5px;
}
td h4, h3, h2, h1, {
	text-align: left;
	font-size: 1em;
	color: #552094;
}
td.center {
	text-align: center;
}
.floatright {
	float: right;
	padding-left: 5px;
}
.floatleft {
	float: left;
	padding-right: 5px;
}
