body
{
	margin:0;
	padding:0;
	background-color:#550000;
	font-family:arial;
}


.container
{
	position:relative;
	width:800px;
	padding-bottom:50px;
}

.banner
{
	float:left;
	width:800px;
	height:144px;
	background:url(images/banner.jpg) no-repeat top center;
}

.nav
{
	float:left;
	width:800px;
	height:57px;
}

.nav ul
{
	background:url(images/menu.gif) no-repeat top center;
	width:800px;
	height:63px;
	position:absolute;
	margin:0px;
	padding:0;
}

.nav a 
{
	display:block;
	height:63px;
}

.nav li 
{
	list-style-type:none;
	margin:0;
	padding:0;
	display:block; 
	position:absolute;
	height:63px;
}

#restaurant
{
	left:0;
	top:0;
	width:188px;
	height:63px;
}

#menu
{
	left:188px;
	top:0;
	width:108px;
	height:63px;
}

#bombar
{
	left:296px;
	top:0;
	width:139px;
	height:63px;
}

#red_den
{
	left:435px;
	top:0;
	width:183px;
	height:63px;
}

#catering
{
	left:618px;
	top:0;
	width:185px;
	height:63px;
}


#restaurant a:hover, .activeRestaurant
{
	background: url(images/menu.gif) 0px -63px no-repeat;
}

#menu a:hover, .activeMenu	
{
	background: url(images/menu.gif) -188px -63px no-repeat;
}

#bombar a:hover, .activeBombar	
{
	background: url(images/menu.gif) -296px -63px no-repeat;
}

#red_den a:hover, .activeRedDen	
{
	background: url(images/menu.gif) -435px -63px no-repeat;
}

#catering a:hover, .activeCatering	
{
	background: url(images/menu.gif) -618px -63px no-repeat;
}

.leftnav
{
	float:left;
	width:279px;
	height:500px;
	font-size:11px;		
}

.leftnav table
{
	margin:0 0 0 27px;
	color:#ffffff;
}

.leftnav th
{
	text-align:left;
	color:#ffcc00;
}

.leftnav p
{
	margin:32px 0 0 27px;
	color:#e8b100;
}

.leftnav a
{
	color:#ffcc00;
	text-decoration:none;
}

.main
{
	float:left;
	width:521px;
	background: #cc9900 url(images/main_bg.gif) no-repeat top right;
	font-size:12px;
	margin-bottom:8px;
}

.main .content
{
	margin:50px 18px 20px 19px;
}

.footer
{
	float:right;
	display:inline;
	width:521px;
	height:30px;
	background-color:#ffcc00;
	margin-bottom: 50px;
}

.footer ul
{
	margin:0px;
	padding:0 0 0 145px;
}

.footer a 
{
	display:block;
	height:30px;
	text-decoration:none;
	font-size:13px;
	font-family:arial;
	color:#550000;
}

.footer li 
{
	list-style-type:none;
	margin:0;
	padding:0;
	display:block; 
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
}

#contact
{
	left:0px;
	top:0;
	width:134px;
	height: 30px;
}

#location
{
	left:134px;
	top:0;
	width:121px;
	height: 30px;
}

#mailing_list
{
	left:255px;
	top:0;
	width:119px;
	height: 30px;
}


#contact a:hover, #location a:hover, #mailing_list a:hover	
{
	font-weight:bold;
}

.disclaimer
{
	
	font-style:italic;
	font-size:10px;
	margin:10px 20px 0 0;
	float:right;
}
