.body-left
	{
	position: relative; 
	float: left;
	clear: right; 
	width: 500px;
	}
.body-right
	{
	position: relative;
	float: right;
	width: 278px;
	}
.content-left-1
	{
	position: relative;
	float: left;
	width: 100%; 
	background: #FFFFFF;
	}
.content-left-2
	{
	display: none;
	}
.content-body
	{
	position: relative; 	
	margin: 0 auto;
	text-align: left;
	}
.content-intro
	{
	position: relative;
	float: left;
	width: 100%;
	}

