html, body {
	margin: 0px;
	margin-left: auto; 
	margin-right: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;	
	text-align: center;
	background-image: url(../images/background.gif);
	background-repeat:repeat-y;
	background-position: top center;
}

.container {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	text-align: center;
	width: 1024px;
	padding-left: 13px;
	padding-right: 13px;
	margin-left: auto; 
	margin-right: auto;	

}

.header {
	width: 1024px;
}

/* main content areas */
#main {
	width: 1024px;
	background-color: #fff3dd;
}


#main #left {
	width: 122px;
	float: left;
}

#main #right {
	width: 116px;
	float: left;

}

#main #middle {
	width: 786px;
	float: left;
	background-color: #fff;
	min-height: 657px;
}

#main #middlehome {
	width: 786px;
	float: left;
	background-color: #fff;
	min-height: 64px;
}

.clear {clear: both;}

#navmenu, #navmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navmenu li {
	float: left;
	display: block;
}
#navmenu a {
	display: block;
}

.innernav {
	float: left;
	width: 222px;
	text-align: left;
	background-image: url(../images/innernavbackground.gif);
	background-repeat: repeat-y;
	height: 470px;
}

.innercontent {
	float: left;
	width: 564px;
	text-align: left
	
}

.innercontent-recipe {
	float: left;
	width: 544px;
	text-align: left;
	background-repeat: no-repeat; 
	background-position: top right;
	
}


.copy {
	line-height: 15px;
	margin-left: 30px;
	margin-right: 55px;
}

.recipe-copy {
	line-height: 17px;
	margin-left: 30px;
	margin-right: 55px;
	margin-top: 15px;
}

.lg-title {
	font-size: 17px;
	font-weight: bold;
	color: #846B43;	
}

.sub-title {
	color: #846B43;	
}

.goldbold {
	color: #846B43;	
	font-size: 12px;
	font-weight: bold;
}

.pictnav {
	text-align: right;
	padding-right: 24px;
}

.pictnav a {
	font-family: verdana;
	color: #8f6c3e;
	font-weight: bold;
	font-size: 11px;		
	text-decoration: none;

}

input {
	font-family: verdana;
	font-size: 11px;
	padding-top:2px;
	padding-bottom:2px;
	width: 160px;

}

textarea {
	font-family: verdana;
	font-size: 11px;
}

.contactform td {
	padding-bottom: 18px;
}


.copyright {
	text-align:left;
	font-size: 10px;
	color: #846b43;
	padding-left: 10px;
}