/* GENERAL RULES */

body {
	background: #6E351E;
	font-family:verdana,arial,sans-serif;
	margin:0;
	padding:0;
}

img {
	border: 0;
	margin:0;
}

p {
	font-size:75%;
	color:#444444;
	line-height:1.5em;
	margin:0 37px 1em 37px;
	text-align:left;
	}
	
li {
	font-size:75%;
	color:#444444;
	line-height:1.2em;
	margin:0 37px 0.4em 37px;
	text-align:left;
	}
	
a {
	color:#6E351E;
	}
	
p.descript {
	font-style:italic;
	margin-bottom:0.5em;
	}
p.price {
	font-weight:bold;
	color:#6E351E;
	margin-bottom:0;
	}
.red {
	font-weight:bold;
	color:#6E351E;
	}
h1 {
	}
p.title {
	margin-bottom:0;
	}
p.buttons {
	margin-right:6px;
	margin-left:6px;
	}
p.buttons img {
	margin-top:6px;
	}


p.btn {
	text-align:right;
	margin-right:6px;
	}
p.btn img {
	margin-left:17px;
	}

div.picRow {
	margin:3px;
	clear:both;
	}
div.picRow img {
	margin:3px;
	}

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

table.header {
	background-color:#6E351E;
	width:100%;
	}
	
table.main {
	background-color:#fff;
	width:940px;
	margin-bottom:20px;
	}
table.roomPage {
	width:100%;
	}
table.roomPage td.right {
	vertical-align:bottom;
	}
table.roomPage td.top {
	vertical-align:top;
	}
td.footer {
	background-color:#E4D6BE;
	border-top:1px solid #6E351E;
	}
td.footer p {
	margin-top:0.5em;
	margin-bottom:0.5em;
	}
td.footer p a, td.footer p a:active, td.footer p a:visited {
	color:#444444;
	text-decoration:none;
	}
td.footer p a:hover {
	color:#6E351E;
	text-decoration:underline;
	}
	
table.dininghours {
	float:right;
	clear:right;
	margin: 0 6px 10px 20px;
	border-color:#587e94;
	background-color:#D5DFE4;
	width:224px;
	border-style:solid;
	border-width:1px;
	}
table.dininghours p {
	font-size:75%;
	color:#444444;
	line-height:1.5em;
	margin:10px 7px 1em 10px;
	text-align:left;
	}
table.dininghours p.price {
	font-weight:bold;
	color:#6E351E;
	margin-bottom:-10px;
	}


img.floatLeft {
	float:left;
	margin: 13px 20px 10px -31px;
	}
	
img.floatRight {
	float:right;
	margin: 0 6px 0 20px;
	}
p img.floatRight {
	float:right;
	margin: 13px -31px 10px 20px;
	}
img.sub {
	margin:6px 0 -11px 0px;
	}