/* Mundo */

body {
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0 0;
	width: 100%;
	background-color:#831312;
	text-align: center;
}
#page {
	width: 711px;
	background-color:#FF0000;
	margin: 0 auto;
	position: relative;
}
#title_img {
	position: absolute;
	top: 0;
	left: 0;
}
#menu {
	position:absolute;
	top: 125px;
	left: 0;
}
#header {
	position: absolute;
	left: 220px;
	top: 0;
}
#content {
	position: absolute;
	left: 220px;
	top: 160px;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2B1B0C;
	font-size: 12px;
	padding-left: 20px;
	margin-right: 3px;
	width: 460px;
}
a {
	color:#993300;
}
#menucontent {
	padding-top: 10px;
	width: 350px;
	margin: 0 auto;
}
input, textarea {
	background-color:#DACBA9;
	border: 0px solid #D0BB8E;
	border-bottom: 1px solid #D0BB8E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-bottom: 5px;
}

p {
	margin-right: 25px;
}

h2 {
	line-height: 16px;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
h1 {
	color: #831312;
	line-height: 15px;
	font-size: 13px;
	margin: 0;
	margin-bottom: 5px;
	margin-left: -5px;
	margin-top: 12px;
	padding: 0;
}
.dish_desc {
	font-style:italic;
	font-size: 11px;
}

.dish_cost {
	float: right;
	position: relative;
	top: -10px;
	text-align: right;
}