#content h2, #content p {
	padding: 0px 0px 10px 0px;
}

#content ul {
	margin: 0px 0px 10px 25px;
}

#content h2 {
	font-size: 1em;
	font-weight: bold;
}

#content #recipeRotater {
	float: right;
	width: 385px;
	height: 300px;
	margin: 0px 0px 15px 15px;
}

#content #recipeRotater #recipeRotaterTitle {
	position: absolute;
	display: block;
	opacity: 0.8;
	filter: alpha(opacity=80);
	width: 385px;
	padding: 5px 0px 5px 0px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
}

#content #homeright {
	float: right;
	width: 250px;
	border: 1px dashed #88b3d0;
	margin-left: 15px;
}

#content #homeright p.title {
	margin: 0;
	padding: 3px;
	font-weight: bold;
	background-color: #88b3d0;
	color: #fff;
}

#content #homeright ol {
	margin: 0;
	background-color: #fcf6d5;
	color: #8f2f3d;
	list-style-type: none;
}

#content #homeright ol a {
	display: block;
	font-weight: normal;
}

#content #homeright ol li {
	margin: 0px 0px 0px 20px;
	padding: 2px 4px 2px 0px;
}

#content #homeright ol li:hover {
	list-style-image: url(../images/content/bullet.png);
}

#content ul.benefits {
	list-style-image: url(../images/content/bullet.png);
}
