#left_content {
	background-color: #ccd5e0;
}
#right_content {
	background-color: #ccd5e0;
}
#left_image{
	background-color: #ccffe0;
	z-index: 0;
	}
	
#right_image{
	background-color: #ccffe0;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	}
		
#right_text{
	position:relative;
	abackground-color: #cc00ff;
	width: 95%;
	height: 260px;
	text-align: justify;
	z-index: 10;
	overflow: auto;
	margin-right: 8px;
	padding: 8px;
	font-size:11px;
	
	}

#right_text table{
width: auto;
}	
#right_text td{
width: 50%;
apadding-top: 16px;
padding-left: 20px;
padding-right: 20px;
vertical-align: top;
font-size:11px;
}	

	

