/* GENERAL RULES */
body {
	margin:0;
	padding:0;
	background: #2F1D0E;
	color:#1D1D1D;
	font-family: Arial, sans-serif;
}

p {
	line-height: 1.3em;
	font-size: 80%;
	margin:0 20px 1em 20px;
	text-align:left;
}
li {
	line-height: 1.3em;
	font-size: 80%;
	margin:0 20px 1em 20px;
	text-align:left;
	}
ul li ul li {
	font-size:100%;
	}
h5 {
	color:#9F6E41;
	font-size:115%;
	font-weight:bolder;
	margin-left:20px;

	}
h2 {
	color:#64201a;
	font-size:100%;
	font-weight:bold;
	margin-left:20px;
	}

/* links */
a {
	color: #F4E9DE;
	text-decoration:none;
}
a:hover {
	color: #F4E9DE;
	text-decoration:underline;
}

table.content p a {
	color:#9F6E41;
	text-decoration:underline;
}
table.content p a:hover {
	color:#9F6E41;
	text-decoration:none;
}
table.content li a {
	color:#9F6E41;
	text-decoration:underline;
}
table.content li a:hover {
	color:#9F6E41;
	text-decoration:none;
}
table.room p a {
	color:#9F6E41;
	text-decoration:underline;
}
table.room p a:hover {
	color:#9F6E41;
	text-decoration:none;
}

/* tables */
td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table {
	margin:0;
	border:0;
}
table.main {
	background-color:#FCF5EE;
	text-align:left;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}

table.content {
	background-color:#F4E9DE;
	width:760px;
	border-bottom:1px solid #2F1D0E;
	}
table.footer {
	width:760px;
}
table.footer td.footer p {
	color: #F4E9DE;
	font-size:70%;
	margin:0 0px 0em 0px;
	line-height:22px;
}
td.footer p.right {
	text-align:right;
	}
	
table.floatLeft {
	float:left;
	margin:1px 20px 2px 0;
	}
	
table.nav {
	float:right;
	clear:none;
	margin-left:3px;
	margin-bottom:8px;
	}
			
table.allrooms tr td p {
	line-height: 0.5em;
	font-size: 11px;
	margin:4px 0px 1.4em 20px;
	text-align:left;
	}
table.allrooms td.side p{
	text-align:right;
	}
table.allrooms img {
	margin:0px 0 0px 20px;
	}


/* images */
object {
	border:0;
	margin: 0 0 0 0;
}

img {
	margin:0;
	}
img.btn {
	float:right;
	margin:5px -3px 2px 5px;
}
img.title {
	margin:1px 0px 3px -22px;
}
img.floatRight {
	float:right;
	margin:10px -20px 7px 15px;
	clear:both;
	}
img.floatTop {
	margin-right:-10px;
	clear:left;
	}
div.floatTop {
	position:relative;
	height:310px;
	width:590px;
	}
object.floatTop {
	position:absolute;
	}