body, html {
	margin: 10px;
	padding: 0;
	background: #222;
	color: #fc0;
	color: #ffde06;
	height: 100.05%; /* force scrollbar */
	font: 14px sans-serif;
	text-align: center;
}

a {
	color: #dc2;
	text-decoration: underline;
	font-weight: bold;
}

#wrapper {
	margin: 10px auto 10px auto;
	border: 1px solid gray;
	width: 631px;
	text-align: left;
}

#header {
	background: url(mo6_logo3.jpg);
	height: 141px;
	margin: 3px;
}

#footer {
	background: url(mo6_stars.jpg);
	height: 127px;
	margin: 3px;
}

#menu {
	margin: 3px 3px 0 5px;
	padding-bottom: 3px; /* fix float thingies */
}

#menu .clear {
	clear: both;
}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	margin-right: 4px;
}

#menu ul li#menu-last { margin: 0 }

#menu a {
	display: block;
	background: white;
	color: black;
	font-size: 80%;
	text-align: center;
	width: 98px;
	line-height: 160%;
	border: 1px solid gray;
	text-decoration: none !important;
	font-weight: normal;
}

#menu a:hover, #menu a:active {
	background: #dee;
}


#content {
	background: url(mo6_bg.jpg) repeat-y;
	margin: 0 3px 3px 3px;
	padding: .5em;
	border: 1px solid gray;
	overflow: hidden;
	position: relative;
}

pre {
	font-size: 12px;
}

table#catering {
	width: 80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


