﻿.right { float:right; }

.left { float:left; }

.clearIt:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
html .clearIt { height: 1%;	}

div .clearNow 
{
    clear:both;
}
