@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #eee;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFCFC;
} 
.twoColFixRtHdr #header { 
	height: 80px; margin: 0; padding: 0; background-color: #506352;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
	margin:0;
}
.content {
	margin: 0;
	padding:0;
}
p.content {
	padding-right: 5px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 210px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
margin: 1em 0 0 0;
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#506352; 
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logo {position: relative; top: 32px; left: 32px; margin: 0; padding: 0;}

/******************************************navigation */
  #nav-container {	background-color: #E0E0D1;
}
 #nav
 {
	padding: 4px 0;
	margin: 0 0 0 12px;
	list-style: none;
	font-size:  0.9em;
	width: 742px;
	position: relative;
	left: 4px;
	font-family:"Trajan Pro", Trajan, "Times New Roman", Times, serif;
	text-align: left;
	font-variant: small-caps;
}

 #nav li
 {
	list-style: none;
	margin: 0;
	padding:5ex 0;
	display: inline;
	white-space: nowrap;
	padding: 4px 6px;
 }

 #nav li a, #nav li a:link, #nav li a:visited
 {
	padding: 4px 6px 3px 6px;
	text-decoration: none;
	color: #506352;
	margin:0 0 1px 0;
}

 #nav li a:hover
 {
	color: #000;
	text-decoration: underline;
 }
 
	
 /****** Nav colours    ******/
#home-page li#home-link a, #home-page li#home-link a:link, #home-page li#home-link a:visited,
#hotel-page li#hotel-link a, #hotel-page li#hotel-link a:link, #hotel-page li#hotel-link a:visited,
#marazion-page li#marazion-link a, #marazion-page li#marazion-link a:link, #marazion-page li#marazion-link a:visited,
#dining-page li#dining-link a, #dining-page li#dining-link a:link, #dining-page li#dining-link a:visited,
#tariff-page li#tariff-link a, #tariff-page li#tariff-link a:link, #tariff-page li#tariff-link a:visited,
#places-page li#places-link a, #places-page li#places-link a:link, #places-page li#places-link a:visited,
#reservation-page li#reservation-link a, #reservation-page li#reservation-link a:link, #reservation-page li#reservation-link a:visited
#contact-page li#contact-link a, #contact-page li#contact-link a:link, #contact-page li#contact-link a:visited
{
	color:#000;
	text-decoration: none;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
 
#header-pic{padding: 0 0 10px 0;}

#container a {color:#506352;}
#container a:hover {color:#333;}
#container a:visited {color:#506352;}

.invisible, li#skiplink, .print {
	display: none;
}

