/* GENERAL RULES */
body {
	margin:0;
	color: #515d2f;
	background: #515d2f;
	font-family: Trebuchet MS, Arial, sans-serif;
	position:relative;
}

p {
	font-size:95%;
	color:#515D2F;
	margin:0 10px 1em 10px;
	line-height:1.3em;
}

a {
	color:#515D2F;
}

ul {
	font-size:95%;
	color:#515D2F;
	margin:0 10px 1em 30px;
	line-height:1.3em;
}

h1 {
	font-size:105%;
	color:#8b754d;
	margin:0 10px 0 10px;
	line-height:1.3em;
}
h2 {
	font-size:100%;
	color:#7B8858;
	margin:0 10px 0 10px;
	line-height:1.3em;
}

p.roomRate {
	font-size:85%;
	font-weight:bold;
	color:#8B754D;
	margin:24px 0 0 0;
}

/* tables */
td {
	padding:0;
	vertical-align:top;
}
table {
	margin: 0;
	border:0;
}

table.content {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}
table.main {
	width: 760px;
	background: #F4ECDF;
}


table.mainPop {
	width: 380px;
	background: #F4ECDF;
}
table.mainPop img {
	margin:0 1px 0 1px;
	}
table.contentPop {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}

table.footer {
	width: 760px;
	background: #515d2f;
}
table.footer tr td p {
	font-size:75%;
	color:#DBC6A2;
	margin:4px 0 10px 0;
	line-height:1.5em;
	}
table.footer tr td p a {
	color:#DBC6A2;
	text-decoration:none;
	}
table.footer tr td p a:hover {
	text-decoration:underline;
	}
table.nav {
	width: 760px;
	background: #dbc6a2;
	border-top:2px solid #fff;
	border-right:1px solid #fff;
	border-bottom:2px solid #fff;
	border-left:1px solid #fff;
}
td.slideshow {
	width:334px;
	}
	
/* IMAGES */
img {
	border: 0;
	margin:0;
}

img.label{
	position:relative;
	top:7px;
	}
img.title {
	margin-top:15px;
	}
img.toppic {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:2px solid #fff;
	}
img.picFloatLeft {
	float: left;
	margin:0 6px 0 -2px;
	}
img.picFloatRight {
	float: right;
	margin:0 -2px 0 6px;
	}
img.roomPic {
	border:4px solid #7b8858;
	margin-bottom:2px;
	}

div#xpop {
	position:absolute;
	z-index:101;
	background-color:#660000;
	top:70px;
	right:100px;
	display:none;
	padding:10px;
	}
div#xpop table.mainPop {
	border-top:1px solid #fff;
	}
	
div#xpop p.xpop {
	color:#fff;
	margin:0 0 10px 0;
	text-align:center;
	}
div#xpop p.xpop a {
	color:#fff;
	}
	