#left
{	float: Left;
	width: 490px;
	position: relative;
	}

#left #pic {
	
	float: Left;
	width: 50px;
	height: 50px;
	position: relative;
	}

#left #title {
	padding: 6px 0px 14px 0px;
	margin: 0px 0px 0px 20px;
	float: Left;
	width: 410px;
	height: 30px;
	position: relative;
	font-size: 30px;
	
	}


#left #text {
	
	margin: 10px 0px 40px 0px;
	float: Left;
	width: 460px;
	position: relative;
	font-size: 16px;
	}

#right
{	float: Right;
	width: 490px;
	position: relative;
	}


#right #pic {
	padding: 0;
	margin: 0px 0px 0px 0px;
	float: Right;
	width: 50px;
	height: 50px;
	position: relative;
	}



#right #title {
	padding: 0;
	padding: 6px 0px 14px 0px;
	margin: 0px 0px 0px 20px;
	float: Right;
	width: 390px;
	height: 30px;
	position: relative;
	font-size: 30px;
	}


#right #text {
	padding: 0;
	margin: 10px 0px 40px 30px;
	float: Right;
	width: 460px;
	
	position: relative;
	font-size: 16px;
	}