#container {
	background-image: url(/new/images/frame2.jpg);
}

#content .main div.section {
	width: 230px;
	float: left;
	margin-right: 5px;
	border: 0px dotted red;
}

#content .main div.recipes,
#content .main div.blog {
	width: 460px;
	clear: left;
}

#content .main div.section h4 {
	border-bottom: 1px solid grey;
	text-transform: uppercase;
}

#content .main div.section ul {
	margin-top: 5px;
	font-size: 10px;
	width: auto;
	border: 0px dotted green;
}

#content .main div.section ul li {
	margin-bottom: 5px;
}

#content .main div.blog ul li {
	color: #888;
}

#content .main div.section ul li a {
	font-weight: normal;
	color: #A08A65;
}

#content .main div.section ul li a:hover {
	color: #4982AA;
}

	
#content .main div.section ul li ul {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-image: url(/new/images/products/dot.gif);
}

#content .main div.section ul li ul li {
	margin-left: 15px;
	margin-bottom: 2px;
}

