body {
	background-color: #4871c1;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 101%;
	font-family: arial, helvetica, verdana, sans-serif;
	}
	
#container {
	width: 735px;
	margin: 0 auto;
	background: #698bcb url(../images/background-middle.gif) repeat-y;
	color: #fff;
	position: relative;}
	
h1 {	
	margin: 0;
	padding: 0;
	}
	

/* CONTENT */

#content {
	margin: 0 30px 0 210px;
	position: relative;
	height: auto !important;
	height: 400px;
	min-height: 400px;	
	}

#content p {
	text-align: justify;
	font-size: 0.8em;
	
	}
	
#content a {
	color: #fff;
	background-color: inherit;
	}
	
#content a:hover {
	text-decoration: none;
	}
	
#content h2 {
	font-size: 0.9em;
	}

#content h3 {
	font-size: 0.8em;
	margin-bottom: 0;
	background-color: #fff;
	color: #698BCB;
	border: 2px solid #A2B7DF;
	padding: 2px;
	}
	
#content ul {font-size: 0.8em;}

#content li {margin-bottom: 10px;}

#content p.image {
	text-align: center;
	}

p.image img {
	border: 2px solid #A2B7DF;
	}

table {
	font-size: 0.8em;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;}
	
th {text-align: left;}

td {text-align: center;}

th, td {
	border: 2px solid #A2B7DF;
	padding: 5px;}
	
td.type {
	text-align: left;
	width: 350px;
	}
	
#wifidiv {
	float: left;
	margin-right: 10px;
	}
	

/* HOME PAGE CONTENT */

#home_content {
	margin-right: 210px;
	}

#specials {
	position: absolute;
	top: 0;
	left: 300px;
	width: 200px;
	border: 2px solid #A2B7DF;
	padding-bottom: 10px;
	}
	
#specials h3 {
	background-color: #A2B7DF;
	color: #375A9D;
	font-size: 1em;
	margin: 0;
	}
	
#specials p+h3 {
	margin-top: 15px;
	}
	
#specials h4 {
	font-size: 0.9em;
	margin: 15px 5px 0 5px;
	}
	
#specials p {
	margin: 5px;
	font-weight: normal;
	}
	
#specials p#wifi {
	text-align: center;
	margin-bottom: 0;
	}
	
.holidays {
	float: left;
	width: 220px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 0.8em;
	font-weight: bold;
	}
	
.holidays img {
	border: 2px solid #A2B7DF;
	}

#calltoaction {
	clear: left;
	font-weight: bold;
	}
	
	
/* ENQUIRY FORM */

label {
	vertical-align: top;
	display: block;
	width: 100px;
	float: left;
	}
	
input, textarea {
	width: 350px;
	}

#submitbutton {
	text-align: center;
	}

#submitbutton input {
	width: 100px;
	}
	
	
/* NAVIGATION */

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 150px;
	left: -9px;
	}
	
#nav li {
	margin: 0;
	padding: 0;
	}	
	
#nav img {
	border: none;
	}
	
	
/* FOOTER */

#footer {
	background: #698bcb url(../images/background-bottom.gif) no-repeat;
	height: 57px;
	clear: both;
	position: relative;
	}
	
#footer img {
	position: absolute;
	top: 25px;
	left: 700px;
	border: none;
	}