.pagcont {
	width: 200px;
	float: left;
}

.sidebox {
	width: 220px;
	border-bottom: #000 solid thin;
	border-top: solid thin #F00;
	float: left;
}

.sidebox img {
	text-align: center;
}

.clear {
	clear: both;
}

dt {
	font-weight: bold;
	font-size: 1.3em;
}