﻿div#RestaurantImages
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffaa00;
	float: right;
	clear: right;
	width: 300px;
	height: 200px;
	margin: 5px 0px 5px 5px;
	background-image: url(../images/restaurant1.png);
}

div#MenuHighlight
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffaa00;
	float: right;
	clear: right;
	width: 300px;
	height: 175px; /*150px;*/
	margin: 5px 0px 5px 5px;
	text-align: center;
}

div#AlternativeInternationalMeats
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffaa00;
	float: right;
	clear: right;
	width: 300px;
	height: 173px;
	margin: 5px 0px 5px 5px;
	text-align: center;

	background-image: url(images/alternativeInternationalMeats.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div#Buffets
{
	border-style: solid; 
	border-width: 1px; 
	border-color: #ffaa00; 
	background-color: #ffeeaa;
	float: right;
	clear: right;
	width: 300px;
	margin: 5px 0px 5px 5px;
}

div#SpecialityMenus
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffaa00;
	float: right;
	clear: right;
	width: 300px;
	height: 175px; /*150px;*/
	margin: 5px 5px 5px 5px;
	text-align: center;

	/*background-image: url(images/dailySpecialMenus.png);*/
}

div#ChristmasMenu
{
	clear: both;
	border-color: #aaff00;
	border-style: solid;
	border-width: 1px;
	background-color: #eeffee;
}

h3.ChristmasMenu
{
	color: #cc0000;
	background-color: transparent;
	width: auto;
}

span.MenuHighlight
{
	font-size: xx-large;
	font-family: Calibri, Arial, Helvetica, sans-serif 
}
