html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	background-color: #fff;
	color: #000;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	color: #060;
}
h1 {font-size: 2em; margin: .67em 0;}
h2 {font-size: 1.5em; margin: .75em 0;}
h3 {font-size: 1.17; margin: .83em 0;}
del {color: #999;}
ins {color: #f00;}
em {
	color: #f00;
	font-style: normal;
}
table {
	border-collapse: collapse;
	border: none;
}
th {
	border-collapse: collapse;
	border: 1px solid #060;
	color: #fff;
	background-color: #060;
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
}
td {
	border-collapse: collapse;
	border: 1px solid #060;
	padding: 0.5em;
}
th.layout {
	border: none;
}
td.layout {
	border: none;
}
#navtab {
	background: url("background.png") #fff repeat-x scroll 0 39px;
	width: 100%;
	height: 40px;
	margin-top: 16px;

}
ul.tab {
	position: relative;
	width: 640px;
	height: 40px;
	margin: auto;
}
li.tab_home {
	display: inline;
	position: absolute;
	left: 0;
	top: 0;
}
li.tab_cafe {
	display: inline;
	position: absolute;
	left: 128px;
	top: 0px;
}
li.tab_gallery {
	display: inline;
	position: absolute;
	left: 256px;
	top: 0px;
}
li.tab_snapshots {
	display: inline;
	position: absolute;
	left: 384px;
	top: 0px;
}
li.tab_links {
	display: inline;
	position: absolute;
	left: 512px;
	top: 0px;
}
a img {
	border-style: none;
}
#main {
	width: 90%;
	margin: 3% auto 3%;
}
#mail {
	width: 90%;
	margin: 3% auto 3%;
}
#links {
	width: 90%;
	margin: 3% auto 3%;
}
#links dd {
	margin-bottom: 1em;
}
#logo {
	text-align: center;
	padding: 32px;
}	
form {
	margin: 1em 0;
}
#footer {
	clear: both;
	margin: 0 auto 5%;
	width: 90%;
}
#menu_left {
	float: left;
	margin: 3% auto 3% 5%;
	width: 41%;
}
#menu_left h2 {
	font-family: cursive;
	text-align: center;
}
#menu_left dl {
	margin-bottom: 3em;
}
#menu_left dt {
	color: #e00;
	float: left;
	font-size: 1em;
}
#menu_left dd.price {
	color: #888;
	font-size: 1em;
	text-align: right;
}
#menu_left dd.description {
	color: #444;
	font-size: .75em;
	margin: 0.5em 6em 1em 0.5em;
}
#menu_right {
	float: right;
	margin: 3% 5% 3% auto;
	width: 41%;
}
#menu_right h2 {
	font-family: cursive;
	text-align: center;
}
#menu_right dl {
	margin-bottom: 3em;
}
#menu_right dt {
	color: #e00;
	float: left;
	font-size: 1em;
}
#menu_right dd.price {
	color: #888;
	font-size: 1em;
	text-align: right;
}
#menu_right dd.description {
	color: #333;
	font-size: .75em;
	margin: 0.5em 6em 1em 0.5em;
}
img.emblem {
	vertical-align: middle;
	margin-left: .3em;
}
img.menuimage {
	text-align: center;
	display: block;
}
#snapshots_display_base {
	position: fixed;
	left: 0;
	top: 80px;
	width: 742px;
	height: 568px;
	text-align: center;
	font-size: 0;
	line-height: 568px;
}
img#snapshot_display_base {
	z-index: 3;
}
#snapshots_display {
	position: fixed;
	left: 52px;
	top: 108px;
	width: 640px;
	height: 480px;
	text-align: center;
	font-size: 0;
	line-height: 480px;
}
img#snapshot_display {
	vertical-align: middle;
	z-index: 4;
}
#snapshots_description {
	position: fixed;
	left: 52px;
	top: 594px;
	width: 640px;
	height: 22px;
	text-align: center;
}
p#snapshot_description {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	z-index: 5;
}
#snapshots {
	text-align: right;
	min-width: 958px;
}
ul#snapshots_thumbnail {
	margin: 0 16px 0 auto;
	width: 200px;
	background: url("filmstrip200x860.png") repeat-y scroll right;
	list-style-type: none;
}
li.snapshot_thumbnail {
	font-size: 0;
	line-height: 128px;
	text-align: center;
}
img.thumbnail {
	vertical-align: middle;
	cursor: pointer;
	z-index: 3;
}

