/* --- image block holder --- */
.image {
	background-image: url(../images/imgDefault.jpg);
		width: 519px;
	height: 180px;
	background-repeat: no-repeat;
}
.block {
	background-color: #CCD5DF;
	width: 300px;
	height: 180px;
}



/* --- page content holder --- */
.contentHolder {
	background-image: url(../images/verOLines.png);
}
.break{
	height: 10px;
	line-height: 10px;
}
.arrowMap {
	margin-left: -38px;
	margin-top: 12px;
}








