div#junior-graphic {
	position: relative;
	top: 55px;
	left: 345px;
}
div#leftcol {
	position: relative;
	left: 290px;
	top: 60px;
	width: 310px;
}
div#rightcol {
	position: absolute;
	right: 55px;
	top: 227px;
	width: 310px;
}
.border {
	border: 1px solid #66CC66;
	padding: 6px;
}

