/* General formatting */

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #584504;
	margin: 0px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #BDB76B;
}

h1, h2, h3, h4 {
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Georgia;
	font-weight: normal;
	color: #BDB76B;
	margin: 0;
}
/* page titles */
h1 {
	font-size: 2.5em;
	padding: 20px 0px 25px 0px;
}
h2 {
	letter-spacing: -1px;
	font-size: 2em;
}
/* list titles */
h3 {
	letter-spacing: -1px;
	font-size: 2em;
	padding: 20px 0 14px 26px;
	background: url(../images/h3icon.gif) no-repeat left bottom;
	margin-bottom: -12px
}
h4 {
	letter-spacing: -1px;
	font-size: 1.5em;
	padding: 10px 0 5px 0px;
	border-bottom: 2px solid #8B5A00;
}
em {
	font-weight: bold;
	font-style:  italic;
}
/* links */
a {
	color: #6B8E23;
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #6BDE23;
	text-decoration: none;
}
img.email {
	width:  85px;
	height: 10px;
/*	width: 120px;
	height: 14px;
*/	border: 0;
}
ul {
	margin: 0;
	list-style: none;
	padding-left:  10px;
	padding-top:   15px;
	padding-right: 30px;
	padding-bottom: 5px;
/*	padding: 15px 10px;*/
}
ul li {
	padding-left:  20px;
	padding-top:    2px;
	padding-bottom: 2px;
	vertical-align: top;
	background: url(../images/listicon.gif) no-repeat 5px 8px;
}
#container {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Location-specific formatting */

#title {
	padding-left:  135px;
	padding-top:    40px;
/*	float: left;
	width: 300px;
	text-align: right;
	margin-top: 20px; */
}
li.sidebar {
	padding-left:  20px;
	padding-top:    4px;
	padding-bottom: 4px;
	border-bottom:  1px dotted #8B5A00;
	background: url(../images/listicon.gif) no-repeat 5px 8px;
}
table.outer {
	width: 100%;
}
table.inner {
	width: 800px;
}
table.payinfo {
	width: 100%;
	text-align: left;
}
td.header {
	background: url(../images/back-head.jpg) no-repeat;
	height:  150px;
}
td.menu {
	background: url(../images/back-menu.jpg) no-repeat;
	height:  50px;
}
td.tail {
	background: url(../images/back-tail.jpg) no-repeat;
	height:  10px;
}
td.body {
	text-align: justify;
}
td.bodymain {
	vertical-align: top;
	width: 550px;
}
td.sidebar {
	vertical-align: top;
	width: 200px;
	padding-left: 30px;
}
td.recipebody {
	vertical-align: top;
	width: 500px;
}
td.recipeside {
	vertical-align: top;
	width: 250px;
	padding-left: 30px;
}
td.footer {
	background-color: #8B5A00;
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	line-height: 14px;
}
td.footer b.name {
	font-size: 12px;
	font-weight: bold;
}
img.handleft {
	float: left;
	padding: 0px 20px 0px 0px;
}
img.handright {
	float: right;
	padding: 0px 0px 0px 20px;
}
ul.info {
	margin: 0;
	list-style: none;
	padding: 0px 30px 5px 10px;
}
table.meatform td {
	font-size: 14px;
}
table.meatform td.title {
	padding:     5px 0 3px 0;
	font-size:   16px;
	font-weight: bold;
	text-align:  center;
}
table.meatform th {
	font-weight: bold;
	text-align:  center;
	font-style:  italic;
	color:       #FFFFFF;
}

/* Reg form */
table.reg {
    width: 600px;
	border: thin double #BDB76B;
	padding: 5px 5px 5px 5px;
}
table.reg td {
	vertical-align: top;
	padding: 3px 5px 3px 5px;
}
table.reg td.note {
    text-align: justify;
}
table.reg2 {
	border: thin double #BDB76B;
	padding: 1px 1px 1px 1px;
	margin: 12px 0px 12px 0px;
}
table.reg2 th {
	border: thin double #BDB76B;
	padding: 5px 5px 5px 5px;
}
table.reg2 td {
	border: thin double #BDB76B;
	padding: 5px 5px 5px 5px;
}