/* CSS Document */
* {
	padding:0;
	margin:0;
	}

body {
	background-color: rgb(199,160,150);
	background-image: url(images/555.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#masthead {
	width: 100%;
	border-bottom: 10px solid rgb(107,047,063);
	background-color: rgb(165,044,075);
	color: #FFFFFF;
	font-family: Pristina, 'John Handy LET', Vivaldi, 'Ruach LET';
	height: 138px;
	padding: 0px 0px 0px 0px;
	}
	
#masthead h1 {
	text-indent: 20px;
	}	
	
#masthead img.floatr {
	float: right;
	}	
	
#imgfloat {
	position:absolute;
	top: 10px;
	right: 30px;
	width: 495px;
	}		
	
#maincontent {
	width: 800px;
	height: 658px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	background-color: #FFFFFF;
	border-bottom: 1px solid rgb(107,047,063);
	border-left: 1px solid rgb(107,047,063);
	border-right: 1px solid rgb(107,047,063);
	}
	
#maincontentrooms {
	width: 800px;
	height: 1055px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	background-color: #FFFFFF;
	border-bottom: 1px solid rgb(107,047,063);
	border-left: 1px solid rgb(107,047,063);
	border-right: 1px solid rgb(107,047,063);
	}
	
#maincontentcontact {
	width: 800px;
	height: 413px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	background-color: #FFFFFF;
	border-bottom: 1px solid rgb(107,047,063);
	border-left: 1px solid rgb(107,047,063);
	border-right: 1px solid rgb(107,047,063);
	}			
	
#navleft {
	float: left;
	width: 100px;
	height: 100%;
	font-size: 1.2em;
	background-color: rgb(107,047,063);
	background-image: url(images/visit_england_3star.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	}
	
#navleft ul.nav {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 4px;
	}
	
#navleft ul.nav a {
	display: block;
	text-decoration: none;
	width: 80px;
	margin-bottom: 10px;
	padding-left: 2px;
	color: #FFFFFF;
	}
	
#navleft ul.nav li {
	padding-left: 5px;
	}	
	
#navleft ul.nav a:visited {
	color: #FFFFFF;
	}
	
#navleft ul.nav a:hover {
	color: rgb(199,160,150);
	}		
	
#imgright {
	float: right;
	width: 348px;
	padding-left: 5px;
	}
	
#imgright.img {
	margin-bottom: 0px;
	}				
	
#content {
	margin-left: 100px;
	border: 1px solid rgb(107,047,063);
	padding: 3px;
	height: 650px;
	}
	
#contentrooms {
	margin-left: 100px;
	border: 1px solid rgb(107,047,063);
	padding: 3px;
	height: 1047px;
	}
	
#contentcontact {
	margin-left: 100px;
	border: 1px solid rgb(107,047,063);
	padding: 3px;
	height: 405px;
	}
	
.pam {
	float: left;
	border: 1px solid rgb(107,047,063);
	margin: 15px 3px 8px 3px;
	width: 100px;
	}
			
#contentrooms img {
	border: 1px solid rgb(107,047,063);
	}
	
.localimg {
	border: 1px solid rgb(107,047,063);
	}		
	
#content h2, #contentrooms h2, #contentcontact h2 {
	font-size: 1.5em;
	color: rgb(107,047,063);
	}
	
#content h3, #contentrooms h3, #contentcontact h3 {
	font-size: 1.3em;
	color: rgb(107,047,063);
	}
	
#content a {
	color: rgb(107,047,063);
	}
	
#content ul.ulbreakfast, #content ul.ullocalinfo {
	list-style-type: none;
	}		
	
p.highlightext {
	font-weight: bold;
	border: 1px solid rgb(107,047,063);
	width: 334px;
	padding-left: 3px;
	background-color: rgb(199,160,150);
	}
	
p.highlightextrates {
	font-weight: bold;
	border: 1px solid rgb(107,047,063);
	width: 334px;
	padding-left: 3px;
	background-color: rgb(199,160,150);
	text-align: center;
	}					
	
.hws {
	font-size: 0.7em;
	margin-top: 2px;
	margin-right: 2px;
	}
	
.hws a, a:visited {
	color: rgb(107,047,063);
	}
	
.hws a:hover {
	color: rgb(165,044,075);
	}	
		
*html #navleft ul.nav a	{
	height: 1px;
	}		
