#content { 
	background: url( '../img/company/title.header.png' ) 0 0 no-repeat; 
	overflow: visible;
	position: relative;
}

#columnRight { 
	background: url( '../img/cr.bg_gray.png' ) 100% 0 repeat-y;
	font-size: 12px;
	margin-top: 65px; 
	padding: 0 0 20px 20px;
	width: 663px;
}

	#crRight .block p img { margin-right: 5px; }
	
	#crPhoto {
		position: absolute;
		top: 90px;
		right: -21px;
		z-index: 100;
	}

.core-values {
	background: #fdf8df url('../img/title.core-values.png') 10px 10px no-repeat;
	border: 1px solid #99752f;
	margin-bottom: 20px;
	padding: 40px 10px 10px;
}
	.core-values ul { margin: 0; padding: 0; list-style: none; }
	.core-values li {
		background: url('../img/icon.leaf.png') 0 50% no-repeat;
		color: #004933;
		font: normal 18px/1.2 Tahoma, Geneva, sans-serif;
		padding: 5px 0 5px 40px;
	}

#companyHistory {
	background: url('../img/icon.history.png') 0 0 no-repeat;
	font-size: 14px;
	padding: 0 30px 20px 70px;
}
	#companyHistory h1 {
		color: #004933;
		font-size: 22px;
		line-height: 45px;
	}
	
	#companyHistory h2 {
		color: #99752f;
		font-size: 21px;
		margin-bottom: 5px;
		padding-top: 10px;
	}
