body {
	font: 62.5%/1.4em "Lucida Grande", Arial, Verdana, Sans-Serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #f8f6ea url(../images/body-bg.png) repeat-x top left;
	color: #666;
}
#wrap {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background: url(../images/wrap-bg.png) repeat-y top left;
}
a img {
	border: none;
}
a {
	color: #49625D;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px solid #A7986E;
	background-color: #f8f6ea;
}
#content-side a:hover {
	background-color: #fff;
	border: none;
}

/* Header */ 
#header {
	background: url(../images/header-bg.png) no-repeat top left;
	width: 800px;
	padding: 40px 0px 0px 0px;
}
#header span, #header span a {
	display: block;
	width: 583px;
	height: 48px;
}
#header span a {
	background: url(../images/logo-bg.png) no-repeat top left;
	margin: 0px 0px 0px 110px;
	text-indent: -9999px;
}
#header img {
	margin: 72px 0px 0px 1px;
	border-bottom: 5px solid #8CBBB3;
}

/* Main Content */
#content {
	padding: 20px;
	position: relative;
	font-size: 1.3em; /* 13px font size */
	min-height: 550px;
}
#content p {
	margin: 10px 0px 10px 0px;
	
}
#content h1 {
	font-size: 1.54em; /* 20px font size. Inherits from #content */
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	border-bottom: 1px solid #ADD0C9;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 15px 0px;
	color: #49625D;
	display: block;
	width: 540px;
}
#content h2 {
	color: #A7986E;
	font-size: 1.5em; /* 14px font size. Inherits from #content */
	margin: 20px 0px 10px 0px;
	clear: both;
}
#content-side h2 {font-size: 1.08em;}
#content h2 a {
	margin: 20px 0px 10px 0px;
	text-decortation: underline;
	color: #A7986E;
}
#content ul {
	margin: 0;
	padding: 0px 0px 0px 20px;
	color: #A7986E;
}
#content ul li {
	list-style-type: square;
	margin: 0px 0px 5px 0px;
	color: #444;
}
#content-side {
	display: block;
	width: 180px;
	position: absolute;
	top: 40px;
	left: 590px;
	text-align: right;
}
#content-side img {
	margin: 0px 0px 20px 0px;
}
#home-page #content p {
	width: 536px;
}
table {
	background-color: #add0c9;
	border: 5px solid #8cbbb3;
	width: 550px;
	font-family: Georgia, Times, Serif;
	margin: 6px 0 20px 0;
}
table td, table th {
	padding: 5px;
}
table td {
}

table th {
	color: #fff;
	background-color: #8cbbb3;
	font-weight: normal;
	font-size: 1.2em;
}
table tr.last td {
	border: none;
}
table tr.even td {
	background: #fff;
}

/* Footer */

#footer {
	font-size: 1.1em;
	width: 800px;
	display: block;
	background: #add0c9 url(../images/footer-bg.png) repeat-x top left;
	padding: 40px 0px 30px 0px;
	text-align: center;
	clear: both;
}
#footer p {
	margin: 0;
}
#footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-nav li {
	margin: 0px 10px 0px 0px;
	padding: 0;
	display: inline;
}
#footer a {
	color: #49625D;
}
#footer a:hover {
	color: #fff;
	background: #8cbbb3;
	border: none;
}

/* Nav */
#main-nav {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: block;
	background: url(../images/nav-bg.png) repeat-x top left;
	position: absolute;
	top: 120px;
	left: 1px;
	width: 798px;
	text-transform: uppercase;
	text-align: center;
	height: 40px;
	font-size: 1.09em;
}
#main-nav li {
	margin: 0;
	padding: 0;
	display: inline;
		
}
#main-nav li a {
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #49625D;
	padding: 12px 20px;
	border-right: 1px solid #8CBBB3;
}
#main-nav li a.last {
	border: none;
}
#main-nav li a:hover, #main-nav li a.selected {
	color: #fff;
	background-color: #8CBBB3;
	border-right: 1px solid #8CBBB3;
}


/* Lists */

#tabs {
	margin: 0;
	padding: 0!important;
}

#tabs li {
	margin: 0;
	padding: 0;
	display: inline;
}

#tabs a {
	padding: 5px 10px;
	background-color: #add0c9;
}
#tabs li.selected-tab a {
	background-color: #8cbbb3!important;
	color: #fff;
	font-weight: bold;
}
#tabs a:hover {
	border: none;
	background-color: #8cbbb3!important;
	color: #fff;
}

/* Forms */

form {
	font-family: Georgia, Times, Serif;
}
input, textarea {
	padding: 3px;
	background-color: #add0c9;
	border:5px solid #8cbbb3;
	margin: 10px 0px 10px 0px;
	font-family: Georgia, Times, Serif;
	font-size: 1.1em;
	color: #666;
}
input {
	width: 250px;
}
p label {
	font-size: 1.2em;
}
textarea {
	width: 400px;
	height: 200px;
	margin-bottom: 0;
}
#submit {
	font-size: 1.2em;
	color: #49625d;
	width: 150px;
	border: 5px solid #add0c9;
	background-color: #fff;
	margin: 0;
}

/* Gallery */

#gallery {width: 555px;}

.gallery-item {
	width: 150px;
	display: block;
	float: left;
	margin: 10px 18px 10px 0px;
	border: 1px solid #8cbbb3;
	background: #add0c9;
	padding: 10px;
	min-height: 225px;
}
.gallery-item.last {margin-right: 0;}
.gallery-item img { width: 150px;}
.gallery-item-lrg {
	width: 540px;
	display: block;
	margin: 10px 20px 10px 0px;
	border: 1px solid #8cbbb3;
	background: #add0c9;
	padding: 10px;
}
.gallery-item h3 {
	margin: 10px 10px 0px 0px;
	padding: 0;
	color: #49625D;
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	font-size: 1.1em;
}

#content-side form {
	text-align: left!important;
	margin: 0px 0px 20px 0px;
	width: 150px;
}

#content-side p {
	width: 180px!important;
}

#content-side form input {
	width: 170px!important;
	margin: 0px 0px 5px 0px!important;
	padding: 1px!important;
}

#content-side form #submit-btn {
	width: 181px!important;
	margin: 0px!important;
}

.book-online a {display: block; height: 30px; background: #f8f6ea; text-align: center; font-family: Georgia, Serif; font-size: 20px; padding-top: 15px; border: 3px double #8CBBB3; background: #f8f6ea url(../images/body-bg.png) repeat-x 0px -10px}
#content-side .book-online a:hover {background: #FFF; border: 3px double #A7986E; color: ;}

