#content div.left, #content div.right {
	width: 300px;
	height: 400px;
	float: left;
	background-image: url("images/services_woman.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-right: 2px solid #fff;
	position: relative;
}

#content div.right {
	background-image: none;
	border-right: none;
	width: 468px;
	position: relative;
}

	#content div.right div#text {
		position: absolute;
		top: 80px;
		left: 40px;
		width: 370px;
	}

		#content div.right div#text h2 {
			margin: 0;
			padding: 0;
			line-height: 1em;
			color: #999;
			font-size: 160%;
		}

		#content div.right div#text ul {
			margin: 1em 0 1em 1em;
			padding: 0;
			font-size: 130%;
			color: #999;
		}

		#content div.right div#text p {
			font-size: 80%;
			color: #666;
		}


