html, body {
	height: 100%;
}

body {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 1.0em;
	background-image:url(bg.png);
	background-repeat: repeat-y;
	overflow: auto;
	min-width: 920px;
	min-height: 600px;
}

h1 {
	font-size: 1.6em;
	color: #89090C;
}

a {
	color: #89090C;
}

div.centerContainer {
	position: relative;
	width: 920px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -460px; 
	margin-top: -300px; 
}

div.left {
	width: 250px;
	float: left;
}

div.right {
	background-image:url(yellow.png);
	background-repeat: no-repeat;
	float: right;
	width: 650px;
	height: 600px;
	margin-left: 20px;
}

div.logo {
	background-image:url(logo.png);
	background-repeat: no-repeat;
	margin-top: 25px;
	width: 250px;
	height: 326px;
}

div.content {
	padding: 25px;
	padding-left: 45px;
	padding-right: 45px;
	width: 530px;
	height: 550px;
}

div.copyright {
	font-size: 0.8em;
	text-align: right;
	color: #7E7E7E;
}

div.navigation {
	padding-left: 10px;
	padding-top: 35px;
}

div.navigation a {
	font-size: 1.2em;
}

div.navigation a:hover {
	background-color: #89090C;
	color: #FFFFFF;
}

div.menu {
	padding-left: 15px;
	padding-right: 15px;
	height: 500px;
	width: 530px;
	border: thin solid #FFECE8;
	overflow-y: auto;
}

table.officeHours th {
	text-align: left;
}

table.officeHours td {
	padding-left: 25px;
}

table.fotos {
	margin-left: auto;
	margin-right: auto;
}

ul.disc {
	list-style-type: disc inside;
}

img {
	border: none;
}

table.food {
	width: 100%;
	border-collapse:collapse
}

table.food td {
	vertical-align: top;
}

td.id {
	color: #89090C;
	width: 8%;
	text-align: left;
}

td.price, td.priceWide {
	text-align: right;
	width: 12%;
}

td.priceWide {
	width: 26%;
}

tr.light {
	background-color: #FFE578;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

span.description {
	font-size: 0.8em;
	font-style: italic;
}

/* dim dum */

div.dimSum {
	width: 200px;
	height: 215px;
	float: left;
	padding: 10px;
}

div.dimSumName {
	width: 200px;
	font-size: 0.8em;
}

div.dimSumPrice {
	width: 200px;
	text-align: right;
}

img.dimSumPic {
	width: 200px;
}
