body {
	/*background-color: #E68F1A;*/
	background-color: #082d48;
	margin: 0px;
	padding: 0px;
}

body#home {
	background-image: url(images/bgd-home.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	width: 550px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body#home p {
	margin: 0px;
	line-height: 16px;

}
img {
	border: 0;
}
#homecontent {
	height: 135px;
	color:#000;
}

body#home a {
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body#home a:hover {
	color: #001441;
}
#header {
	background-color: #FFF;
	color: #FFF;
	font-size: 11px;
}
.logoPos {
	margin-left: 25px;
	margin-bottom: 7px;
}
.navPos {
	margin-left: 25px;
}
#header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover {
	text-decoration:underline;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #f16222;*/
	color: #003D78;
	padding-top: 10px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #00aeef;*/
	color: #006AB2;
	padding-top: 10px;
}

#content li {
	list-style-image: url(images/arrow.gif);
}

#content .intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #082d48;
}

#content td {
	padding-bottom: 15px;
}

#content .tourdates td {
	padding: 5px;
	padding-bottom: 5px;
	margin: 1px;
	/*background-color:#ecdfc7;*/
	background-color:#C9C5C4;
	color: #001642;
}

#footer {
	background: url(images/wave-crest.jpg) no-repeat right top;
	vertical-align:bottom;
	width: 100%;
}

#overview a.overview, #theme a.theme, #multimedia a.multimedia, #technical a.technical, #bookings a.bookings {
	/*color: #f16222;*/
	color: #FFF;
}

.steps a {
	display: block;
	float: left;
	width: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-color: #ecdfc7;
	margin: 4px;
	padding: 4px;
	color: #e68f1a;
}

.steps a:hover {
	text-decoration: none;
	background-color: #ecdfc7;
	margin: 4px;
	padding: 4px;
	color: #001743;
}

.steps a.on {
	background-color: #e68f1a;
	color: #FFF;
}

.steps a:hover.on {
	background-color: #e68f1a;
	color: #FFF;
}

.steps a.next {
	width: 40px;
	text-align: left;
	background-image: url(images/next_of.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 35px;
}

.steps a:hover.next {
	width: 40px;
	text-align: left;
	background-image: url(images/next_on.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 35px;
}

