/* CSS Document */

body
	{
		background-image:url(../images/background.gif);
		background-attachment: fixed;
		background-repeat:repeat;
		background-color: #660033;
		font-family: Arial, Helvetica, sans-serif;		
	}

a { 
	color: #660033;
} 
a:hover { 
	color: #666633;
}	

h1 { 
	font-size: 20px;
	font-weight:bold;
	color: #336600;
	text-transform: capitalize;
	text-align: center;
	border-bottom: 1px solid #660033;
}

.menuContentArea { 
	padding: 10px; 
} 

#menuNav ul li { 
	list-style-type:none;
	display:inline;
	margin-right: 5px;	
}
#breakfastSubMenu ul li { 
	list-style-type: none;
	display: inline;
	margin-right: 5px;
}

#LunchSubMenu ul li { 
	list-style-type: none;
	display: inline;
	margin-right: 5px;
}
	
	
#container
	{
		
		width:780px;
		padding:10px;
		margin:auto;
		background-color:#666633;
		background-image:url(../images/greenBackground.gif);
		background-repeat:repeat;
		border: 1px solid #333;
	
	}
	
#header p
	{
		position:relative;
		margin-right:15px;
		color:#F4DC94;
		font-weight:bold;
		float:right;
	}

#navigation ul li a
	{
	
		display:inline-block;
		
	}

#navigation ul li
	{
	
		list-style-type:none;
		display:inline;
		margin-right:15px;
	
	}
	
#navigation ul li img
	{
		border:4px solid #660033;
	}
	
#navigation ul li img:hover
	{
		border:4px double #660033;
	}
	
#contentHolder
	{
		background-color:#F4DC94;
		background-image:url(../images/contentBG.gif);
		background-repeat:no-repeat;
		background-position:right;
		height:350px;
	}

.address
	{
		
		text-align:center;
		position:relative;
		
	
	}
	
#flash
	{
		
	}
	
#content
	{
		float:right;
		width:45%;
		color:#660033;
		height: 329px;
		padding:10px;
		line-height: 150%;
		overflow: auto;
	}

#footer
	{
		width:780px;
		margin:auto;
		text-align:center;
		color:#F4DC94;
		font-size:10px;
	}

#footer a
	{
		color:#F4DC94;
	}
.feedbackbutton {
	padding:10px;
	background-color:#CCC;
	border: 1px solid #666;
	text-align: center;
}
.feedbackbutton:hover {
	background-color: #99CC00;
}