/* GENERAL RULES */
body {
	margin: 15px 0 15px 0;
	color: #000;
	background: #E2DBC5;
	font-family: "Verdana", sans-serif;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
	list-style-type: square;
	font-size: 80%;
	line-height: 1.4em;
}

h1 {
	font-size: medium;
	color: #663300;
	margin-top: 0;
	margin-bottom: .3em;
}

h2 {
	font-size: 80%;
	color: #946C43;
	margin-top: 0;
	margin-bottom: .3em;
}

h3 {
	font-size: 80%;
	color: #515100;
	margin-top: 0;
	margin-bottom: .3em;
}

p.footer {
	font-size: 72%;
	margin-top: .7em;
}

a,a:active,a:visited {
	color: #5C6332;
}

a:hover {
	color: #8C4B4B;
}

/* lists */

ol {
	color: #946C43;
	font-weight: bold;
	font-size: 80%;
}

ul {
	font-size: 80%;
	list-style: none;
}

ul.square {
	list-style: square;
}

li {
	margin-bottom: 0.3em;
}

li p {
	color: #000;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: normal;
	font-size: 100%;
}

b.listHead {
	color: #946C43;
}

b.title {
	color: #663300;
}

span.test {
	padding-left:60px;
	font-style:italic;
	}
	
/* TABLES */

table {
	margin: 0;
}

table.main {
	width: 760px;
}

td.nav {
	background: #212141;
}
	
td,th,div {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

td.content {
	background: #fff;
	border-bottom: 1px solid #212141;
	border-right: 1px solid #212141;
	border-top: 1px solid #212141;
}

table.content {
	margin: 0 17px 17px 17px;
	background: #fff;
	width:580px;
}


table.roomNext {
	float: right;
	margin-right: 6px;
	margin-top: 10px;
}

table.roomNext a, table.roomNext a:visited, table.roomNext a:active {
	color: #663300;
	text-decoration: none;
}

table.roomNext a:hover {
	text-decoration: underline;
}

table.activeNext {
	float: right;
	margin-right: 6px;
	margin-top: 10px;
}

table.activeNext tr td p {
	font-size: 72%;
}

table.activeNext a, table.activeNext a:visited, table.activeNext a:active {
	color: #663300;
	text-decoration: underline;
}

table.activeNext a:hover {
	text-decoration: none;
}

table.suites {
	width: 187px;
}

table.suites tr td p {
	font-size: 70%;
}

table.giftItems {
	background: #E7DBC6;
	border-top: 1px solid #663300;
	border-left: 1px solid #663300;
	border-right: 1px solid #663300;
	width: 100%; 
}

table.giftItems tr td {
	vertical-align: middle;
	padding: 4px;
	border-bottom: 1px solid #663300;
}

table.giftItems tr td p {
	margin: 2px;
}

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

.floatRight {
	float: right;
	margin: 6px 0 3px 6px;
}

.floatLeft {
	float: left;
	margin: 6px 6px 3px 0;
}
.h1override {
	margin-top: 0;
	margin-bottom: 1em;
	list-style-type: square;
	font-size: 80%;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
