html{
	margin:0;
	height: 100%;
	
}

body{
	margin:0;
	min-height: 100%;
	background: url('../images/nautical-bg.jpg') no-repeat;
	background-color: #00497B;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

h1{
	font-family: 'Niconne', cursive;
	font-size:40px;
}

#page{
	max-width:960px;
	margin:0 auto;
}

#header{
	width: 100%;
	color:white;
}

#header-col-1{
	display: inline-block;
	float:left;
	width:33%;
	padding-top:30px;

}

#header-col-1 a{
	color:white;
	text-decoration: none;
}

#check-availability{
	margin-top:5px;
}

#check-availability a{
	width:170px;
	background-color: #51D6F3;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	padding: 2px 5px 2px 5px;
}

#check-availability :hover{
	background-color: white;
	color: #51D6F3;
}

#header-col-2{
	display: inline-block;
	width:33%;
	text-align: center;
}

#header-col-3{
	display: inline-block;
	float:right;
	width:33%;
	padding-top:30px;
}

#navigation{
	padding-bottom:7px;
	border-bottom:1px solid white;
	font-family: 'Josefin Slab', serif;
}

#navigation a{
	font-size: 20px;
	background-color: white;
	color:navy;
	text-decoration: none;
	padding:5px 50px 2px 50px;
	box-shadow: 1px 2px 2px #888888;
}

#navigation :hover{
	background-color: #24A4A6;
	color: white;
}


#content{
	width:100%;
	min-height: 600px;
	background-color: rgba(255,255,255,0.7);
	margin-top:1px;
}

#content-inner{
	width:700px;
	margin: 0 auto;
	padding-top:50px;
	padding-bottom:100px;
}



#footer{
	width:100%;
	height: 300px;
	margin-top:30px;
	border-top: 2px solid grey;
	background-color: rgba(255,255,255,0.7);
}


#footer-col-1{
	display: inline-block;
	width:33%;
}

#footer-col-2{
	display: inline-block;
	width:33%;
}

#footer-col-3{
	display: inline-block;
	width:33%;
}
