

<!--


body {
	text-align:center;
	font-family: Verdana;
	background: lemonchiffon;
}

#cruise {
	width:950px;
	margin:0 auto;
}

p {
	text-align: left;
}

h2 {
	margin: 0;
	padding-left: 20px;
}

a {
	color: white;
}

#wrapper {
	text-align:left;
	float: left;
}

#bar a:hover, .selected a {
	color: #000;
}

#shell .winning a {	
	background: #fff;
}

#cruise .home a {
	background: #000;
	color: #fff;
}

#cruise .specifications a {
	color: #000;
}

#cruise .specifications a:hover {
	color: #fff;
}

#detaila .home a {
	color: #000;
}

#detaila .home a:hover {
	color: #fff;
}

#detaila .specifications a {
	background: #000;
	color: #fff;
}



#bar {
	list-style: none;
	clear: both;
	text-align: center;
	width:950px;
}

#bar li {
	display:block;
	float: left;
	width: 300px;
}	

#bar a {
	background: silver;
	text-decoration: none;
	padding:0px;
}

#header {
	background: blue;
	height: 200px;
	padding: 20px;
	border: 20px solid silver;
	border-bottom: 30px solid silver;
	text-align: center;
	font-size: 150%;
	color: red;
}

.imgL {
	float: left;
	padding-bottom: 20px;
}

.imgR {
	float: right;
}

#DayHeader {
	
	width:950px;
	height:30px;
	color: white;
	background: darkslateblue;
	padding:10;
}

.DayMap {
	float:right;
	color:white;
	padding:10px 30px 0 0;
}

.dayName {
	float:left;
}

#places {
	color: maroon;
	width: 250px;
	float: left;
	padding-top: 10px;
}

#places a {
	color:maroon;
}

#narrative {
	background: honeydew;
	width: 640px;
	float: right;
	padding-left: 10px;
}
#narrative img  {
	width: 300px;
	float: right;
	margin: 5px;
	border: 4px solid black;
	padding: 2px;
	background: white;
}

#footer {
	width: 950px;
	clear: both;
	padding: 5px;
}


-->



