/* ALFA TRANSFORMER LAYOUT 2 CSS */

.content2 {
	background: #D2D8CD;
	border: 1px solid #0E5B8C;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 1%; /* Because IE is stupid. Forces 'has-layout'. */
}

.left2 {
	width: 520px;
	float: left;
	text-align: left;
	margin: 20px 10px 20px 20px;
	display: inline; /* Because IE is stupid. Allows float to work. */
}

.right2 {
	width: 318px;
	float: left;
	text-align: center;
	margin: 20px 20px 20px 10px;
}

.right2 p {
	text-align: left;
}

.right2 img {
	text-align: center;
}