html
{
	font-family:Calibri, Arial;	
}

body
{
	background-color:#000000;
	background-attachment:fixed;
	background-image:url('images/bgFade.jpg');
	background-repeat:repeat-x;
}

h1 { display: none; }
h2, h3, h4
{
	font-family:Impact, Arial Black, Calibri, Arial;
	margin:5px 0px 5px 0px;
	font-weight:normal;
	font-size:medium;
}

h2 
{
	clear:left;
	color:#9d0202; 
}
a:link { color:#9d2020; }
a:hover { font-weight:bold; }
a:visited { color:#9d9020; }


#page
{
	width:100%;
	text-align:center;
}

#content
{
	text-align:left;
	width:799px;
	margin:0 auto 0 auto;
	padding:0px;
	background-image:url('images/homeBg.jpg');
	background-repeat:no-repeat;
	background-color:black;
}

#body
{
	background-image:url('images/semiDark.png');
	margin:20px;
	border:2px solid #dedede;
}


#header
{
	margin:0px;
	padding:0px;
	text-align:right;
}

#fume
{
	position:absolute;
	top:0px;
	left:0px;
}

#graphic1
{
	float:left;
	position:relative;
	top:91px;
	left:0px;
	margin:0px;
}

#window
{
	margin:0px;
}

#events
{
	float:left;
	width:250px;
	color:#dedede;
	margin:5px;
}

#specials
{
	float:left;
	color:#dedede;
	margin:0px;
	padding:5px;
	width:480px;
	border-left:2px solid #dedede;
}
.foodPic
{
	float:left;
	margin-right:5px;
}
.hours
{
	font-size:small;
	color:#ffc307;
}
.specialDiv
{
	margin-bottom:8px;
}
.specialImg 
{
	float:right;
	text-align:right;
}
.specialImg img
{
	width:200px;
	margin-right:10px;
}
.specialImg a
{
	font-size:small;
}
.specialTitle
{
	font-weight:bold;
}
.specialDescription
{
	font-size:small;
	color:#9d0202;
}
.eventDiv
{
	margin-bottom:10px;
}
.eventTitle
{
}
.eventDate
{
	font-weight:bold;
}
.moreLink
{
	font-size:small;
	float:right;
}
.clearFix
{
	clear:both;
}