@charset "UTF-8";
.small {
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
}

.big {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.med {
	font-size: 13px;
	font-weight: bold;
}
	
#main {
align:center;
	  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:850px;
  height: 100%;
  margin: auto;
  position: relative;
	
	
}
#top{
	top: 10px;
}



	
#menu {
	
	margin-top: -65px;
	
	padding-left: 350px;
	text-align:center
	
	
}



#slide {
	margin-top: -115px;
	z-index: -5;
	margin-left: -10px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
	width: 400px;
	height: 400;
}
#text {
	
	border: 10px solid #900;
	padding: 10px;
	margin-top: -580px;
	height: 250px;
	width: 300px;
	float: none;
	margin-left: 680px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: normal;
	text-align:center;
	color: #903;
	overflow: auto;
	z-index: -7;
}
#foodLinks {
	margin-top: -20px;
	z-index:1;
	
}

.heading  {
	text-align:center;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	font-size: 24px;
}
a {
	font-size: 10px;
	color: #900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #903;
}
a:hover {
	text-decoration: none;
	color: #930;
}
a:active {
	text-decoration: none;
}

