#container {
	width: 628px;
	padding: 0;
	margin: 0 auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	background-color: #451f0a;
}

#top {
	width: 628px;
	height: 68px;
}

#header {
	width: 628px;
	height: 63px;

}

#menu {
	margin: 0;
	padding: 0;
	font-family: Garamond, Arial;
	font-size: 12px;
/*	filter:alpha(opacity=60);
	opacity:0.6; 
	-moz-opacity:0.6;*/
	background-color: #000000;
	text-align: left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

}

.sub_menu {
	font-family: Garamond, Arial;
	font-size: 12px;
}


#content-container {
	margin: 0;
	padding: 0;
	width: 628px;
	border-top: 1px solid #FFFFFF;
/*	background: url(images/content-bg.gif) repeat-x top;*/
	background-color: #451f0a;

}

#content-left {
	float: left;
	width: 30%;
	min-height: 350px;
	background: url(images/content-left-bg.gif) no-repeat top left;
}

#content-right {
	width: 69%;
	float: left;
	min-height: 350px;
	text-align: left;
	/*background: url(images/content-right-bg.gif) repeat-x;*/
}

#locations-container {
	min-height: 350px;
	width: 100%;
} 

#locations-inner {
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
}

.location {
	width: 175px;
	padding: 20px;
	float: left;
}

#footer {
	clear:both;
	width: 628px;
	background-color: #000000;
	padding-top: 20px;
	border-top: 1px solid #FFFFFF;
	color: #555555;
	font-size: 9px;
	text-align: right;
}

.clear {
	clear:both;
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial; 
	font-size:11px; 
	color: #FFFFFF;
	background: url(images/body-bg.jpg) repeat-x top #d6baac;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}
#menu ul {
	margin:0; 
	padding:0 1px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu li a {
	margin:0; 
	padding: 4px;
	padding-right: 7px;
	font-size: 12px;
	color: #FFFFFF;
	line-height:33px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;

}

#menu li a:hover {
	text-decoration: underline;
}

#menu a, #menu a:visited, .sub_menu a, .sub_menu a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover, .sub_menu a:hover {
	text-decoration: underline;
}

a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}

.menu_title, .drink_title {
	font-family: Garamond, Arial;
	border-bottom: 1px solid #FFFFFF;
}
.menu_title_en, .drink_title_en {
	color: #cd9596;
	padding-left: 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.menu_title_it, .drink_title_it {
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.menu_item_title, .drink_item_title {
	text-transform: uppercase;
	font-weight: normal;
}
.menu_item_desc, .drink_item_desc {
	font-style: italic;
	color: #cd9596;
}
.menu_item_price, .drink_item_price, .drink_item_perc {
	font-weight: bold;
	padding-left: 10px;
}

