body {
	margin: 0px;
	padding: 0px;
}
.top {
	background: #000;
	color: #fff;
	width: 100%;
	overflow: hidden;
}
.topitem {
	float:left;
	margin: 0px;
	margin-right: 0px;
}
.topbutton {
	border: 10px solid #fff;
}
.world {
	background: #f0f0f0;
	width: 1000px;
	min-height: 400px;
	margin: auto;
	padding-bottom:1px;
}
/*schedule */
div.schedule {
	background: #858585;
	width: 100%;
	float: left;
	margin: 10px;
}
table.schedule {
	width: 100%;
}
table.schedule th {
	
}
table.schedule td {
	text-align: left;
}
table.schedule tr:nth-child(odd) {
	background: #fff;
}
table.schedule tr:nth-child(even) {
	background: #f0f0f0;
}
/* food list */
.foodlist {
	background: #858585;
	width: 100%;
	float: left;
	margin: 5px;
}
/* maps */
.maps {
	width: 100%;
	min-height: 0px;
	margin: 1px;
	background: #858585;
	overflow: hidden;
}
.maps span {
	display:block;
	font-weight: bold;
	text-align:left;
	width: 100%;
	height: 90px;
}
.maps div {
	width: 100%;
	min-height: 1px;
	float: left;
	background: #fff;
	overflow: hidden;
}
/* extras*/
.extras {
	float: right;
	width: 1%;
	
}
.box {
	border: 1px solid #656565;
	margin: 3px;
	padding: 3px;
	font-size: 100%
}
.boxheader {
	
	font-weight: bold;
	text-align:left;
	width: 100%;
	min-height: 20px;
	background: #fff;
}
