/* CSS Document */
body {
	background-color: #221E1F;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-image: url(images/bkg_bamboo.gif);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
}

a {
	color: #006699;
}
a:hover {
	color: #66CC66;
}
h1 {
	color: #006600;
	font-size: 1.5em;
	vertical-align: top;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.15em;
	margin-top: 0px;
	padding-top: 0px;
	color: #333333;
	padding-bottom: 4px;
}

h3 {
}
h4 {
}
p {
	font-size: 0.95em;
	line-height: 135%;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
}

li {
	padding: 5px;
	list-style-type: disc;
	font-size: 0.95em;

}
.recipeIngredients{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: normal;
}
.recipeInstructions{
	line-height: normal;
}

#border-bottom {
	background-image: url(images/border_bottom-ll-lr.gif);
	background-repeat: repeat-x;
	background-color: #ECECD9;
	background-position: left bottom;
	height: 30px;
	padding-right: 25px;
}
.footer {
	font-size: 0.8em;
	text-align: right;
}
.leftColumn {
	background-image: url(images/border_left.gif);
	background-repeat: repeat-y;
	background-color: #ECECD9;
	text-align: center;
	vertical-align: top;
	width:192px;
}
#ContentContainer {
	background-image: url(images/border_right.gif);
	background-repeat: repeat-y;
	background-color: #ECECD9;
	background-position: right;
	vertical-align: top;
	width:588px;
}
#content {
	padding-right: 25px;
	padding-left: 5px;
}
.footnote {
	font-size: 0.82em;
	padding-top: 4px;
	padding: 0;
	color: #CCCCCC;
	text-align: center;
	width: 780px;
	margin-top: 4px;
}
