/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:800px;/* for mozilla*/
	
	background-color: #f0f7fa;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:980px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:980px;
	height:657px;
	border:0px solid red;
	background:  url(img/jpg/inner-bkgnd.jpg) repeat-y center center;
	position:relative;
	margin: 211px 0 0 0;

}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:212px;
	background:#f0f7fa;
	background-image: url(img/gif/head-bkgnd.gif);
	
	border:0px solid #fff;
	overflow:hidden;
	color: #000000;
	z-index:100;
	
	text-align:center;
	
}
#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	margin: 10px 0 0 20px;
	padding-top:2px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:0px;
	float:right;
	margin:0;
	padding-top:2px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:980px;
	clear:both;
	height:25px;
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	background-color: #f0f7fa;
	color: #000000;
	text-align:center;
	font-size: .7em;
	position: absolute;
bottom:0;
}
* html #footer {/*only ie gets this style*/
	\height:27px;/* for ie5 */
	he\ight:25px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centercontent {
	width:880px;
	float:right;
	margin: 35px 50px 0 0;
	padding-top:2px;
	padding-bottom:32px;/* needed to make room for footer */
	border: 0px double #e5f1f7;
	font-weight:600;
	font-family: ariel black, sans-serif, Verdana;
	font-size: 12px;

	
}
#centercontent p {padding-left:3px}

#clearfooter {width:100%;height:27px;clear:both} /* to clear footer */

#box1{
width: 200px;
height: auto;
background-color: transparent;
border: 0px double #e5f1f7;
float:right;
margin: -38px 10px 0 0;
}

#navcontainer
{
background:transparent;
width: 120px;
margin: 0 20px 0 0;
padding: 5px 0;
font-family: georgia, serif;
font-size: 12px;
text-align: center;
float: left;
font-family: ariel black, sans-serif, Verdana;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 120px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 120px;
padding: 0.5px 0 0.5px 2px;
border-width: 0px;

border-style: solid;
color: #000;
text-decoration: none;
background: transparent;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: transparent;
color: #fff;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #06c;
background: transparent;
}





img{
border: none;
}

#boat-box1{
border: 0px solid red;
width: 325px;
height:200px;
margin:0 0 0 55px;
float: right;
}

#desti-box1{
width: 320px;
height: 105px;
 border:0px solid red;
 float: right;
 margin: -15px 0 0 0;
 
 }
 
 #desti-box2{
width: 320px;
height: auto;
 border:0px solid blue;
 float: right;
 margin: 5px 0 30px 550px;
 
 }

 
 
#con-box1{
width: 500px;
height: auto;
margin:5px 0 0 200px;
border: 5px double #369;
background-color: #fff;
}




/*css for the form*/

fieldset{
float: right;
clear: left;
width: 100%;
margin: 0 0 0 0;
padding: 0;
border: 0px groove #369;

}

legend{
margin-left: 1em;
color: #000;
font-weight: 600;
}

fieldset ol{
padding: 1em 1em 0 1em;
list-style: none;
}

fieldset li{
float: left;
clear: left;
width: 95%;
padding-bottom: -1em;
text-align: right;
}

fieldset.submit{
float: none;
width: auto;
border-style: none;
padding-left: 6em;
padding-top: 3em;
}
label{
float:left;
width: 15em;
margin-right: 1em;
display: block;
}
/*end css for form*/
