/* Core Styles for CMS2o
-------------------------*/
.clearfix {
	clear:both;
}

#content .fl {
	float: left;
}
#content .fr {
	float: right;
}
#content .center, #content .center img {
	text-align: center;
}

#content .fl img {
	margin: 0 0.5em 0 0;
}
#content .fr img {
	margin: 0 0 0 0.5em;
}

#content .strike {
	text-decoration: line-through;
}