/* CSS Document */
html, body {
	height: 100%;
}
	td img {display: block;}
	body { background-color: #A47C61;
	margin: 0;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
#menus { 
	background-color: #472011;
}
td.contetnt {
	background-color: #472011;
}
div#content {
	width: 800px;
	height: 600px;
	border: none;
	margin: 0;
	padding: 0;
	
}
#wrapper {
	display: table-cell;
	vertical-align: middle;
}
div#centercontent {
	width: 400px;
	height: 317px;
	display: block;
}
a.link {
text-decoration: none;
color: #FFFFFF;
}
td.contetnt {
	padding: 0 20px 0 20px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
table.menu {
	width: 500px;
	text-align: left;
	vertical-align: middle;
}
table.menu td {
	padding: 10px;
	border-bottom: 1px solid #A47C61;
}
.price {
	width: 30px;
	text-align: right;
}
a.menus {
	text-decoration: none;
	background-color: #A47C61;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	color: #FFFFFF;
}
a:link {
	color: #A47C61;
	text-decoration: none;
}
a:visited {
	color: #A47C61;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #A47C61;
	text-decoration: none;
}
.javascript {
display:none
}
