#content
{
	height: 52em;
}
#box1
{
	position: absolute;
	top: 0;
	left: 2em;
	width: 44em;
}
.boxl, .boxr
{
	color: rgb(128, 0, 128);
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}
.boxl
{
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}
.boxr
{
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
.colgreen
{
	color: #008000;
}

