
/*	This algorithm examines children within an element
	and finds the best fit.
	Assumptions:  Children are floated left within the element.
	There is only one element on the page.
	Element-width only ever changes on window resize.
*/
function bestFit(element, child){

};