div.bar {
	position: relative;
	height: 512px;
	background: #fff url(../images/bar_bg.gif) no-repeat 0px 0px;
}
div.col1, div.col2, div.col3 {
	position: absolute;
	width: 220px;
	block: inline;
	text-align: center;
}
div.col1 {
	left: 20px;
	top: 20px;
}
div.col2 {
	left: 265px;
	top: 260px;
}
div.col3 {
	left: 510px;
	top: 270px;
}

#content h1 {
	color: #FB7907;
	padding: 0;
	padding: 0 0 0.5em 0;
	line-height: 1em;
}
#content h2 {
	color: #000;
	font-size: 0.8em;
	padding: 0 0 0.5em 0;
	margin: 0;
}
#content h3 {
	color: #000;
	font-size: 0.7em;
}
#content strong {
	color: #000;
}