/* CSS Document */
img.left
{
	float:left;	
	width:550px;
	
}

p.clear
{
	clear:both;	
	width:550px;
	float:right;
	margin-top:-100px;
}

img.right
{
	float:right;	
	width:550px;
	
	
}

