body {
	font: .8em/1.5em "Lucida Sans","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	text-align: center;
	background-color: #CAE5A1;
}
img {
	border: 0px;
}
p {
	margin: 0px 0px 1.5em 0px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #1783AB;
}
a:hover {
	text-decoration: underline;
}
label {
	display: block;
	width: 45%;
	margin: 0px 10px 1em 0px;
	text-align: right;
	font-weight: bold;
	float: left;
}
/*input,select,textarea {
	margin-bottom: 1em;
	float: left;
}*/
br {
	clear: left;
}
.l {
	margin-bottom: 20px;
}
.s {
	float: left;
	width: 20px;
}
.indent {
	margin: 0em 0em 1em 3em;
	white-space: pre;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 1em;
}
.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 1em;
}
.footer {
	font-size: .8em;
	color: #1783AB;
}
#page {
	width: 800px;
	margin: auto;
	background: #FFF url(images/bg.gif);
	text-align: left;
}
#head img {
	float: left;
}
#content {
	clear: left;
	margin: 20px;
}
p.first:first-letter {
	font-size: 2em;
	/*font-family: "Monotype Corsiva",Garamond,serif;*/
	color: #52811F;
	/*margin-right: 2px;*/
}
#bottom {
	clear: both;
	vertical-align: bottom;
}
#servings_error, #tiers_error, #mints_error {
	color: #C30;
}
#total {
	width: 320px;
	border-top: 1px solid #000;
	padding: 10px;
	font-weight: bold;
	font-size: 1.8em;
}