html, body, #wrap {height: 100%;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #b05205;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 234px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -234px; /* negative value of footer height */
	height: 234px;
	clear:both;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
} 
a:link {
	color: #7BDD56;
	text-decoration: underline;
}
a:visited {
	color: #7BDD56;
	text-decoration: underline;
}
a:hover {
	color: #fff16c;
	text-decoration: underline;
}
#recipes {
	font-size: 11px;
}

.copyrighttxt {
	color: #89654a;
}.featuretitle {
	font-size: 19px;
	font-weight: bold;
	color: #fff16c;
}
.featuretxt {
	font-size: 11px;
	color: #FFF;
}
.featuretxt a:link {
	color: #7BDD56;
	text-decoration: underline;
	margin-right: 8px;
}
.featuretxt a:visited {
	color: #7BDD56;
	text-decoration: underline;
	margin-right: 8px;
}
.featuretxt a:hover {
	color: #fff16c;
	text-decoration: underline;
	margin-right: 8px;
}
.border2px {
	border: 2px solid #c26c39;
}
.contacttxt {
	font-size: 14px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.contacttxt strong {
	font-size: 14px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	color: #fff16c;
}
.contacttxt a:link {
	color: #7BDD56;
	text-decoration: underline;
	margin-right: 8px;
}
.contacttxt a:visited {
	color: #7BDD56;
	text-decoration: underline;
	margin-right: 8px;
}
.contacttxt a:hover {
	color: #fff16c;
	text-decoration: underline;
	margin-right: 8px;
}

.aboutheader {
	background-image: url(../images/about_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.contactheader {
	background-image: url(../images/contact_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.newsheader {
	background-image: url(../images/news_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.productsheader {
	background-image: url(../images/products_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.recipesheader {
	background-image: url(../images/recipes_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.ourteamheader {
	background-image: url(../images/ourteam_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

