@charset "utf-8";
/* CSS Document */

<!--

body {
	margin:0;
	padding:0;
	font-size:92.5%;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	color: #FFF;
	background-color: #006599;
	background-image:url(../mainCrew/crewBKG.jpg);
	background-repeat:repeat;
	
}
a:link,a:hover,a:active,a:visited{
	color:#FFFFCF;

}

#wrapper {
	
	position:relative;
	width:868px;
	height:auto;
	margin:0 auto 0 auto;
	text-align:left;

	background-image:url(../mainContent/bkgTOP.jpg);
	background-repeat: repeat-x;
	background-position: top;
	z-index:5;
}
#masthead {
	float:left;
	width:868px;
	height:209px;
	margin: 0px 0 0 0px;
	color:#006599;
	background:  url(../mainCrew/topBKG.jpg) no-repeat;
}
#masthead2 {
	float:left;
	width:868px;
	height:63px;
	margin: 0 auto;
	text-align:center;
	color:#FFF;
	background:  url(../mainCrew/navBarBKG.jpg) no-repeat
}
#masthead2 ul#m1 {
	margin: 0 0 0 -20px;
	padding-top:5px;
	white-space:nowrap;
}
#masthead2 ul#m2 {
	margin: 0 0 0 -20px;
}
#masthead2 ul li {
	display:inline;
	width:130px;
	height:25px;
	list-style: none;
	padding-top:2px;
	font-size:.9em;
	letter-spacing:0.06em;
}
#masthead2 ul li a {
	/*display:block;*/
	padding-left:10px;
	text-decoration:none;
	font-weight:bold;
}
#masthead2 ul li a:link{
color:#FFF;
}

#masthead2 ul li a:visited, #masthead2 ul li a:active {
	color:#FFF;
}
#masthead2 ul li a:hover {
	color: #FF6;
}

/*hightlite current page*/
#home #m1 a#homebutton, #packages #m1 a#packagesbutton, #adventures #m1 a#adventuresbutton {
	color:#FFF;
}
#mainBody2{
	float:left;
	display:block;
	width:868px;
	height:660px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image:url(../mainCrew/mainBody2.jpg);
	background-repeat: no-repeat;
	font-family:"Courier New", Courier, monospace;
	font-size: 1.1em;
	text-align:left;
	line-height: 1.2;
}
#mainBody2a{
	display: block;
	width: 478px;
	margin: 65px 0 0 220px;
	padding: 0 0 0 0;
}
#mainBody2b{
	clear:both;
	display:block;
	width:520px;
	height:auto;
	margin: 0 0 0 170px;
	padding: 0 0 0 0;
	word-spacing: -1px;
}
	

#mainBody3 {
	clear:both;
	float:left;

	width:868px;
	height:auto;
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	background-image:url(../mainCrew/mainBodyBKG.jpg);
	background-repeat: repeat-y;
	font-family:"Courier New", Courier, monospace;
	font-size:1.1em;
	/*line-height: 1.1em;*/
}
#mainBody3a{
	
	clear:both;
	width:520px;
	padding: 0 0 0 169px;
}

#mainBody4{
	float:left;
	width:868px;
	height:28px;
	margin: 0 0 0 0;
	padding: 0 0px 0 0;
	background-image:url(../mainCrew/mainBodyBott.jpg);
	background-repeat: no-repeat;
	word-spacing: -2px;
}

.img1 {
	float:left;
	border: 1px solid #06C;
	margin: 10px 10px 10px 0;
}
.img2 {
	float:right;
	border: 1px solid #06C;
	margin: 10px 10px 10px 10px;
}

-->


