div.about {
	position: relative;
	height: 512px;
	background: #EEEBDE url(../images/about_bg.jpg) no-repeat 0px 0px;
}

div.col1, div.col2, div.col3 {
	position: absolute;
	width: 220px;
	block: inline;
	text-align: left;
	top: 20px;
}
div.col1 {
	left: 20px;
}
div.col2 {
	left: 255px;
}
div.col3 {
	left: 510px;
}

.about ul {
	padding: 0;
	margin: 0em 0 0 1.3em;
	font-size: 0.75em;
}