/* Hide first <h1> - plain text; display the second - graphic header */
#content-body h1 { display: none; }
#content-body div.CFO_Home h1 { display: block; }

/* Reset layout settings that do not apply to new wrapper design. */
#content-body div.CFO_Home {
	margin: 0;
	/*width: 100%; removed 9.29.09*/
}
	#content-body div.CFO_Home div.blog-post-article {
		width: auto;
	}

	/* Title/headline of the blog post. */
	div.CFO_Home div.blog-post-article a.title {
		display: block;
		font-size: 15px;
		font-weight: bold;
		line-height: 17px;
		margin: 0 0 -2px 0;
		padding: 0;
	}