
#imgRight, #imgLeft{
	padding-bottom: 15px;
	min-height: 100px;
	
}
#imgRight img{
	float: right;
	clear: both;
	margin-right: 5px;
}
#imgLeft img{
	float: left;
	clear: both;
	margin-right: 5px;
}
.indented{
	text-indent: 10px;
}

