/* 
Filename: 		class.css
Author: 		Jean Rodeghiero Marques (jean@e-desegno.com)
Creation Date: 	00/00/00
*/
/* Position Classes */
.left		{float:left;}
.right		{float:right;}
.center		{margin-left:auto; margin-right:auto;}
.centered	{padding:0px 25%;} /* Alternative */
.relative	{position:relative;}
.absolute	{position:absolute;}
/* Display Classes */
.block		{display:block;}
.hidden		{display:none;}
/* Width Classes */
.full		{width:99.5%;}
.half		{width:48%;}
.one-third	{width:32%;}
.two-thirds	{width:64%;}
.clear		{clear:both;}
