/* http://www.mlstudiopr.com/ */
/* A Web Design and Development Company*/

/* ML Generals */
	*{ margin:0px; padding:0px}

/* ML Layout */
	.left	{float:left !important}
	.right	{float:right !important}
	.middle	{margin:auto;}
	.center	{text-align:center}
	
	.thirds	{width:66%}		/* 2/3 */
	.half	{width:50%}		/* 1/2 */
	.third	{width:33%}		/* 1/3 */
	.quart	{width:25%}		/* 1/4 */
	.fifth	{width:20%}		/* 1/5 */
	
	.hidden	{display:none}
	.clear	{clear:both}
	
*{ font-family:"lucida grande",tahoma,verdana,arial,sans-serif;}
