@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.png);
	width: 643px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
}

a, a:visited, a:link {
	color: #000;
	text-decoration: none; 
}

a:hover { color: #666; }

table {
	font-size: 80%;
	margin-left: 10px;
}

td.number { width: 30px; }
td.dish { width: 140px; }
td.description { }
td.price { }

h1.menu {
	font-size: 110%;
	text-align: center;
}

img#logo {
	margin-top: 20px;
	float: left;
	margin-left: 25px;
}

#header {
	background-image: url(images/header.png);
	float: left;
	clear: both;
	width: 100%;
	height: 136px;
}

#menu {
	margin-top: 115px;
	margin-left: 6px;
}

ul { padding: 0; }

#menu li {
	background-image: url(images/menu.png);
	list-style-type: none;
	display: inline-block;
	width: 60px;
	padding: 5px;
	font-size: 80%;
	text-align: center;
	margin-left: -2px;
	font-family: Arial, Helvetica, sans-serif;
}

img#bottom {
	float: left;
	clear: both;
	width: 100%;
	height: 12px;
}

#wrapper {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

#white-box {
	background-color: white;
	width: 100%;
	height: 316px;
	float: left;
}

#main {
	width: 100%;
	background-color: #fff;
}

#content {
	float: left;
	width: 633px;
	height: 316px;
	clear: both;
	margin: 5px;
	margin-bottom: 0px;
	background-color: #f4f0e0;
}

#content div#info {
	float: left;
	width: 150px;
	height: 100%;
	margin-left: 10px;
	font-size:14px;
}

div#info div.box {
	background-image: url(images/info_box.png);
	width: 140px;
	height: 82px;
	margin-top: 5px;
	padding-top: 5px;
}

div#info div.box p {
	margin: 5px;
	font-size: 12px;
}

div#info div.top {
	margin-top: 20px;
}

div#info div.box p {
	margin-left: 10px;
}

#content img#center_image {
	float: left;
	width: 252px;
	height: 266px;
}

#content div#text {
	float: left;
	height: 100%;
	width: 200px;
	overflow: auto;
	margin-top: 20px;
	font-size:14px;
}

div#text p {
	margin-left: 15px;
	font-size: 100%;
}

div#text h1 {
	font-size: 100%;
	text-align: center;
}

div#scrollmenu {
	width:630px;
	height:200px;
	overflow:auto;
	font-size:14px;
	line-height:2;
	float:left;

}

div#food-menu-nav {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom:10px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

div#footer {
	text-align:right;
	color:#666;
	font-size:11px;
	}

	
.class2 A:link {text-decoration: none; font-weight:normal; color:#666; font-size:11px}
.class2 A:visited {text-decoration: none; font-weight:normal; color:#666; font-size:11px}
.class2 A:active {text-decoration: none; font-weight:normal; color:#666; font-size:11px}
.class2 A:hover {text-decoration: none;font-weight:normal;color:#09F;font-size:11px}

