/* GENERAL RULES */
body {
	margin:5px;
	color: #F9EDC4;
	background: #40291F;
	font-family: Arial, sans-serif;
}

p {
	line-height: 1.3em;
	font-size: 85%;
	margin:0 10px 1em 0;
}

h2 {
	font-size:110%;
	}

ul {
	line-height: 1.3em;
	font-size: 85%;
	#list-style: square url(images/bullet.gif);
}

li {
	margin-bottom: 0.1em;
}

a {
	color: #F9EDC4;
	text-decoration: underline;
}

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


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

table.main {
	width: 760px;
	background: #711000;
}
table.popup {
	width: 500px;
	background: #F9EDC4;
}
table.popup tr td p, table.popup tr td ul li {
	margin-left:15px;
	color:#40291F;
}
table.popup a,table.popup a:active,table.popup a:visited,table.popup a:hover {
	color:#711000;
}

table tr td.area {
	text-align:center;
	vertical-align:middle;
	width:25%;
}
table.nav {
	width: 760px;
	background: #2E1B13;
}
td.col467 {
	width:467px;
}
td.col293 {
	width:293px;
}
td.col760 {
	width:760px;
}
td.col760 p {
	margin-left:15px;
}

table.innkeeper {
	width:270px;
	margin:0 10px 10px 10px;
	clear:both;
}
table.innkeeper tr.head td {
	background:#F2D286;
}
table.innkeeper tr.content td {
	background:#fff;
	padding:5px;
}
table.innkeeper tr.content td p {
	color:#711000;
	margin:5px;
}
table.innkeeper tr.content td p a {
	color:#711000;
}
table.foot {
	background: #40291F;
	width:760px;
}
table.foot tr td p {
	padding:5px;
	font-size:75%;
}

.caption {
text-align: center; 
font-size:13px; 
font-weight: bold; 
color:#F9EDC4;
}

/* IMAGES */
img {
	border: 0;
	margin:0;
}
img.button {
	margin-top:7px;
}

table.special {
	float:right;
	margin:4px 0 5px 5px;
	clear:both;
}

.innNote {
	color: #000000;
}
