﻿body
{
	background: Black url(Images/PageBG.jpg) repeat-x top;
	text-align: center;
	font: 12px Arial;
	color: White;
}

a
{
	color: #F4F4DD;
	font-weight: bold;
}

hr
{
	height: 2px;
	color: #FF8400;
	background: #FF8400;
	width: 90%;
}
h4
{
	margin: 5px 0px;
	font-size: 18px; 
	font-weight: bold;
	color: #FFAA4F;
}
h3
{
	margin: 5px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #B7B7B7;
}
h2
{
	margin: 5px 0px;
	color: #DDDDDD;
	font-size: 22px;
	font-weight: bold;
}

div#HomeContentPicture
{
	float: right;
	width: 250px;
	height: 215px;
	border: 1px solid Black;
	background: #646464;
	color: Black;
	text-align: center;
	vertical-align: middle;
	margin-top: 25px;
	margin-left: 15px;
}

.OrangeText
{
	color: #FF8400;
}
.LightOrangeText
{
	color: #FFAA4F;
}

/****** DAILY SPECIALS **********/
table.DailySpecialsTable
{
	margin: 0px auto;
	width: 100%;
}
table.DailySpecialsTable td.DayOfWeekCell
{
	width: 25%;
	vertical-align: top;
}
table.DailySpecialsTable td.DayOfWeekCell a
{
	text-decoration: none;
	font-size: 14px;
}
table.DailySpecialsTable td.DayOfWeekCell a:hover
{
	text-decoration: underline;
}
table.DailySpecialsTable td.ContentCell
{
	width: 75%;
	padding: 10px; 
	border: 1px solid #999999; 
	background: #646464;
	vertical-align: top;
	text-align: center;
}

