body {
	background:#ae0000;
}
#container {
	width:810px;
	margin:auto;
	overflow:auto;
	border:solid 1px #FEF197;
}
#header {
	width:800px;
	height:120px;
	background:url("header.jpg");
}
#menu {
	float:left;
	height:225;
	width:175px;
}
#mcontent {
    float:left;
	width:405px;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FEF197;
    height:475px;
	border: #FEF197 2px solid;
}
#mcontent a {
text-decoration:none;
color:#fef197;
font-size:15px;
font-weight:bold;
}
#sub {
text-align:center;
}
#mcontent a:hover {
color:#FFD4C4;
font-weight:bolder;
text-decoration:underline;
}
#content {
float:left;
	width:405px;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FEF197;
}
#content a {
text-decoration:none;
color:#fef197;
font-size:15px;
font-weight:bold;
}
#content a:hover {
color:#FFD4C4;
font-weight:bolder;
text-decoration:underline;
}
#prices {
font-family:Georgia, "Times New Roman", Times, serif;
float:right;
color:#fef197;
}
#lcontent {
float:left;
width:405px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
color:#FEF197;
}
#lcontent a {
text-decoration:none;
color:#fef197;
font-size:15px;
font-weight:bold;
}
#lcontent a:hover {
color:#FFD4C4;
font-weight:bolder;
text-decoration:underline;
}
h1 {
line-height:0px;
	text-align:center;
}
#store {
float:right;
height:242px;
width:336px;
} 
h2 {
text-align:center;
}
#scroll {
	float:right;
	width:200px;
	height:400px;
}
/*#hours {
clear:left;
float:left;
color:#fef197;
width:185px;
}*/
/*Meal MENU*/
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color:#FFE7B5;
		/*font-weight : bold;*/
		text-decoration : none;
		background-color:#AE0000;
		border : 1px solid black;
		padding : 0 0.5em;
		font-weight:normal;
	}
	#nav li a:hover {
		color:#FFBBA0;
		background-color:#840700;
		text-decoration:none;
        font-size:15px;
		font-weight:normal;
	}
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
