* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#EAEAEA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}

#header {
	background-color:#996633;
	background-image:url('images/header.gif');
	width:791px;
	height:154px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

#header .travellerLogo {
	padding-top:62px;
	margin-left:29px;
}

#header h1 {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	text-align:right;
	padding-right:10px;
}

#main {
	width:791px;
	height:610px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color:#fff;
	background-image:url('images/waves.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
}

#main h1 {
	color:#666;
	font-size:155%;
	margin-top:30px;
}

#main p {
	color:#333;
	font-size:88%;
	line-height:1.4em;
    margin-top: 5px;
}

.imageset {
	margin-top:5px;
	padding-left:2px;
}

.travellerLogo {
	margin-top:-30px;
}

.canadaLogo {
	margin-top:40px;
}

.canadaEnter {
	margin-top:15px;
}

.cruiseLogo {
	margin-top:40px;
}

.cruiseEnter {
	margin-top:15px;
}

.indochinaLogo {
	float:right;
	margin-top:40px;
	margin-right:10px;
	margin-bottom:20px;
}

.indochinaEnter {
	margin-top:15px;
}

#introText {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

#clearFloats {
	clear:both;
}

#footer {
	color:#333;
	background-color:#C58A50;
	background-image:url('images/footer.gif');
	background-position:top;
	background-repeat:no-repeat;
	width:791px;
	height:100px;
	font-size:80%;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	text-align:center;
}

.navsBot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	line-height: 20px;
}
a.navsBot:link {
     color: #333;
	 text-decoration: none;
}
a.navsBot:visited {
     color: #333;
	 text-decoration: none;
}
a.navsBot:hover {
	color: #000;
	text-decoration: none;
}
a.navsBot:active {
     color: #333;
	 text-decoration: none;
}
