/*--- general ---*/
body {
	background: #FFF;
	color: #000;
	font-family: serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 10pt;
}
h1 {
	font-size: 150%;
	font-style: italic;
}
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
p { margin: 0 0 1em; text-align: justify;}
ul, ol {
	margin: 0 0 10pt 25pt;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
form { margin: 0; }
table, td, input, textarea, select, button {
	font-family: serif;
	font-size: 100%;
}
em {
	color: #666;
	font-weight: bold;
	font-style: normal;
}
a {
	color: #000;
	text-decoration: none;
}
a img { border: none; }
hr {
	visibility: hidden;
	height: 1px;
	margin: 0;
	clear: both;
}
.clear {
	clear: both;
}
/*--- /general ---*/

/*--- layout ---*/
div#header {
	display: none;
}
div#left {
	width: 150pt;
	float: right;
	margin: 0 0 0 20pt;
}
/*--- /layout ---*/

/*--- left ---*/
div#left_box {
	padding: 5pt;
	margin: 0 0 15pt 15pt;
	border: 1px solid #666;
}
p#reservation, p#email, p#prices {
	display: none;
}
/*--- /left ---*/

/*--- content ---*/
div.pictures {
	display: none;
}
/*--- /content ---*/

/*--- tables ---*/
table {
	border: 1px solid #333;
	margin: 0 0 1em;
}
th {
	padding: 3pt 5pt;
	text-align: left;
	color: #000;
	border: 1px solid #333;
}
td {
	padding: 3pt 5pt;
	border: 1px solid #999;
	color: #333;
}
td.price {
	text-align: center;
}
/*--- /tables ---*/