/* CSS Document */
body  {
	font: 100% Arial, Helvetica, sans-serif;
		background:url(../images/water.jpg); background-repeat:repeat;

	background-color:#78b5e1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}
#RocketBoatBG {position:absolute; top:385px; left:160px; z-index:1;}
#RocketBoatBGunder {position:relative; top:-150px; left:-250px; z-index:1;}
.twoColFixLt #container { 
	width: 964px; height: 648px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/RocketBoat_Background2.jpg); background-repeat:no-repeat;
	/* background-color:#78b5e1; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; 
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; height: 618px;/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px;
	/* border:1px solid; */
}
.twoColFixLt #mainContent { 
	/*width: 550px; height: 648px;*/
	margin: 0 0 0 315px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* border:1px solid; */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtrHdr #container {
	width: 964px; height: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/RocketBoat_Background.jpg); background-repeat:no-repeat;
	background-color:#78b5e1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: transparent; 
	margin-left: 350px;
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
/* border: 1px solid #000000;*/
}
.oneColFixCtrHdr #header #navButtons {
position:relative; top:151px; left:15px; 
width:600px; height:200px; 
color:#FFF; 
font-weight:bold; filter:alpha(opacity=60); 
-moz-opacity:0.6; opacity: 0.6; background-color:transparent; }
.oneColFixCtrHdr #header #nav {
position:relative; top:-55px; left:0px; 
 }
.oneColFixCtrHdr #mainContent {
	padding: 0 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	text-align:left;
}
.oneColFixCtrHdr #footer {
	position:relative; top:-5px; left:0px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#78b5e1;
	width:944px;
	height: 80px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 80px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	text-align:center;
}
#home {position:absolute; top: 0px; left:0px; width:800px; height:135px;  /* border:1px solid; */
 z-index:5;}
/*#youTube {
	position:relative; top:187px; left:80px; width:278px; height:230px; float:left; border:1px solid;
	background-color:#999; z-index:5;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box 
} */
#youTube {
	position:relative; top:177px; left:40px; width:250px; height:207px; float:left; border:1px solid;
	background-color:#999; z-index:5;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#testimonials {
	position:relative; top:190px; left:40px; width:250px; height:154px; float:left; border:1px solid;
	background-color:#999; z-index:5;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#PressReleases {
	position:relative; top:167px; left:80px; width:278px; height:230px; float:left; 
	background-color:transparent; z-index:5;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#BuyItNowTop {position:relative; top:21px; left:423px; width:120px; height:30px; /* border:1px solid black; */ font-weight:bold;  }
#navButtons {position:relative; top:151px; left:23px; width:600px; height:200px; color:#FFF; font-weight:bold;  }
#nav { position:relative; top:-55px; left:-15px; z-index:2; }
#FB { position:relative; top:15px; left:350px; width:50px; height:20px; z-index:33; }
#mainText { position:relative; top: -75px; left:80px; width:440px; height:169px; color: #003399; font-size:14px; z-index:2; }
#mainText2 { position:relative; top: -65px; left:80px; width:490px; height:169px; color: #003399; font-size:14px; z-index:2; }

#behindBuyTickets { position:relative; top: 20px; left:345px; width:250px; height: 175px; background:transparent;  z-index:4;}

#photo { position:relative; top: -170px; left:465px; width:150px; height: 75px; background:transparent;  z-index:9;}
#RocketBoatBGunder {position:relative; top:-140px; left:-350px; z-index:1;}
#FBfooter { position:relative; top:228px; left:200px; width:50px; height:20px; z-index:33; }
#blueandgoldfleet { position:relative; top:228px; left:40px; width:165px; height: 55px; }
#footer { position:relative; top:-45px; left:60px; width: 500px; height: 53px; /* border:1px solid; */ font-size:10px;}
h1 { font-style:italic; color:#F00; font-size:31px; }
strong { color:#F00; font-size:16px; text-align:left;}
b { color:#F00; font-size:13px; text-align:left;}
a {color:#000099; text-decoration:none;}
.nav {color: #FFF;}

