﻿* {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
html {
	height: 101%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	background: #44C9C3;
}
#container {
	position: relative;
	width: 900px;
	margin: 5px auto;
	padding: 0;
	text-align: left;
	background: #5567AA; /* same as menu to fill up area not used by links*/
}
#header {
	background-color: #BDB76B; /* to override container */;
	position: relative;
	height: 105px;
	width: 100%;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
}
#header h2 {
	font-size: 20px;
	font-weight: normal;
}
#navigation {
	background-color: #5C6AA0; /* match naviagation a color */
	height: 24px;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#navigation li {
	display: block; /* whole li area is link set colors there */;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
#navigation a {
	display: block; /* whole li area is link  */;
	background-color: #5C6AA0; /* #00324b; */
	margin: 10 0 10 0;
	text-decoration: none;
	color: #FFFFFF; /* #bbb980; */
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 24px;
}
#navigation a:hover {
	background-color: #A82070;
}
.menuHoriz li {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menuVert {
	position: absolute;
	top: 128px; /* this must overlap navigation a line height for IE6 */
	visibility: hidden;
	z-index: 5;
}
.menuVert li a {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	height: 18px;
}
#content {
	clear: both;
	background-color: #FFFFFF; /* to override container */
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}
#content h5 {
	text-align: center;
}
#cruise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background-color: #BDB76B;
	width: 100%;
}
.photo_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	text-align: center;
}
.ul {
	text-decoration: underline;
}
#footer {
	color: #000000;
	background-color: #44C9C3;
}
#footer_table {
	margin-right: auto;
	margin-left: auto;
	width: 40%;
	padding-top: 10px;
	text-align: center;
}
#footer_table a {
	color: #000000;
	font-weight: normal;
	font-size: 16px;
}
#footer_table a:hover {
	color: #FEBC34;
}
