/* 
Filename: 		class.css
Author: 		Jean Rodeghiero Marques (jean@e-desegno.com)
Creation Date: 	00/00/00
*/
/* Position Classes */
.left		{float:left;}
.right		{float:right;}
.relative	{position:relative;}
.absolute	{position:absolute;}
/* Display Classes */
.block		{display:block;}
.hidden		{display:none;}
/* Width Classes */
.full		{width:100%;}
.half		{width:48%;}
.one-third	{width:30%;}
.two-thirds	{width:64%;}
.clear		{clear:both}
.c_left		{clear:left;}
.c_right	{clear:right;}
