/*------------------------------------------------------------------------
# SpicaTheme CSS
# ------------------------------------------------------------------------
# Author: mail@spicatheme.com
# Websites:  http://www.spicatheme.com
# License:  Creative Commons Attribution 3.0 License
-------------------------------------------------------------------------*/

.contentrightleft{
	width: 340px;
	float: left;
	background: #FFF;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
	
.contentrightright{
	width: 340px;
	float: right;
	background: #FFF;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
}

