.leftcell {
	float: left;
	width: 300px;
}
.leftcellpic {
	float: left;
	clear:left;
}
.cellwrapper {
	height: 300px;
}


.rightcell {
	float: right;
}
.rightcelltext {
	float: none;
	clear: right;
	margin: 65px 0 0 0;
	width: auto;
	padding-top: 20px;
}
