﻿body{
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}
td{
	vertical-align:top;
}
#eventsTable{
	width:1040px;
	background:#5e1912 url('images/tableBG.jpg') repeat-x scroll center top;
}
#tableTop{
	height:18px;
	background-image:url('images/events_top.png');
}
#tableMiddleLeft{
	width:71px;
	background-image:url('images/events_middle_left.png');
	background-repeat:repeat-y;
	
}
#tableMiddleRight{
	width:67px;
	background-image:url('images/events_middle_right.png');
	background-repeat:repeat-y;
}
#tableBottom{
	height:61px;
	background-image:url('images/events_bottom.png');
}
#dailySpecialsHeader{
	width:422px;
	height:36px;
	background-image:url('images/daily_specials.png');
	border-bottom:3px #F3E2C4 solid;
}
.black{
	width:50%;
	padding:3px;
	background-color:#000;
}
.eventsTop{
	width:435px;
	height:10px;
	background-image:url('images/events_01.png');
	background-position:center bottom;
	background-repeat:no-repeat
}
.eventsMiddle{
	color:#000;
	padding:0px 20px;
	width:435px;
	background-image:url('images/events_02.png');
	background-position:center;
	background-repeat:repeat-y;
}
.eventsBottom{
	width:435px;
	height:10px;
	background-image:url('images/events_03.png');
	background-position:center top;
	background-repeat:no-repeat;
}
.events{
	margin-bottom:20px;
}
