div.where {
	position: relative;
	height: 510px;
	background: #CDE4E9 url(../images/where_bg.gif) no-repeat 0px 0px;
}
div.col1, div.col2  {
	position: absolute;
	width: 310px;
	block: inline;
	text-align: left;
}
div.col1 {
	top: 30px;
	left: 30px;
	z-index: 2;
}
div.col2 {
	top: 130px;
	left: 260px;
	z-index: 1;
}

#content h1 {
	color: #B92420;
}