IMG.left {
	align: left;
	float: left;
	margin-right: 0.5in;
}

IMG.left-1 {
	margin-left: .5in;
	padding:.5in;
	float: left;	
}

IMG.left-button {
	float: left;
	position: relative;
	left: 12;
}

IMG.right-button {
	float: right
	position: relative;
	right:108;
}

IMG.right {
	align: right;
	float:right;
}

IMG.left-nf {
	float: none;
	position: relative;
	left: 0;
}

IMG.center {
	align: center;
	position: relative;
	float: none;
}