html, body {
	font-family: "Arial CE", Arial, "Dejavu Sans", "Lucida Geneva CE", lucida, sans-serif;
	font-size: 82%;
	padding: 0;
	margin: 0;
	background-image: url('../images/middle-line-bg.png');
	background-repeat: repeat-x;
	background-position: 0 141px;
}
a {
	color: #d90340;
}
a:hover {
	text-decoration: none;
}
#page {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	background-image: url('../images/page-bg.png');
}
#header {
	border-top: 1px solid white;
	background-image: url('../images/header-bg.png');
	margin: 0 10px;
	height: 140px;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	width: 244px;
	height: 140px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
}
#header h1 a span {
	display: none;
}
#middle {
	background-image: url('../images/middle-bg.png');
	border-top: 1px solid #960b33;
	height: 212px;
}
#middle #menu {
	margin-top: 10px;
	margin-right: 10px;
}
#middle #menu table {
	margin: 0 auto;
}
#middle #menu table td {
	height: 20px;
	border-left: 1px solid #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}
#middle #menu table .first {
	border-left-width: 0;
}
#middle #menu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#middle #menu a:hover {
	text-decoration: underline;
}
#middle #pannel {
	margin-top: 20px;
	margin-left: 20px;
	padding: 0;
}
#middle #pannel table {
	border-collapse: collapse;
}
#middle #pannel td {
	padding: 0;
}
#middle #pannel table .info {
	width: 263px;
	padding-top: 5px;
}
#middle #pannel table .info img {
	border: 1px solid #000000;
}
#middle #pannel table .flash {
	width: 249px;
	margin-left: 10px;
}
#middle #pannel table .spacer {
	width: 10px;
}
#content {
	margin: 0 10px;
	background-color: #f6f6f6;
	border-top: 1px solid #f6f6f6;
	background-image: url('../images/left-bg.png');
	background-repeat: repeat-y;
	background-position: 7px 0px;
}
#content #left {
	width: 269px;
	margin-left: 7px;
	float: left;
	display: inline;
}
#content #left .in {
	margin: 20px;
}
#content #left .cards {
	width: 229px;
	margin-top: 30px;
}
#content #left .cards img {
	border: 1px solid #d2d2d2;
	margin: 10px 0;
}
#content #right {
	margin-top: 10px;
	margin-left: 285px;
	width: 760px;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
}
#content #right .in {
	margin: 20px;
}
#footer {
	margin: 0 10px;
	padding-right: 20px;
	line-height: 3.5em;
	text-align: right;
	color: #ffffff;
	background-color: #a83354;
	font-weight: bold;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.cc {
	color: #d90340;
}
.pricelist {
	border-collapse: collapse;
	width: 720px;
}
.pricelist .what {
	padding-left: 20px;
}
.pricelist .price {
	text-align: right;
}
.pricelist .reserve {
	padding-right: 20px;
	text-align: right;
}
.pricelist td {
	background-color: #fffafb;
	line-height: 3em;
}
.pricelist .even td {
	background-color: #fff0f4;
}

.select {
	font-size: 10px;
	font-weight: bold;
	font-family: arial, verdana, helvetica;
}
