div#portrait {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 15em;
	padding: 0 4px 0 0;
	text-align: center;
	margin: 0px 18px 0 0;
	}

div#message {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 30em;
	padding: 4px 0 0 0;
	text-align: left;
	margin: 0 0 10px 0;
	}

div#bridge_officers {
	position: relative;
	width: 46em;
	padding: 4px  0 0;
	text-align: center;
	margin: auto;
}

div#marinas {
	position: relative;
	width: 22em;
	left: 10em;
	text-align: center;
	border: none;
	}

table#bridge_officers {
	text-align: center;
	width: 100%;
	}

table#marinas {
	width: 20em;
	text-align: left;
	margin: 1.0em;
	padding:1.0em;
	border: none;
	}

col#officer_title {
	font-weight: bold;
	}

p.picture_caption    {
	font-size: 0.6em;
	text-align: center;
	color: black;
	margin: 0 10px 5px 10px;
	}
	
p.introduction {
	white-space: pre-wrap;
	font-size: 0.8em;
	text-align: justify;
	padding: 0 10px;
	}
	
img#cps {
	width: 700px;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
	}

img#portrait {
	height: 300px;
	text-align: center;
	margin: 15px 0px 0px 15px;
	}

