article > header p {
	font-size: 20pt; font-family: bold calibri, verdana, arial; color: #999; margin: 0px 10px;
}
article > section img#bana {
	margin: 10px 0px;  width: 600px; height: 250px;
}
article > section p {
	font-size: 12pt; font-family: calibri, verdana, arial; margin: 0px; text-align: justify;
}
article > section div#dive p img{
	display: inline;
}



.dive {
	width: 100%; 	height: auto;	margin: 30px 10px 0px 10px;
	border-bottom: solid 1px c4c4c4; 
}
.dive h3 {
	height: 20px;
	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 {
	display: block; height: auto; position: relative;
	background: #f7f7f7;
	margin: 0;
	padding: 5px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;
}
.dive p a {
	display: block; float: left; width: 250px; height: 150px;
	background: #f7f7f7;
	margin: 20px 10px;
	border: solid 1px #c4c4c4;
}
.dive p span {
	display: inline-block; margin: 5px; width: 500px; height: auto;
}
.dive p span#cp {
	display: inline-block; margin: 5px; width: 500px; height: auto; padding: 0;
}
.dive p span a#link{
	margin: 5px; width: 100%; height: auto; border: none; text-decoration: none;
}
.dive p span a#pc{
	margin: 5px; width: 550px; height: 150px; border: none; text-decoration: none; display: inline-block; border: solid 1px #c4c4c4;
	background-color: #fff;
}
.dive p a  img#pc{
	width: 100%; height: 100%;
}
.dive ol li {
	font-family: calibri, Helvetica, sans-serif;
	display: block;
	background: #f7f7f7;
	margin: -15px 0px 0px -40px;
	padding: 10px 15px 20px;
	border-bottom: solid 1px #c4c4c4;
	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;
}