body, html {
	color: #555555;
	font-family: Verdana;
	font-size: 11px;
}

#template-background {
   width: 100%;
   position: fixed;
   top: 0px;
   z-index: 0;
}

#page-background {
   width: 100%;
   position: fixed;
   top: 0px;
   z-index: 1;
}

#content-nav-bar{
   width: 100%;
   height: 100%;
   position: fixed;
   top: 78px;
   z-index: 11;
}

#content-nav-bar-item-enabled{
   width: 100%;
   height: 100%;
   position: fixed;
   top: 78px;
   z-index: 11;
}

#content{
   width: 100%;
   height: 100%;
   position: fixed;
   top: 185px;
   z-index: 11;
}

p {
	margin-bottom:0;
	font-size: 11px;
}

h1 {
	font-size:24px;
	text-align:left;
	padding:0;
	margin-top:-5px;
	margin-bottom:-5px;
	color:#19345c;
	font-family: Verdana, Georgia, serif;
	font-style: italic;
}
h2 {
	font-size:24px;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	color:#006600;
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0;
}
h3 {
	font-size:20px;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	color:#99CC33;
	padding-top: 0px;
	margin:0;
}
h4 {
	font-size:16px;
	font-weight: bold;
	color:#99CC33;
	margin-bottom:5px;
}
h5 {
	font-size: 14px;
	margin-top:5px;
}

p#serving-suggestion {
	font-weight: bold;
	color:#99CC33;
}

	
#middle-content {
        position: relative;
        z-index: 1;
} 

#middle-FBFFFB {
   width: 100%;
   position: absolute;
   top: 187px;
   background: url(../images/fbfffb.jpg) repeat-x;
}
/* FOOTER */
div#footerwrap {
	position:absolute;
	bottom:0;
	left:0;
/*	height:20px; */
	margin-bottom:-1px;
	font-size: 9px;
}
td#footer {
	font-size: 9px;
	color: #fbfffb;
}
td#footer a {
	color:#fbfffb;
}
div#footer p {
	margin: 0;
	padding: 0;
	text-align: left;
}
#footer-FBFFFB {
   width: 100%;
   position: absolute;
   bottom: 10px;
   background: url(../images/fbfffb.jpg) repeat-x;
}

A#emaillink {
	color:#333333;
}

table#header-position {
	MARGIN-TOP: -11px;
}

table#middle-position {
	MARGIN-TOP: -18px;
}

A { text-decoration:none;}
A:link	{color: #41a012;font-weight: bold;}
A:visited{color: #41a012;font-weight: bold;}
A:hover	{color: #333333;background-color:none; text-decoration:none;}
	
