div#about-behind {
	position: relative;
	top: 56px;
	left: 288px;
	clear: both;
	height: 600px;
	width: 620px;
	background-color: #cdab67;
}

div#about-content {
	position: relative;
	z-index: 150px;
	clear: both;
	float: right;
	display: inline; /* IE double float margin fix */
	width: 552px;
	margin: -600px 19px 0 0;
	background: #f2f1d4 url(/_images/about/header-bg.jpg) no-repeat;
	color: #71747b;
	padding: 270px 26px 60px 26px;
}

div#about-content p {
	margin-bottom: 1em;
}

div#about-content a {
	color: #71747b;
}

div#about-content a:hover {
	color: #2d2f36;
}

div#about-content dl {
	margin-top: 2em;
}

div#about-content dl dt,
div#about-content h4 {
	font-weight: bold;
}

div#about-content dl dd {
	margin-bottom: 20px;
}

div#about-content dl dd#about-international-subsidiaries ul li, div#about-content dl dd#about-representative-offices ul li {
	display: inline;
}

span.quote {
	font-style: italic;
}

a.download {
	float: left;
	height: 25px;
	background: #2d2f36 url(/_images/about/download.gif) no-repeat 7px 0;
	color: #fff !important;
	padding: 7px 21px 0 42px;
}

a.download:hover {
	background-color: #666;
	background-position: 7px -32px;
}
