/* 
	Ben Pearson	
	ben@sturdybubbles.com
	http://sturdybubbles.com
*/

.clear 				{clear:both;}
.float-left 		{float:left;}
.float-right 		{float:right;}
.relative-parent 	{position:relative;}
.text-left 			{text-align:left;}
.text-right 		{text-align:right;}
.text-center 		{text-align:center;}
.text-justify 		{text-align:justify;}
.bold 				{font-weight:bold;}
.italic 			{font-style:italic;}


	
 