
.dive {
	width: 100%; 	height: auto;	margin: 30px 10px;
	border-bottom: solid 1px #c4c4c4;
}
.dive h3 {
	background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% calibri, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.dive h3:hover {
	background-color: #e3e2e2;
}
.dive h3:active {
	background-position: right 5px;
}
.dive p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
#map {
	width: 98%; height: 200px; margin: 10px 0px; border: solid 1px #e0e0e0;
}
aside p {
	width: 99%; height: 180px; border: solid 1px #e0e0e0;
	margin: 5px 0px; background-color: #fff;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius: 5px; 
}
article > section div.dive p {
	font: 12pt calibri, Helvetica, cosmic; text-align: justify;
}