body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	background-image:url(../images/intro_bkgrd.jpg);
	background-repeat:repeat;
	}
	
a {
	color: #663333;
	text-decoration: none;
	}
	
a:hover {
	color: #666666;
	text-decoration: none;
	}

.header {	
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #663333;
}

.subhead {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #663333;
}

.food-menu ul {
}

.food-menu li {
	padding-bottom: 8px;
	list-style-position: outside;
	list-style-image: url(../images/anchor.gif);
	}
	
.food-menu-underline {
	}

.scrolling-frame {
	height: 300px;
	width: 600px;
	overflow: auto;
	padding-right: 20px;
	text-align: left;
	}
	
.scroller-content ul { 
	text-align: left;
	}

.scroller-content li {
	font-size: 13px;
	padding-bottom: 8px;
	list-style-position: outside;
	list-style-type: none;
	line-height: 18px;
	text-align: left;
	}
	
.scroller-content-title {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	}
	
#footer {
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	color: #333333;
}

#footer p {
	padding: 0;
	margin: 0;
	}

#footer a {
	font-size: 14px;
	color: #663333;
	}
	
#footer a:hover {
	color: #666666;
	}
	
.copyright {
	font-size: 11px;
	}