/*
Inline CSS for Getting Started Brewing My Own Beer Post
*/

#img {
	float:left;
	width:160px;
	height:150px;
	margin-bottom:20px;
	clear:left;
	
}	

#text {
	float:right;
	width:436px;
	height:150px;
	margin-bottom:20px;
	
}

#img2 {
	float:left;
	width:160px;
	height:150px;
	margin-bottom:20px;
	clear:left;
	background-color: #eeeeee;
	
}	

#text2 {
	float:right;
	width:436px;
	height:150px;
	margin-bottom:20px;
	background-color: #eeeeee;
	
}
