body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(/images/bg.gif);
	background-color: #ece6d7;

}

#wrapper {
	margin: 0px auto;
	background:  url(/images/wrapper.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 770px;
}


A:Link {
	color: #937F57;
	text-decoration: dotted;
	}

A:Visited {
	color: #669999;
	text-decoration: none;
	}

A:Hover  {
	color : #26A195;
	text-decoration: underline;
	}



.body {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
	line-height: 150%;
	padding-left: 41px;
	padding-right: 41px;
	text-align: justify;
	}

.right-column {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
	line-height: 150%;
	padding-right: 41px;
	}


h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #cc9966;
}


h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #cc9966;
}


.summary {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;
	padding-right: 10px;
	color: #aa7744;
	text-align: justify;
}

.image {
	border: 1px solid #669999;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
}


.image2 {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 3px;
}


.images2 {
	border: 1px solid #669999;
}


			
ul {
    margin-left: 16px;
    list-style-type: disc;
    margin-top: 0px;
}

ol {
	margin-left: 16px;
	margin-top: -10px;
	list-style-type: decimal;
	margin-bottom: 20px;	
}

li {
    margin-left: 0px;
    margin-bottom: 10px;
}

.link-bullets ul {
    margin-left: 16px;
    list-style-type: disc;
    margin-top: 10px;
}
.link-bullets li {
    margin-left: 0px;
    margin-bottom: 10px;
	margin-top: 0px;
}

.dots {
	color: #CC9933;
}

.ingredients-bold {
	color: #816E5A;
	text-align: left;
}

.ingredients {
	text-align: left;
	margin-top: 3px;
	margin-bottom: 20px;
}


.footer-links {
	font-size: 0.7em;
	margin-left: 40px;
	padding-top: 0px;
}


.footer-links2 {
	font-size: 0.7em;
	margin-right: 20px;
	padding-top: 0px;
}

.comments-label {
	float: left;
	width: 80px;
	margin-bottom: 8px;
}

.comments-field  {
	float: left;
	width: 350px;
	margin-bottom: 8px;
}

.comments-author {
	margin-top: 10px;
	font-style: italic;
}