.leftcolumn {
	width: 270px;
	float: left;
	margin-right: 10px;
}
.rightcolumn {
	width: 270px;
	float: left;
}
.widecolumn {
	width: 645px;
	float: left;
}
.box_program {
	width: 201px;
	height: 300px;
	padding: 40px 25px 10px 15px;
	background: transparent url(/images/box_program.gif) no-repeat top left;
}
	.box_program  ul {
		list-style-type: none;
		color: #333333;
		text-transform: uppercase;
		margin-left: 15px;
	}
		.box_program  ul li {
			border-bottom: 1px solid #17b1dc;
		}
