/* Base Page Styles */

body {
	padding:0px;
	margin:0px;
	font-family:arial, helvetica, sans-serif;
	font-size:10px;
	font-color:#754c24;
	background: #78742f url('../images/nav/zags.gif')  repeat;
	}
.body-base {
	padding:0px;
	margin:0px;
	}
.body-header {
	text-align:left;
	width:798px;
	}
.body-main {
	text-align:left;
	width:798px;
	background-color:#FFF;
	}
.body-content {
	padding: 5px 25px 30px 25px;
	}
.body-footer {
	text-align:left;
	width:798px;
	}
.footer {
	text-align:center;
	color:#b7b16a;
	}
A:link {color:#44311c;}
A:visited {color:#50402d;}
A:active {color:#44311c;}
A:hover {color:#50402d;}


/* Menu */
	
.rec-menu {
	background: url("../images/nav/recipes-menu.gif") top left no-repeat;
	background-position: 0 -29px;
	float:left;
	}
.rec-menu-active {   
	background: url("../images/nav/recipes-menu.gif") top left no-repeat;
	float:left;
	}
.res-menu {
	background: url("../images/nav/resources-menu.gif") top left no-repeat;
	background-position: 0 -29px;
	float:left;
	}
.res-menu-active {   
	background: url("../images/nav/resources-menu.gif") top left no-repeat;
	float:left;
	}
.stuff-menu {
	background: url("../images/nav/stuff-menu.gif") top left no-repeat;
	background-position: 0 -29px;
	float:left;
	}
.stuff-menu-active {   
	background: url("../images/nav/stuff-menu.gif") top left no-repeat;
	float:left;
	}
	

/* Recipes */

.rec-table {
	position:relative;
	top:-150px;
	left:12px;
	}
.rec-pic-white {
	position:relative;
	left:-150px;
	top:18px;
	}
.rec-pic {
	position:relative;
	z-index:50;
	}
.rec-pic-contribute {
	position:relative;
	left:-95px;
	top:6px;
	}
.rec-title {
	background: #694620 url("../images/rec-nav/brown-right.gif") top right no-repeat;
	font: 24px Arial;
	color:#fff;
	padding-left:170px;
	padding-top:7px;
	}
.rec-serves {
	 font: 12px arial;
	 color:#3a240c;
	 padding-left:60px;
	 }
.rec-serves-label {
	width:70px;
	}
.rec-contents {
	color:#754d24;
	font: 12px arial;
	padding:10px 5px;
	}
.rec-ingred-label {
	width:100px;
	text-align:right;
	padding-right:10px;
	float:left;
	}

/* Stuff */

.commentbox{
	background-color: #a9c8c2;
	width: 500px;
	padding: 15px;
	margin-top:17px;
	color:#754d24;
	font: 12px arial;
	}

.commentfooter{
	background: url('../images/nav/ab_comment.gif') 20px 0 no-repeat;
	padding-left: 62px;
	padding-top: 5px;
	margin-bottom: 12px;
	font-size: 90%;
	margin-left:60px;
	color:#754d24;
	font: 10px arial;
	}