html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Lucida Sans", Arial;
	font-size: 11px;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #160100;
}
h1 {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_container.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
}
b {
	height: 750px;
	width: 1000px;
	background-image: url(../img/img_main.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 30px;
	width: 500px;
	padding-top: 20px;
	text-align: justify;
	color: #FFFFFF;
}
h2 ul { list-style-type: square; 
}
h2 ul li {
	margin-bottom: 8px;
	margin-top: 8px;
}


#menuContainer {
	height: 104px;
	display: block;
	width: 880px;
	position: relative;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 308px;
	padding-right: 120px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menuContainer li {
	text-decoration: none;
	text-indent: -9999px;
	list-style-type: none;
	padding: 0px;
	width:151px;
	height: 39px;
	float: right;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
#menuContainer li a{
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 39px;
	float: right;
	display: block;
}
a.gallery:link, a.gallery:visited {
	text-decoration: none;
	width: 150px;
}
a.reservation:link, a.reservation:visited {
	text-decoration: none;
	width: 151px;
	background-position: -150px 0px;
}
a.gallery:hover {
	text-decoration: none;
	width: 151px;
	background-position: 0px -39px;
	position: absolute;
	right: 270px;
}
a.reservation:hover {
	text-decoration: none;
	width: 151px;
	background-position: -150px -39px;
}
.cpy {
	font-size: 10px;
	color: #3399FF;
	padding-left: 30px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
}
a.webby:link, a.webby:visited {
	text-decoration: none;
	color: #3399FF;
}
a.webby:hover {
	text-decoration: underline;
	color: #33FFFF;
}
