#theright {
	color: #000000;
	text-align: left;
	width: 20%;
	float: right;
}
#theoverall {
	float: right;
	width: 500px;
}
#theleft {
	color: #000000;
	text-align: right;
	float: left;
	width: 80%;
}
