#recipe_title {
	font-family: Georgia;
	font-size: 26px;
	font-weight: bold;

}

#content_container {
	position: absolute;
	top: 160px;
	left: 171px;
	width: 647px;
}

#article_container {
	width: 647px;
}

#sidebar_container {
	float: right;
	width: 220px;
	background-color: #f6e7d6;
	padding: 6px 6px 6px 6px;
	margin-left: 15px;
}

#article_content {
	font-size: 14px;
}

#article_body {
	margin-top: 0px;
	margin-bottom: 6px;

}

.content_spacer_40 {
	width: 100%;
	height: 40px;
}