body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #faf2e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	letter-spacing: 0.07em;
}
#sitewrapper {
	margin-right: auto;
	margin-left: auto;
	width: 810px;
	background-image: url(images/ShadowBck.gif);
	background-repeat: repeat-y;
}
#flashwrapper {
	background-image: url(images/ShadowBckTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#topnav {
	background-image: url(images/ShadowBck.gif);
	background-repeat: repeat-y;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 2px;
}
.footer {
	letter-spacing: .1em;
	line-height: 1.5em;
	margin-bottom: 6px;
	padding-bottom: 0px;
}

#content a, .footer a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	color: #000000;
	text-decoration: none;
}
#content a:hover, .footer a:hover {
	border-bottom-style: none;
	color: #009933;
	text-decoration: none;
}
.leftcol {
	width: 403px;
	background-image: url(images/LeftColMid.gif);
	background-repeat: repeat-y;
	margin-top: 8px;
	margin-bottom: 8px;
}
.leftcolGreen {
	width: 403px;
	background-image: url(images/LeftColMid-Green.gif);
	background-repeat: repeat-y;
	margin-top: 8px;
	margin-bottom: 8px;
}
.rightcolcontent, .leftcolcontent, .centercolcontent {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.rightcol {
	width: 342px;
	background-image: url(images/RightColMid.gif);
	background-repeat: repeat-y;
	margin-top: 8px;
	margin-bottom: 8px;
}
.rightcolYellow {
	width: 342px;
	background-image: url(images/RightColMid-Yellow.gif);
	background-repeat: repeat-y;
	margin-top: 8px;
	margin-bottom: 8px;
}

.rightcolOrange {
	width: 342px;
	background-image: url(images/RightColMid-Orange.gif);
	background-repeat: repeat-y;
	margin-top: 8px;
	margin-bottom: 8px;
}

.centercol {
	width: 759px;
	background-image: url(images/CenterColMid.gif);
	background-repeat: repeat-y;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
}
.altcolor1 {
	background-color: #e4f5d2;
}
.altcolor2 {
	background-color: #d8d8d8;
}
.requiredred {
	font-size: 125%;
	font-weight: bold;
	color: #990000;
}
.smallfooter {
	font-size: 80%;
	line-height: 3em;
}
h1 {
	font-size: 133%;
	color: #396d22;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#leftcolwrapper {
	float: left;
	margin-left: 26px;
	width: 403px;
	display: inline; /* fixes IE/Win double margin bug */
}

.clear {
	clear: both;
}
.leftcolcontent p, .rightcolcontent p {
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#rightcolwrapper {
	float: left;
	width: 342px;
	margin-left: 14px;
	display: inline; /* fixes IE/Win double margin bug */
}
#centercolwrapper {
	float: left;
	width: 759px;
	margin-left: 26px;
	display: inline; /* fixes IE/Win double margin bug */
}
.outsidebox{
	padding-left: 6px;
	margin-top: 12px;
}
.photoheader {
	clear: both;
	padding-top: 10px;
	padding-left: 2px;
}
.color1UL {
	background-image: url(images/Color1Corner-UL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.color1UR {
	background-image: url(images/Color1Corner-UR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.color2botcorners {
	background-image: url(images/Color2Corners.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.rightcolfloatimage {
	padding-top: 13px;
	padding-bottom: 5px;
}
#contact_form_response,#recipe_form_response  {
	width: 100%;
	margin: 0 auto;
	display: none;
	border: 1px solid red;
	background: #FCC;
	text-align: left;
	bottom: 100%;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
} 
#contact_form_response ul {
	margin-bottom: 10px;
	margin-top: 10px;
}
#recipe_form_response ul {
	margin-bottom: 10px;
	margin-top: 10px;
}