body {
	background: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ccc;
	margin: 0;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color:#CCCCCC
}
.wrapper {
	display: block;
	width: 750px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.clear {
	clear :both;
}

/* Header */
.header {
	position: relative;
	height: 280px;
}
.pic1, .pic2, .pic3 {
	display: block;
	position: absolute;
	z-index: 1;
}

.pic1 {
	top: 0px;
	left: 7px;
}
.pic2 {
	top: 101px;
	left: 200px;
}
.pic3 {
	top: 101px;
	left: 475px;
}
.head {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/* Menu */
ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 3;
	top: 79px;
	left: 200px;
}
ul.menu li {
	display: inline;
	float: left;
	padding: 0 25px;
	border-right: 1px solid #686463
}
ul.menu li a {
	color: #b7b7b7;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #fff;
}

ul.menu li:last-child {
	border-right: none;
}

/* Content */
.content {
	display: block;
	padding: 10px 40px 30px 40px;
	background: #fff;
	color: #333;
	border: 7px #fff solid;
	overflow: hidden;
}
.gallery {
	display: block;
	padding: 0;
	background: #fff;
	border: 7px #fff solid;
	overflow: hidden;
}
.content a {
	color: #7D2222;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content blockquote {
	text-align: justify
}
.border {
	display: block;
	background: #7D2222;
	height: 15px;
	border: 7px #fff solid;
}
.content h1 {
	font-size: 16px;
	margin: 0;
	padding: 15px 0;
}
.content h2 {
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
}

.footer {
	padding: 15px 0;
	text-align: center;
	opacity: 0.1;
}

.photo {
	text-align: center
}

TABLE {
 border: none; 
 margin: 0 auto; 
 font-size: 11px;
}
TD {
 text-align: ; 
}         
.days {
width: 20px;
}
tbody {
	border: 0
}
.days {font-family: Arial; background-color: #d8d8d8; width: 20px;}
.closed { background: #7D2222; color: #fff;}
.closed2 {background: #67227d; color: #fff;}
.reserved {background: #7f7f7f; color: #fff;}
.hold {background: #67227d; color: #fff;}

