body{
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 10pt;
	text-align: center;
	color: #000;
	background-color: #c4e1ff;
}

body *{
	padding: 0px;
	margin: 0px;
	text-align: left;
}

p{ margin: 10px 5px 10px 10px;}
ul{ margin-left: 20px;}
li{ margin-left: 25px;}




/* WHOLE PAGE */
#wrapper{
	width: 800px;
	text-align: center;
	margin: auto;
}

/* MAIN BODY */
#main{
	width: 770px;
	margin:auto;
	padding: 0 10px 15px 10px;
	position:relative;
	overflow:hidden;
	background: #fff;
	text-align: center;
	border-left: 10px solid #003399;
	border-right: 10px solid #003399;
	border-bottom: 10px solid #003399;
}

/* CONTENT HEADER AREA */
#content-header{
	width: 770px;
	height: 235px;
	padding-top: 20px;
	text-align: center;
	/*border: 1px solid red;*/
}

/* CONTENT BODY AREA */
#content-body{
	text-align: center;
	padding-bottom: 15px;
}

#content-contactus{
	text-align: center;
}

#content-booking{
	text-align: center;
	height: 320px;
}


#content-links{
	text-align: center;
	height: 320px;
}


#content-policies{
	text-align: center;
	height: 720px;
}


/* CONTENT FOOTER AREA */
#content-footer{
	text-align: right;
	padding-top: 6px;
	padding-right: 17px;
	font-size:9pt;
	height:40px;
	background-image:url(images/footer.jpg) ;
	background-repeat:no-repeat;
	color:#FFFFFF;

}
#footer a:link {color: #E42628;}
#footer a:visited {color: #E42628;}
#footer a:hover {color: #000;}

/* STYLES */
.font8 {font-size: 8pt;}
.font10 {font-size: 10pt;}
.font11 {font-size: 11pt;}
.font12 {font-size: 12pt;}
.font14r {font-size: 14pt; color: #E42628;}
.font14 {font-size: 14pt;}
.font16 {font-size: 16pt;}

.center {text-align:center;}

/* Allset clear method  */
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   

.clearfix {   
    display: inline-block;   
} 

/* backslash hack hides from IE mac \*/
html[xmlns] .clearfix {   
    display: block;   
}   

* html .clearfix {   
    height: 1%;   
}  
/* end backslash hack */

/*#searchForm input{
	width: 80px;
}

#searchForm #searchButton{
	width: 50px;
	font-size: 12px;
}

#rightNav{
	float: right;
}

<div class="clear"><!-- clear --></div>
*/