html, body {
	margin: 0px;
	padding:0px;
	font-size: .9em;
}

.normal-text {
	font-size: .9em;
	color:#000000;
	font-weight:normal;
}

.page-title {
	font-weight:bold;
	font-size: 1.6em;
	margin-top:28px;
	margin-bottom:6px;
	color:#333604;
}

#wrapper {
	overflow: hidden;
	margin:0px auto;
	width: 896px;
	padding: 5px;
	font-family: verdana, helvetica, sans-serif;
	border: 1px solid #333604;
}

#links {
	height:38px;
}

#links ul {
	margin:0px;
	padding-top:7px;
}

#links li
{
	float:left;
	list-style-type:none;
	width:121px;
	color: #ffffee;
	font-weight:bold;
	text-align:center;
	background-color: #00623a;
	border-left:1px solid #ffffff;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:3px;
	padding-right:3px;
	height:32px;
	vertical-align: center;
}

.link:link,
.link:visited
{
	color:#ffffee;
	font-weight:bold;
	text-decoration:none;
}

.link:hover
{
	color:#ffffee;
	font-weight:bold;
	text-decoration:underline;
}

.link:active
{
	color:#ffffee;
	font-weight:bold;
	text-decoration:none;
}

ul.tree {
	margin-left:10px;
	padding-left:10px;
}

.food-link {
 	color:#333604;
	font-size:1em;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:6px;
	padding-left:18px;
	margin-left:-15px;
	background: #ffffff url(bullet-orange-sm.gif) no-repeat 0 .6em;
	list-style-type:none;
}

.food-link ul {
	width:auto;
	margin-left:18px;
}

.food-link li {
	padding-left:10px;
	padding-top:6px;
}

ul.food-link li ul li {
	padding-left:-3px;
	margin-left:-15px;
}

.food-link a {
	background: #ffffff none;
	list-style-type:none;
}

.food-link:link,
.food-link:visited
{
 	color:#333604;
	font-weight:bold;
	text-decoration:none;
}

.food-link:hover
{
 	color:#333604;
	font-weight:bold;
	text-decoration:none;
}

.food-link:active
{
 	color:#333604;
	font-weight:bold;
	text-decoration:none;
}

.food-link ul ul a {
	background: #ffffff none;
}

.food-sublink {
	color:#4c2806;
	font-size:0.9em;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:6px;
	list-style-type:none;
	text-decoration:none;
	background: #ffffff none;
}

.food-sublink ul {
	padding-left: -10px;
	margin-left: -10px;
	font-size:0.9em;
}

.food-sublink li {
	padding-left: -10px;
	margin-left: -10px;
	font-size:0.9em;
}

.food-sublink a
{
	color:#4c2806;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

.food-sublink a:hover
{
	text-decoration:underline;
}

.menu-link {
 	color:#333604;
	font-size:1em;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:6px;
	padding-left:20px;
	margin-left:-13px;
	background: #ffffff url(bullet-orange-sm.gif) no-repeat 0 .6em;
	list-style-type:none;
}

.menu-link li {
	padding-left:10px;
}

.menu-link a {
	background: #ffffff none;
	list-style-type:none;
}

.menu-link:link,
.menu-link:visited
{
 	color:#333604;
	font-weight:bold;
	text-decoration:none;
}

.menu-link:hover
{
 	color:#333604;
	font-weight:bold;
	text-decoration:none;
}

.menu-link:active
{
 	color:#333604;
	font-weight:bold;
	text-decoration:none;
}

.menu-link ul ul a {
	background: #ffffff none;
}

.menu-sublink {
	color:#4c2806;
	font-size:0.9em;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:6px;
	list-style-type:none;
	text-decoration:none;
	background: #ffffff none;
}

.menu-sublink ul {
	padding-left: -10px;
	margin-left: -10px;
	font-size:0.9em;
}

.menu-sublink li {
	padding-left: -10px;
	margin-left: -10px;
	font-size:0.9em;
}

.menu-sublink a
{
	color:#4c2806;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

.menu-sublink a:hover
{
	text-decoration:underline;
}

.sublink-desc {
	font-size: .9em;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

.sublink-desc a
{
	color:#222a9b;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}

.sublink-desc a:hover
{
	text-decoration:underline;
}

.sublink-quote {
	color:#393833;
	margin-top:4px;
	margin-left:6px;
	margin-right:5px;
	margin-bottom:4px;
}

.recipe-title {
 	color:#333604;
	font-size: 1.4em;
	font-weight: bold;
	padding-top:7px;
	padding-bottom:11px;
}

