/* CSS Document */

h1{
	color: #624540;
	font-size: 17;
	font-family: Times New Roman, Times, serif;
	text-align:left;
	font-weight: bold;
}

h2{
	color: #624540;
	font-size: 14;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	text-align:left;
}

h3{
	color: #624540;
	font-size: 12;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	text-align:center;
}

h4{
	color: #624540;
	font-size: 12;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	text-align:center;
}

a:link { color:#624540; font-size: 12; font-family: Times New Roman, Times, serif; text-decoration: none }
a:active { color:#624540; font-size: 12; font-family: Times New Roman, Times, serif; text-decoration: none }
a:visited { color:#624540; font-size: 12; font-family: Times New Roman, Times, serif; text-decoration: none }
a:hover { color:#FEA200; font-size: 12; font-family: Times New Roman, Times, serif; text-decoration: underline }

ul {
padding: 0px;
margin: 0px;
text-align: left;
list-style-position: inside;
list-style-image: url(images/list.gif);
  }
  
  ol{
padding: 0px;
margin: 0px;
text-align: left;
list-style-position: inside;
list-style-image: url(images/weathericon.jpg);
  }
  
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

/* Main Body Start  */

body{
	background-position: center; 	
	text-align: center;
	margin: 15px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

#container{
 	position:relative;
	margin: 0px auto;
	margin-top: 15px;
	width: 1073px;
	height: 640px;
	background-image: url(images/middle.jpg);
	background-repeat: no-repeat;
}

#nav{
	position:absolute;
	top: 151px;
	left: 0px;
	width: 200px;
	height: 269x;
}

#flashbanner{
	position: absolute;
	left: 263px;
	top: 35px;
	height: 340px;
	width: 564px;
}

#centrebanner{
	position: absolute;
	left: 265px;
	top: 0px;
	height: 340px;
	width: 564px;
}

#centretext{
	position: absolute;
	left: 264px;
	top: 381px;
	width: 564px;
	background-image: url(images/middlerepeat.jpg);
	background-repeat: repeat-y;
	color: #624540;
	font-size: 12;
	font-family: Times New Roman, Times, serif;
	text-align:justify;
	padding:10px;
}

#booking{
	position:absolute;
	text-align: left;
	top: 385px;
	left: 100px;
	width: 150px;
	height: 200x;
}

