

div.three_column {
	width: 175px;
	margin: 5px 7px;
	float: left;
	text-align: center;
}

div.two_column_1 {
	width: 200px;
	margin-right: 10px;
	float: left;
}
div.two_column_2 {
	width: 360px;
	float: left;
}
div.icon_left {
	float: left;
	width: 100px;
	margin-top: 10px;
}
div.icon_right {
	float: right;
	width: 100px;
	margin-top: 10px;
	text-align: right;
	
	clear: both;
}

div.recipes_column_1 {
	width: 95px;
	margin-right: 10px;
	float: left;
}
div.recipes_column_2 {
	width: 460px;
	float: left;
}

