/********
	Float Styles
		**********/
.floatwrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.floatwrapper {display:inline-block;}
/* Hide from IE Mac \*/
	.floatwrapper {display:block;}
/* End hide from IE Mac */

.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.left{
	float:left;
	margin:0 0 0 0;
}
.center{
	margin:0 0 0 0;
}
.right{
	float:right;
	margin:0 0 0 0;
}
.clear{
	clear:both;
}
.hide{
	display:none;
}
.imgleft{
	float:left;
	margin-right:30px;
}
.imgrt{
	float:right;
	margin-left:30px;
}
