#home_left {
	position: relative;
	width: 300px;
	margin: 20px 0 10px 52px;
	padding: 0;
	float: left;
	color: #272727;
	line-height: 190%;

}

#home_left h2 {
    font-size: 18px;
}

	#home_left a {
		color: #f2002e;
		text-decoration: none;
		
	}
	#home_left a:hover {
		
	}		
	
#home_r1 {
	position: relative;
	width: 160px;
	margin: 20px 0 10px 45px;
	padding: 0;
	float: left;
}

#home_r2 {
	position: relative;
	width: 160px;
	margin: 20px 15px 10px 15px;
	padding: 0;
	float: left;
}

#home_r3 {
	position: relative;
	width: 160px;
	margin: 20px 47px 10px 0;
	padding: 0;
	float: left;
}


	#home_r1 img, #home_r2 img, #home_r3 img {
	border: none;
	}

	#home_right a {
		color: #0d0d0d;
	}

	#home_right a:hover {
		color: #626262;
	}	

	#home_right a:active {
		color: #f2002e;
	}		
				
#home_clear {
	clear: both;
}
	

