/* CSS Document */

#contacts .div_1 {
	float: left;
	width: 260px;
}

#contacts .div_2 {
	float: left;
	width: 355px;

}

#contacts .div_3 {
	float: right;
	width: 360px;

}
#contacts .div_3 h2 {
	font-size: 1.2em;
	padding: 40px 0 0 0;
	font-weight: bold;
	border: 0;
	text-align: left;
	color: #FFF;	
	padding: 20px;
}


