/* 
    Document   : floats
    Created on : 2010-4-28, 11:36:36
    Author     : bahamut
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
	.floatLeft { float:left }
	.floatRight { float:right }

