/* GENERAL RULES */
body {
	margin: 0;
	padding: 0;
	background: #5A4129;
	color: #5A4129;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 .8em 0;
	font-size: 80%;
	line-height: 1.3em;
}

p.title {
	margin-bottom:0;
}
h2 {
	margin: 64px 0 .8em 13px;
	font-size: 75%;
	line-height: 1.3em;
}

h3 {
	margin: 0 0 .8em 27px;
	font-size: 80%;
	line-height: 1.3em;
}

ul {
	margin-top: 0;
	margin-bottom: 0.7em;
}

li {
	margin: 0 28px .1em 6px;
	list-style-image: url(images/list_dot.gif);
	font-size: 80%;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}

a, a:visited, a:active {
	color: #5A4129;
	text-decoration: underline;
}

a:hover {
	color: #5A4129;
	text-decoration: none;
}

input, select {
	font-size: 70%;
}

/* tables */
table.main {
	margin-top: 8px;
	width: 760px;
	background: #E2D2BC;
}

td {
	padding: 0;
	vertical-align: top;
}

td.content {
	height: 399px;
	background: #E2D2BC;
}

td.contentRM {
	background: #E2D2BC;
	width: 656px;
}

td.contentRM p {
	margin-left: 249px;
}

td.priceRM {
	padding-left: 34px;
}

table.rooms tr td {
	text-align: center;
	padding-bottom: 28px;
}

td.footer {
	background: #5A4129;
}
td.footer p {
	margin: 4px 0 .8em 0;
	font-size: 70%;
	color: #E2D2BC;
}

td.footer a, td.footer a:visited, td.footer a:active {
	color: #E2D2BC;
	text-decoration: underline;
}

td.footer a:hover {
	color: #E2D2BC;
	text-decoration: none;
}

/* images */
img {
	border: 0;
}

.pic {
	border: 1px solid #E2D2BC;
}

.picL {
	padding: 3px 0 6px 0;
	background: #E2D2BC;
}

.picR {
	padding: 26px 0 0 0;
	background: #E2D2BC;
}

.floatLeft {
	float: left;
	margin: 5px 8px 8px 0;
}

.floatRight {
	float: right;
	margin: 5px 0 8px 8px;
}

.floatLeftRM {
	float: left;
	margin: 0px;
}

.floatTableR {
	float: right;
	margin: 5px 0 8px 8px;
}
.h1override {
	margin: 0 0 .8em 0;
	font-size: 80%;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #E2D2BC;
}
.h1overrideBrown {

	margin: 0 0 .8em 0;
	font-size: 80%;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #5A4129;
}
.h1overrideRM {
	background: #E2D2BC;
	width: 656px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
