#leftConts {
	float: left;
	width: 350px;
}
#rightConts {
	float: right;
	width: 350px;
}
.photoBaod {
	background-image: url(../images/effect_img/photoBG.gif);
	background-repeat: no-repeat;
	padding: 10px;
	height: 180px;
	width: 330px;
	margin-bottom: 15px;
}
.explication {
	line-height: 150%;
	width: 85px;
	float: right;
}

.photoBaod img {
	float: left;
}

