@charset "utf-8";
.notes {
	font-size: 10px;
	font-style: italic;
}

/* CSS Document */
body {
	margin: 0;
	background: url(images/orangelinesshadowbg.gif) center repeat;
	font: normal 12px Arial;
}
.heading {
	font-size: 24px;
	font-weight: bold;
	color: #204190;
}
.bodytext {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.subheading {
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
}
.boldorange {
	color: #FF6600;
	font-weight: bold;
}
.semitrans {
	background-image:url(images/75p_black.png);
	background-position:top left;
	background-repeat:repeat;
	background-attachment:scroll;
}
#contents {
	background-color: #FBFBFB;
	background-image: url(images/fooditemsbg.png);
	background-repeat: repeat;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
ul.menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 94px;
	float: left;
}
ul.menu a {
	display: block;
	cursor: pointer;
	padding: 1em 0.75em;
	color: #333;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	background: url(images/menubtn_up.png);
}
ul.menu a:hover {
	background:url(images/menubtn_over.png);
}


