@charset "UTF-8";
#All {
	position:static;
	width:900px;
	z-index:1;
	clear: both;
	margin: auto;
	height: 1200px;
}
#SeaToursLogo {
	position:relative;
	width:350px;
	height:90px;
	z-index:1;
	background-image: url(../images/Sea-Tours-Logo.jpg);
	float: left;
	left: 0px;
	top: 0px;
}
#banner {
	position:relative;
	width:550px;
	height:90px;
	z-index:2;
	float: left;
	background-image: url(../images/Banner-2.jpg);
}
#mainMenu {
	width:900px;
	height:28px;
	z-index:1000;
	background: url(../images/mainMenuBG.jpg) repeat;
	float: left;
}
#menucover {
	float: right;
	height: 28px;
	width: 550px;
}
#mainPic {
	position:relative;
	width:900px;
	height:200px;
	z-index:3;
	float: left;
}
#productType {
	position:static;
	width:880px;
	height:35px;
	z-index:5;
	background: url(../images/mainMenuBG.jpg) repeat;
	font: bolder x-large Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 20px;
	overflow: hidden;
	display: block;
	clear: both;
}
#Brand {
	height: 22px;
	position: relative;
	background: url(../images/ProductBG.gif);
	z-index: 6;
	padding-left: 20px;
	float: left;
	text-decoration: none;
	display: inline;
	width: 880px;
	background-image: url(../images/ProductBG.gif);
	padding-top: 3px;
	overflow: hidden;
}
#content {
	position:relative;
	z-index:7;
	background-color: #FFFFFF;
	height: 800px;
	width: 900px;
	float: left;
}
#Copyright {
	background: url(../images/mainMenuBG.jpg) repeat;
	text-align: left;
	height: 20px;
	width: 850px;
	padding-left: 50px;
	position: relative;
	z-index: 9;
	padding-top: 5px;
	overflow: hidden;
	clear: both;
}
