/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background:#fcfcfc;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

fieldset {
	border:0;
	}

/* Layout CSS */
#MainWrapper {
  width:884px;
  margin-left:43px;
  margin-top:64px;
}

#Header {
	width:670px;
	height:72px;
	clear:left;
	margin-left: 214px;
}
	#Header #Logo {
		background:transparent url(../images/logo.png) 0 0 no-repeat;
		width:316px;
		height:34px;
		text-indent: -1999px;
	}
	#Header #LogoText {
		height:38px;
		margin-left:2px;
		font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
		font-size:0.9em;
		text-indent:0px;
		color:#999999;
	}
	#Menu {
		background:transparent url(../images/menu_bg.png) 0 0 repeat-x;
		width:670px;
		height:34px;
		clear:left;
		padding-left:214px;
		padding-top:11px;
	}
		#Menu li {
			float:left;
		}
		#Menu li a {
			display:block;
			height:24px;
			padding-left:4px;
			padding-right:11px;
			font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
			color:#999;
			font-size:1.3em;
			text-decoration:none;
		}
			#Menu li a:hover {
				color:#333;
			}
#ContentWrapper {
	clear:left;
	width:884px;
	min-height:416px;
}
	#ContentWrapper #ContentLeftWrapper {
		clear:left;
		float:left;
		width:214px;
		min-height:416px;
		color:#3e3c3d;
	}
		#ContentWrapper #ContentLeftWrapper h2, #ContentWrapper #ContentRight h2 {
		}
		#ContentWrapper #ContentLeftWrapper #ContentLeft {
			padding-right:20px;
		}
		#ContentWrapper #ContentLeftWrapper #TodoLeft {
			padding-right:20px;
		}
			#ContentWrapper #ContentLeftWrapper #TodoLeft ul {
				margin: 0;
				padding-top: 18px;
			}
				#ContentWrapper #ContentLeftWrapper #TodoLeft ul li{
					list-style-image:none;
					list-style-position:outside;
					list-style-type:none;
					margin:0;
					padding:0;
					font-size:1.2em;
					padding-bottom:4px;
				}
				#ContentWrapper #ContentLeftWrapper #TodoLeft a{
					font-family:Georgia,Palatino,Palatino Linotype,Times,Times New Roman,serif !important;
				}
		#ContentWrapper #ContentLeftWrapper #HomeLeft {
			width:180px;
			height:394px;
			background:transparent url(../images/home_bg-l.jpg) 0 0 no-repeat;
			padding: 34px 15px 0 20px;
		}
			#ContentWrapper #ContentLeftWrapper #HomeLeft p, #ContentWrapper #ContentLeftWrapper #HomeLeft h2 {
				color:#fff !important;
			}
			#ContentWrapper #ContentLeftWrapper #HomeLeft a {
				color:#333;
			}
			#ContentWrapper #ContentLeftWrapper #HomeLeft a:hover {
				color:#ddd;
			}
		.about #ContentLeftWrapper {
			background:transparent url(../images/about.jpg) 0 0 no-repeat;
		}
		.bookings #ContentLeftWrapper {
			background:transparent url(../images/about.jpg) 0 0 no-repeat;
		}
	#ContentLeftWrapper h3 {
			font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
			color:#333;
			font-size:1.3em;
			font-weight:normal;
			margin-top:10px;
	}
	#ContentWrapper #ContentRight {
		float:left;
		width:670px;
		min-height:416px;
	}
		#ContentWrapper #ContentRight #HomeImage {
			margin-left: 2px;
			color:#fff !important;
		}
		#ContentWrapper #ContentRight div.textColumn {
			float:left;
			width:205px;
			margin-right:27px;
			margin-bottom:21px;
			text-align:justify;
			color:#3e3c3d;
		}
			#ContentWrapper #ContentRight div.lastColumn {
				margin-right:0;
			}
		#ContentWrapper #ContentRight div.attachment a {
			width:205px;
			margin-left:465px;
			margin-bottom:21px;
			color:#000;
			font-weight:bold;
			font-size:0.9em;
		}
			#ContentWrapper #ContentRight div.attachment a:hover{
				color:#999;
			}
		#ContentWrapper #ContentRight ul.rooms li {
			display:block;
			float:left;
			width:221px;
			height:416px;
			margin-right:2px;
		}
			#ContentWrapper #ContentRight ul.rooms li.room1 {
				background:transparent url(../images/room1.jpg) 0 0 no-repeat;
			}
			#ContentWrapper #ContentRight ul.rooms li.room2 {
				background:transparent url(../images/room2.jpg) 0 0 no-repeat;
			}
			#ContentWrapper #ContentRight ul.rooms li.room3 {
				background:transparent url(../images/room3.jpg) 0 0 no-repeat;
			}
			#ContentWrapper #ContentRight ul.rooms li a.roomImgLink {
				display:block;
				height:340px;
				width:221px;
				text-indent:-9999px;
			}
			#ContentWrapper #ContentRight ul.rooms h3 {
				margin-top:12px;
				font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
				color:#333;
				font-size:1.3em;
				font-weight:normal;
			}
				#ContentWrapper #ContentRight ul.rooms h3 .floor {
					color:#999;
				}
				#ContentWrapper #ContentRight ul.rooms h3 sup{
					font-size:0.8em;
				}
		#ContentWrapper #ContentRight ul.rooms li a {
			font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
			text-decoration:none;
			color:#333;
			font-size:1.1em;
		}
		#ContentWrapper #ContentRight ul.rooms li a:hover {
			text-decoration:none;
			color:#999;
		}
		#ContentWrapper #ContentRight #ContactLinks {
			margin-top:29px;
		}
		#ContentWrapper #ContentRight #ContactLinks a {
			font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
			text-decoration:none;
			color:#333;
			font-size:1.1em;
		}
		#ContentWrapper #ContentRight #ContactLinks a:hover {
			color:#999;
		}
		#ContentWrapper #ContentRight #PhotoWrapper {
			float:left;
			width:437px;
			margin-right:2px;
		}
			#ContentWrapper #ContentRight #PhotoLarge {
				float:left;
				width:437px;
				height:341px;
				background:transparent url(../images/aboutthearea.jpg) 0 0 no-repeat;
			}
			#ContentWrapper #ContentRight #PhotoLarge.room-one {
				background:transparent url(../images/room_one.jpg) 0 0 no-repeat;
			}
			#ContentWrapper #ContentRight #PhotoLarge.room-two {
				background:transparent url(../images/room_two.jpg) 0 0 no-repeat;
			}
			#ContentWrapper #ContentRight #PhotoLarge.room-three {
				background:transparent url(../images/room_three.jpg) 0 0 no-repeat;
			}
		#ContentWrapper #ContentRight #album {
			float:left;
			width:231px;
		}
		#ContentWrapper #ContentRight #album a, #ContentWrapper #ContentRight #album img {
			font-size:0em;
			line-height:0em;
			display:block;
			float:left;
			text-decoration:none;
		}
		#ContentWrapper #ContentRight #album img {
			font-size:0em;
			line-height:0em;
			display:block;
			float:left;
			margin:0 3px 3px 0;
		}
		#ContentWrapper #ContentRight #album a.breakLine img {
			margin:0 0 3px 0;
		}
		#ContentWrapper #ContentRight #TodoImgParent {
			float:left;
			width:205px;
			height:302px;
			margin-top:10px;
			background:transparent url(../images/thingstodo.jpg) 0 0 no-repeat;
		}
		#ContentWrapper #ContentRight #TodoImg {
			float:left;
			width:205px;
			height:302px;
			margin-top:10px;
		}
		#ContentWrapper #ContentRight #TodoItem {
			float:left;
			width:438px;
			margin-top:10px;
			margin-left:27px;
		}
			#ContentWrapper #ContentRight #TodoItem a {
				font-weight:bold;
			}
		#ContentWrapper #ContentRight #LinksImgParent {
			float:left;
			width:205px;
			height:302px;
			margin-top:10px;
			background:transparent url(../images/links.jpg) 0 0 no-repeat;
		}
		#ContentWrapper #ContentRight #Links {
			float:left;
			width:438px;
			margin-top:10px;
			margin-left:27px;
		}
			#ContentWrapper #ContentRight #Links h3 {
				margin: 0 0 3px;
			}
			#ContentWrapper #ContentRight #Links .url {
				display:block;
				clear:left;
				padding-bottom:12px;
			}
				#ContentWrapper #ContentRight #Links .url a {
					color:#333;
				}
			#ContentWrapper #ContentRight #Links p {
				clear:left;
				margin:0 0 3px;
			}
		#ContentWrapper #ContentRight #ReviewsImgParent {
			float:left;
			width:205px;
			height:302px;
			margin-top:10px;
			background:transparent url(../images/reviews.jpg) 0 0 no-repeat;
		}
		#ContentWrapper #ContentRight #Reviews {
			float:left;
			width:438px;
			margin-top:10px;
			margin-left:27px;
		}
		#ContentWrapper #ContentRight .quotestart {
			float: left;
			clear:left;
			height: 5px;
			margin-top: -3px;
			padding-top: 5px;
			font-size: 300%;
			color: #999999;
		}
		#ContentWrapper #ContentRight .quote {
			float: left;
			width:380px;
		}
		#ContentWrapper #ContentRight .quoteend {
			float: left;
			clear:left;
			height: 5px;
			margin-top: -12px;
			margin-left:395px;
			padding-top: 12px;
			font-size: 300%;
			color: #999999;
		}
		#ContentWrapper #ContentRight .quoteby {
			float: left;
			clear:left;
			margin-bottom:15px;
			margin-left:15px;
			font-style: italic; 
		}
			#ContentWrapper #ContactMap {
		}
#Footer {
	background:transparent url(../images/footer_bg.png) 0 0 repeat-x;
	width:670px;
	height:54px;
	clear:left;
	padding-left: 214px;
	padding-top: 13px;
}
	#Footer a {
		display:block;
		float:left;
		font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
		font-size:1.2em;
		color:#999;
		text-decoration:none;
	}
	#Footer a:hover {
		color:#333;
	}
	#Footer a.toc {
		margin-left:13px;
	}
	#AddThis {
		text-align:right;
	}
/* HIGHLIGHTS */
#food-and-drink #FoodDrink a { color: black; }
#art-and-culture #ArtCulture a { color: black; }
#shopping #Shopping a { color: black; }
#outdoor-activities #Outdoor a { color: black; }
body.home .home a, body.about .about a, body.the-rooms .the-rooms a, #the-area .theArea a, body.things-to-do .thingsToDo a, body.bookings .booking a, #reviews .reviews a, body.contact .contact a, body.links .links-menu a {
	color: black !important;
}

#ie6-message p {
	position:absolute;
	top:5px;
	left:5px;
	width:550px;
	border:1px solid #999;
	font-family: Verdana, sans-serif;
	padding:10px;
	background:#333;
	color:white !important;
	}