body { 
	margin: 0pt auto;
	min-width: 750px;
	height: 1%;
	background-color: rgb(255, 255, 204);
	font-family: arial, "lucida console", sans-serif; /*"Times New Roman", Times, serif;*/
	font-size: 16px;
	}

hr {
	margin: 10px 200px;
}

.underline {
	text-decoration: underline;
}

.smalltext,
.smalltext li,
.smalltext p,
.smalltext h4,
.smalltext h5 {
	font-size: smaller;
	text-align: center;
	}

.bannerGraphic {
	margin: 10px 0px 0px 180px;
	}

#menus {
	position:absolute;
	top: 100px;
	left:0px;
	}

.menu dl {
	margin: 10px;
	padding: 0pt 0pt 10px;
	background: rgb(255, 51, 0) url(images/bottom.gif) no-repeat scroll left bottom;
	width: 150px;
	}

.menu dt {
	border-bottom: 1px solid rgb(255, 255, 255);
	margin: 0pt;
	padding: 10px;
	background: rgb(255, 51, 0) url(images/top.gif) no-repeat scroll left top;
	font-size: 110%;
	font-weight: bold;
	color: rgb(255, 255, 255);
	}

.menu dd {
	border-bottom: 1px solid rgb(255, 255, 255);
	margin: 0pt;
	padding: 0pt;
	background: rgb(255, 102, 0) none repeat scroll 0% 50%;
	color: rgb(255, 255, 255);
	}

.gallery a, .gallery a:visited {
	padding: 5px 5px 5px 20px;
	background: rgb(255, 102, 0) url(images/arrow.gif) no-repeat scroll 10px 50%;
	color: rgb(255, 255, 255);
	text-decoration: none;
	display: block;
	width: 125px;
	}

.gallery a:hover, .gallery a:active {
	background: rgb(204, 51, 0) url(images/arrowr.gif) no-repeat scroll 10px 50%;
	}

ol li { 
	font-size: 11px;
	}

#maincontent {
	width: 800px;
	position:absolute;
	top: 100px;
	left: 190px;
	padding: 10px;
	}

#breakfastMenu { 
	padding: 10px;
}

.commentTable {
	margin: 1em;
}

.commentTable td, .commentTable th, .commentTable tr {
	padding: 0.5em;
	margin: 0px;
}

.commentTable, .commentTable th, .commentTable td {
	font-size: 12px;
	border: 1px dotted #D3D3D3; /* LightGrey */
}

.commentTable, .commentTable th {
	border: 1px solid gray;
}

.commentTable label {
	font-size: 10px;
}

.commentInput label {
	font-size: 13px;
	font-weight: bold;
	margin: 2px;
}

.comment, .commentInput {
	border: 2px inset Gray;
	padding: 1em;
	margin: 1em 200px;
}

.comment {
	background-color: #FFFFFF;
}

.redColour {
	color: #FF0000;
}

.commentLeftBy {
	font-size: 12px;
	font-weight: bolder;
}

.commentDate {
	font-size: 10px;
}

.commentHeader { background-color: rgb(255, 51, 0); color: white; }

.rowLight { background-color:#FFFFFF; }

.rowDark { background-color:#FFCC00; }

.floatleft { float: left; }

.floatright { float: right; }

.title { margin: 0 auto; }

.clearboth { clear: both; }

.darkcolour { color: rgb(255, 51, 0); }

.callout {
	background-color: white;
	border: 1px solid red;
	padding: 5px 5px;
	margin: 0.5em 0px;
}

.nobfast {
	background-color:#CCCCCC;
	color:#000000;
}

.offer {
	background-color:#FFFF00;
	color:#FF0000;
}

.gallery a.highlightcolour { background: rgb(204, 51, 0); }

.centred {
	text-align: center;
	margin: auto;
}

.w50pc {
	width: 40%;
	padding: 0em;
	margin: 0em;
}

.posr {
	position: absolute;
	right: 1em;
}

* html .posr {
	margin-right: 5em;
}

.posl {
	margin-left:5em;
}

#equalcolumnheight {
	position: relative;
	width: 800px;
	}

.prices {
	text-align: center;
	margin: 10px 0px;
	}

.homeprices, .pricesbox {
	width: 350px;
	margin-right: 30px;
}

.homeprices, .pricesbox, .prices {
	border: 1px solid #D3D3D3; /* LightGrey */
	padding: 1em 1em;
}

.pricesbox {
	margin: 0px;
	position: absolute;
	bottom: 0px;
	top: 0px;
	}

* html .pricesbox {
	height: 100%;
	}

.bgpricesleft {
	left: 0px;
	}

.bgpricesright {
	right: 0px;
	}

.pricesleft, .pricesright {
	width: 350px;
	z-index: 2;
	padding: 1em 1em 1em 1em;
	text-align: center;
	}

.prices li {
	text-align: left;
}


h3.darkcolour, h4.darkcolour, h5.darkcolour { 
	text-align: center;
	margin: 0.5em 0px;
}

.rooms {
	border: 0px solid ;
	}

.portrait {
	width: 120px;
	height: 160px;
	}
		
.landscape {
	width: 160px;
	height: 120px;
	}

.thumb- {
	width: 20%;
	height: 20%;
	}

.outside-image {
	height: 360px;
	width: 360px;
	border: none;
	position: absolute;
	left: 420px;
	top: 300px;
	}

.rightcol {
	padding: 20px 0px 0px 220px;
}


div.outside-image {
	top: 310px;
	left: 430px;
	background-color: #cc9;
	}

/*
 * Let us try a CSS shadow effect
 *
 *	<div id="shadow-container">
 *		<div class="shadow1">
 *			<div class="shadow2">
 *				<div class="shadow3">
 *					<div class="container">
 *						Lorem Ipsum is simply dummy text of the printing and typesetting industry.
 *					</div>
 *				</div>
 *			</div>
 *		</div>
 *	</div>
 *
*/
.shadow3,
.container {
	position: relative;
	left: -9px;
	top: -9px;
	margin: 0px;
	padding: 0px;
}
 
.shadow3 {
		background: #cc9;
		margin-top: 20px;
	}
 
.container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 10px;
	}
	
/*
 * A layer for a confirm dialogue box
 * Used initially on the submit a comment page
*/
 .overlay {
	padding: 3em;
	margin: 5em;
	border: 4px outset #FFFF00;
	background-color: #FFFF00;
	position:absolute;
	top: 1em;
	left: 5em;
	text-align: center;
}

.confirm {
	font-family:"Times New Roman", Times serif;
	font-size: 18px;
	text-transform:capitalize;
}

.dim_all {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image: url(images/dim_all.gif);
	background-repeat:repeat;
	visibility: hidden;
	z-index: 5;
}

#container {
  padding-left: 220px;   /* LC width */
  padding-right: 350px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
  padding: 1em 1em;
}
#center {
  width: 100%;
}
#left {
  width: 220px;          /* LC width */
  right: 220px;          /* LC width */
  margin-left: -100%;
}
#right {
  width: 350px;          /* RC width */
  margin-right: -350px;  /* RC width */
  margin-top: 45px;
}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 350px;           /* RC width */
}
#container {
  overflow: hidden;
}
#container .column {
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}
#footer {
  position: relative;
}
		
@media print {

	body {
	height: 297mm;
	width: 210mm;
	margin:0mm;
	padding: 0mm;
	font-size: smaller;
	}

	#menus, #footer {
	display: none;
	}
	
	#maincontent {
	left: 20px;
	padding: 40px;
	width: 200mm;
	height: 297mm;
	}

	.homeprices {
		width: 300px;
	}
	
	.bannerGraphic {
	width: 100%;
	margin: 0px auto;
	}
	
	#breakfastMenu { 
	padding: 0px;
	width: auto;
	}
	
	.portrait {
	width: 240px;
	height: 320px;
	}
		
	.landscape {
	width: 320px;
	height: 240px;
	}
	
	.rooms {
	margin-left: auto;
	margin-right: auto;
	}

}