body {
font-size: 67%;
}
* {
padding: 0;
margin: 0;
font-size: 1em;
}

#wrapper {
  width: 800px;
  margin: 0;
  padding: 0;
}
#top {
  margin-bottom: 50px;
  height: 157px;
  background-image: url(images/Inn_header.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #CCA176;
  min-width: 920px
}
#left {
  float: left;
  width: 0px;
}
#right {
  float: right;
  width: 220px;
  background-color: #fff;
}
#center {
  margin-right: 250px;
  display: inline;
  background-color: #fff;
}
#clear {
  clear: both;
}
.gutter {
padding: 0 250px 0 50px;
}
#footer {
  background: #CCA176;
  height: 25px;
  border:1px solid #D4828B;
  border-width:1px 0;
  padding:20px 40px 4px 10px;
  text-align: center;
  font-family: arial;
  font-size: 11px;
  color: #191C18;
}
h1 {
	font: 14px arial;
	font-weight: bold;
	color: #191C18;
	padding: 10px 0px 0px 0px;
}
ul{
  font-family: arial;
  font-size: 12px;
  color: #213C18;
  line-height: 1.6em;
  margin-left: 15px;
}
.quote {
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  color: #C77F06;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 5px;
}
#text {
  font-family: arial;
  font-size: 13px;
  color: #191C18;
  text-align: justify;
  line-height: 1.2em;
  margin: 0 20px 0 0;
}
.textragged {
  font-family: arial;
  font-size: 13px;
  color: #191C18;
  line-height: 1.2em;
  padding: 0px;
}
#textbold {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-transform:uppercase;
  color: #191C18;
  margin-top: 9px;
  margin-bottom: 6px;
}
#textheader {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  text-transform:uppercase;
  color: #000;
  margin-top: 10px;
  margin-bottom: 6px;
}
.textindent{
  font-family: arial;
  font-size: 12px;
  color: #213C18;
  line-height: 1.6em;
  margin-left: 10px;
}
A.type1:link    {color:#E38D36; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:visited {color:#E38D36; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:active  {color:#E38D36; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:hover   {color:#D4828B; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type2:link    {color:#000; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:visited {color:#000; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:active  {color:#000; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:hover   {color:#E38D36; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}

#nav {
	margin-left:0px;
	margin-top: 155px;
	padding:0;
	background:#EFD9C4;
	width:100%;
	float:left;
	border:1px solid #D49250;
	border-width:1px 0;
}
#nav li {
	display:inline;
	padding:0;
	margin:0;
	}
#nav a:link,
#nav a:visited {
	color:#000;
	background:#EFD9C4;
	padding:10px 42px 4px 42px;
	float:left;
	width:auto;
	border-right: 1px solid #D49250;
	text-decoration:none;
	font:bold 1.2em/1.2em Arial, sans-serif;
	text-shadow: 2px 2px 2px #555;
	}
#nav a:hover {
		color:#CCA176;
		background:#EFD9C4;
	}
#nav li:first-child a {
		border-left:1px solid #42432d;
	}
#home #nav-home a,
#amenities #nav-amenities a,
#reservations #nav-reservations a,
#attractions #nav-attractions a,
#photos #nav-photos a {
		background:#FFCA57;
		color:#000;
		text-shadow:none;
	}
#home #nav-home a:hover,
#amenities #nav-amenities a:hover,
#reservations #nav-reservations a:hover,
#attractions #nav-attractions a:hover 
#photos #nav-photos a:hover {
		background:#FFCA57;
	}
#nav a:active {
		background:#EFD9C4;
		color:#fff;
	}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}