/********************************************
Cascading Style Sheet for the bbcode style

For use with Marbl-cms, www.marbl-cms.com

Marbl-CMS, Copyright Martin Borgman
All Rights Reserved - www.marbl-cms.com
********************************************/

#bbcode_center {
	text-align:center;
}
#bbcode_divider {
	clear:both;
}
#bbcode_left {
	text-align:left;
}
#bbcodef_left {
	padding: 5px;
	float:left;
}
#bbcode_right {
	text-align:right;
}
#bbcodef_right {
	padding: 5px;
	float:right;
}
