#snav, #nav {
	display: none;
	margin: 0;
	height: 0;
	border: 1px solid red;
}

#topwrapper {
	overflow: hidden;
	height: 155px;
}

#topwrapper img.food {
	display: none;
}

#contents {
	margin-top: 0;
	border-top: 1px solid white;
}

#contents a.printable {
	display: block;
	margin: 0 0 25px 30px;
}

#contents p.end {
	clear: left;
	height: 50px;
}

 #contents ul {
 	color: #444;
	font-size: 9pt;
 }
 
 #contents li {
 	line-height: 1.5em;
	margin: 5px 20px;
 }
 
 #right {
 	top: 70px;
	font-size: 9pt;
 }
 
 #right div {
 	margin: 10px 20px;
 }
 
 #contents div.rating {
 	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
 	font-size: 14pt;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #ef7c09;
	text-align: center;
 }
 
 #join {
 	height: 80px;
 }
 
 #join img.greenarrow {
 	top: -30px;
 }
 
table tr td {
	padding: 2px;
}
table tr.colhead td {
 	background-color:  #3884a6;
	color: white;
	font-weight: bold;
 }

table.servings {
 	width: 300px;
	border: 1px solid; 
	border-color:#000077; 
	padding: 2px;
}

td.right {
	text-align: right;
}

td.center {
	text-align: center;
}

