.menu a {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F0E68C;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	text-decoration: none;
}
.menu a:hover {
	color: White;
}
.separator {
	background-image: url(../gfx/line.gif);
	height: 55px;
	width:360px;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #8B4513;
	background-position: left bottom;
	text-align: left;
	padding-left: 20px;
	float:left;

}
.copyright, .text, .text a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	color: #402000;
	text-align: justify;
	text-decoration: none;
	display: inline;
}
.text p {
	text-indent: 25px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.text a {
	font-weight: bold;
	float: none;
	font-style: italic;
	text-decoration: underline;
}
.text a:hover {
	text-decoration: underline;
	color: #FFA500;
}
.image-frame {
	border: 1px solid #A0522D;
	background-color: white;
	padding: 5px 5px 5px 5px;
	margin: 0px 10px 0px 10px;
	display: inline;
}

/* Auxiliary Menu Start */
#aux_menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#aux_menu ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 24px;
}
#aux_menu li {
	display: inline;
}
#aux_menu li a {
	margin-right: 15px;
	color: Gray;
	text-decoration: none;
}
#aux_menu ul li a:hover {
	color: #FFA500;
	text-decoration: underline;
}
/* Auxiliary Menu End */

.copyright, .copyright a {
	font-size:10px;
	color: #555555;
	padding-left: 12px;
	text-decoration: none;
}
.copyright a { 
	font-weight: bold; 
	padding-left: 0px;
}
.copyright a:hover {
	color: #FFA500;
	text-decoration: underline;
}
.news_body{
	border-bottom:1px dotted #555555;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	text-align: left;
	color: #CC0000;
}
.news_date {
	font-size: 9px;
	text-decoration: underline;
	color: Gray;
}
.dish_menu a{
	float:left;
	width:125px;
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #D2691E;
	padding:3px;
	margin:1px;
	border: 0px solid #DAA520;
	font-weight: bold;
}
.dish_menu a:hover {
	text-decoration: none;
	color: #FF4500;
	background-color: #F0E68C;
}
.dish_menu a:active {
	background-color: #F0E68C;
}
.meals {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width:420px;
	float:left;
	border-bottom: 0px dashed #CD853F;
	padding-bottom: 10px;
	padding-top: 10px;
}
.menu_content {
	padding-top:20px;
	height:auto;
	background-color: #F5DEB3;
	float:left;
	padding-bottom: 100px;
}
.menu_img {
	border:1px solid #A0522D;
	background-color: white;
	margin-right:10px;
	padding: 5px;
}
.price {
	font-size:10px;
	font-weight: normal;
}

.submenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #8B4513;
}
.message {
	color: #FF4500;
}