@charset "UTF-8";
/* CSS Document */
#hp_content_l {
	height: 98px;
	background-image: url(/assets/hp_leftcol_bkg.jpg);
	background-repeat: no-repeat; 
	width: 485px;
	padding: 255px 30px 30px 30px;
	border-right: 1px solid #818E9B;
	float: left;
}
#hp_content_l p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 20px;
}
#hp_content_l strong {
	font-size: 15px;
	font-weight: normal;
}
#hp_content_r {
	width: 232px;
	float: right;
	background-image: url(/assets/column_r_bkg.jpg);
	background-repeat: no-repeat;
	height: 383px; 
}
* html #hp_content_r {
	width: 233px;
}
#hp_content_l p {
	margin-bottom: 0;
}
#bondar {
	position: absolute;
	left: 28px;
	top: 200px;
	height: auto;
	width: auto;
	z-index: 999;
}