.divider {
	background: url('../images/line_orange.gif') repeat-x 0 16px;
	overflow: hidden;
	height: 33px;
	margin: 10px 70px 20px 50px;
}

.divider img.up_right {
	float: right;
}

.divider img.down_left {
	margin-top: 17px;
}

.divider img.down_right {
	float: right;
	margin-top: 17px;
}

.left {
	clear: left;
}

.right {
	clear: right;
}

.image_left {
	float: left;
	margin-right: 15px;
}

.image_right {
	float: right;
	margin-left: 15px;
}

.section {
	height: 1%; /* Need for IE7 fix - hasLayout */
}