@charset "utf-8";
html{
	height: 100% ;
	}
body {
	-moz-box-sizing:border-box;
	background-image: url(images/main_bg.gif);
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	height: 100%
}
.footer   a {
	font-size: 10px;
	color: #FFFF99;
	text-decoration: none;
}
.footer  a:hover {
	color: #FFCC00;
	text-decoration: none;
}

.nav_table img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.desc {
	font-size: 16px;
}
.food_photo {
	margin-left: 5px;
	border: 2px solid #003333;
	width: 250px;
}
