/*-------------------------
Reset
-------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}
a img {
	border:none;
}

/*------------------------------------
CSS Specifico per Port of Call
------------------------------------*/
body {
	background-color: #cce70c;
	margin:0;
	padding:0;
	font: 11px Arial, Helvetica, sans-serif, "Century Gothic";
	color: #b20020;
	line-height: 20px;
}
a {
	color: #b20020;
}
.container {
	padding-top: 20px;
	width: 600px;
	margin: 0 auto;
	text-align:center;
}
#map {
	width: 600px;
	height: 300px;
	margin-top: 20px;
	color: #000
}
#map a{
	color: #000
}

.footer {
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 14px;
}

