@charset "UTF-8";



.content {
	width: 100%; 
}

/* begin LayoutCell */

.content-left
{
	position: relative;
	padding:0;
	margin: 0px;
	border:0;
	float: left;
	overflow: hidden;
	width: 47%;
	margin-right:3%;
	z-index: 10;
	text-align: left;
}



/* end LayoutCell */

/* begin LayoutCell */
.content-right
{
	position: relative;
	padding:0;
	margin: 0px;
	border:0;
	float: right;
	overflow: hidden;
	width: 47%;
	margin-left:3%;
	z-index: 10;
	text-align: left;
}


/* end LayoutCell */

