body {
	background-image: url('images/fs_bg.gif');
	background-position: top left;
	background-repeat: repeat;
	background-color: #E0EFEC;
	text-align: center;
	margin-top: 44px;
}

.main {
	position: relative;

	background-color: #FFFFFF;
	
	width: 760px;

	text-align: left;

	border-style: solid;
	border-width: 1px;
	border-color: #E0E0E0;

	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#999999,direction=135,strength=6);

	margin-bottom: 18px;
} 

.divider {
	position: relative;
	width: 760px;
	height: 5px;
	margin-bottom: 4px;
}

.logo {
	position: relative;
	top: 15px;
	left: 15px;
	margin-bottom: 15px;
}

.content {
	font-family: Garamond, Palatino, Times;
	font-size: 14px;
	color: #333333;
	margin-left: 54px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.over a { cursor: default; }

h3 {
   font-family: Helvetica, Sansserif;
   font-size: 10px;
   color: #666666;
   padding: 0px;
   margin: 0px;
}

h2 {
   font-family: Helvetica, Sansserif;
   font-size: 14px;
   color: #666666;
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 4px;
}

.content p {
   margin-top: 0px;
   margin-right: 54px;
}

#food_section { height: 146px; }

.food_item { position: absolute; left: 0px; top: 0px; width: 152px; height: 146px; }

#food_1 { left: 0px; }
#food_2 { left: 152px; }
#food_3 { left: 304px; }
#food_4 { left: 456px; }
#food_5 { left: 608px; }

.bevel-right {
	background-image: url('images/bevel-right.gif');
	background-repeat: repeat-y;
	width: 5px;
}

.bevel-bottom {
	background-image: url('images/bevel-bottom.gif');
	background-repeat: repeat-x;
	height: 5px;
}

.bevel-left {
	background-image: url('images/bevel-left.gif');
	background-repeat: repeat-y;
	width: 3px;
}

.bevel-top {
	background-image: url('images/bevel-top.gif');
	background-repeat: repeat-x;
	height: 3px;
}

.bevel-top-left {
	width: 3px;
	height: 3px;
}

.bevel-top-right {
	width: 5px;
	height: 3px;
}

.bevel-bottom-left {
	background-image: url('images/bevel-corner-bottom-left.gif');
	background-repeat: no-repeat;
	width: 3px;
	height: 5px;
}

.bevel-bottom-right {
	background-image: url('images/bevel-corner-bottom-right.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}



