@charset"UTF-8";
img.left{
	float: left;
	margin:0 10px 10px 0;	
}
img.right{
	float: right;
	margin: 0 0 10px 10px; 
}
.clear{
	clear: both;	
}
