body {
		
	text-align:center;
 	background-color: #827c66;
 	font: 0.8em;
	margin: 0px;
	position: relative;


}

#shiitakeMushrooms {
  width: 243px;
  height: 120px;
  background-image: url('../images/mushrooms.jpg');
  position: absolute;
  top: -50px;
  right: 20px;
  z-index: 4;
}

.img {

	border: 1px solid #5b694a;
	margin: 16px 16px 8px 8px;

}

.smlTitle {
	font-size: 1.2em;
	margin-top: 20px;
}

#center {

	background-color:#cfc5a2;
	text-align: left;
	position: relative;

}

#mushrooms {

	position: absolute;
	bottom: 0px;
	right: 20px;
	z-index:2;

}

* html #brownBar {
 
  position: relative;
  top: 4px;
}



/*Menu*/

#menuTable {

	
	background-image: url('../images/menuBack.gif');
	background-repeat: repeat-x;
	
}

#menuTable td{

	text-align: center;
	font-weight: bold;
	border: 1px solid #3f4b31;
	border-left: none;
		
}

.menuUp {

	background-image: url('../images/menuBack.gif');
	background-repeat: repeat-x;

}

.menuOver {

	background-color: #5b694a;
	color: #ffffff;
	
}


.menuLink {

	display: block;
	text-decoration: none;
	color: black;
	font-size:1.1em;

}








/*Body*/

h1 {
  font-size: 22px;
  margin: 0px;
  padding: 0px;
}

 h2 {

	margin: 0px;
	padding:0px;

}

 h3 {

	margin: 30px 0 0 0px;
	padding:0px;

}


p {

  margin: 12px 0px 0px 0px;

}


#lShadow {

	width:8px;
	padding:0px;
	margin:0px;
	
	background-color: #827c66;
	background-image: url('../images/lShadow.gif');
	background-repeat: repeat-y;
	
}

#rShadow {

	width:8px;
	padding:0px;
	margin:0px;
	
	background-color: #827c66;
	background-image: url('../images/rShadow.gif');
	background-repeat: repeat-y;
	
}

/*Recipes*/

#recipeList {

	list-style-type: none;
	padding: 0 0 0 4px;
	margin: 0px;

}

#recipeList li {

	padding-top: 12px;
	font-weight: bold;


}



/*Footer*/

* html #footer {

   position: relative;
   top: 4px;

}

#footerlinks {

	color: #cfc5a2;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;

}


#taoPlug {

	color: #827c66;
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 4;
	font-size: .8em;

}
#featuredProduct {

	padding: 4px 0 0 0;
	margin: 0px;
	text-decoration: underline;

}

#featuredImage {

	border: 1px solid #362915;
	margin: 0px;

}
* html #featuredTitle {

   position: relative;
   top: 4px;  

}
* html #featuredBot {

   position: relative;
   bottom: 16px;  

}





a:link{color:#5b694a; cursor: hand;}
a:hover{color:#827c65; cursor: hand; }
a:visited{color:#5b694a; cursor: hand;}
a:active{color:#5b694a ; cursor: hand; }

a.footer:link{color:#cec5a1; cursor: hand; text-decoration:none}
a.footer:hover{color:#fff; cursor: hand; }
a.footer:visited{color:#cec5a1; cursor: hand; text-decoration:none}
a.footer:active{color:#cec5a1 ; cursor: hand; text-decoration:none}


a.menuLink:link{color:#000; cursor: hand; text-decoration:none}
a.menuLink:hover{color:#000; cursor: hand; text-decoration:none}
a.menuLink:visited{color:#000; cursor: hand; text-decoration:none}
a.menuLink:active{color:#000 ; cursor: hand; text-decoration:none}

/*Admin Forms*/

.formSpace {

  width: 600px;

}

.imgReplace {
	display: none;
}