/* Start of CMSMS style sheet 'Food Menu' */
/* FOOD MENU
===============================================================*/
.food{
	font-weight: bold;
	line-height: 1.2em;
	margin: 8px 0 0 0;
}

.prices{
	font-style:italic;
	font-weight: normal;
}

.description{
	line-height: 1.2em;
	margin: 0;
}

#col1{
	width:175px;
	float:left;
	margin-bottom: 10px;
}

#col2{
	width:215px;
	float:left;
	margin-bottom: 10px;
	margin-left: 10px;
}
.small {font-size:.9em;
font-style:italic;
margin-top:20px}

#menunav{
	font-size:0.9em;
	margin-left: 35px;
}

.juicelist{
	line-height:1.3em;
	font-weight: bold;
}

.wraps{line-height: 1.2em; text-align:center}

#wrapflavors{width:250px}
/* End of 'Food Menu' */

