.distances {
	color:#005f1d;
	}

h1 {
	position:relative;
	width:319px;
	height:87px;
	overflow:hidden;
	margin:10px 0;
	text-align:left;
	}

h1 span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(./images/h1_nearby.jpg) 0 0 no-repeat;
	}

#content {
	width:80%;
	margin-left:19%;
	}

#main {
	float:left;
	width:54%;
	margin-bottom:10px;
	}

#map {
	clear:both;
	width:100%;
	margin-bottom:20px;
	text-align:center;
	}

#map p {
	float:right; /* float/width emulate sidebar behaviour */
	width:247px;
	margin-bottom:0;
	padding-top:30px;
	}

#map ul {
	float:right; /* float/width emulate sidebar behaviour */
	width:247px;
	}
	
#map img {
	float:left;
	width:54%;
	margin-bottom:20px;
	border:1px solid #c0c0c0;
	}

#sidebar {
	float:right;
	width:225px;
	margin-bottom:10px;
	padding:0 10px;
	border:1px solid #c0c0c0;
	text-align:right;
	}

#sidebar img {
	margin-top:10px;
	}

#sidebar p {
	position:relative;
	overflow:hidden;
	margin:2px 0 10px auto;
	text-align:right;
	font-size:1.5em;
	}

#sidebar p span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

#sidebar p#apostles {
	width:107px;
	height:16px;
}

#sidebar p#apostles span {
	background:url(./images/caption_apostles.jpg) 0 0 no-repeat;
	}

#sidebar p#triplet {
	width:83px;
	height:18px;
}

#sidebar p#triplet span {
	background:url(./images/caption_triplet.jpg) 0 0 no-repeat;
	}

#sidebar p#melba {
	width:87px;
	height:18px;
}

#sidebar p#melba span {
	background:url(./images/caption_melba.jpg) 0 0 no-repeat;
	}

#sidebar p#crowes {
	width:134px;
	height:18px;
}

#sidebar p#crowes span {
	background:url(./images/caption_crowes.jpg) 0 0 no-repeat;
	}

#sidebar p#johanna {
	width:102px;
	height:14px;
}

#sidebar p#johanna span {
	background:url(./images/caption_johanna.jpg) 0 0 no-repeat;
	}

