#home {
}

/* 924px into 4 column grid with 8px gap */

#home #home-content {
	float: left;
	width: 410px;
	display: inline; /* IE6 */
}

#home #home-content h2 {
	margin-top: 0;
}


#home #home-hero {
	width: 691px;
	height: 200px;
	background: url(/images/home-hero.jpg) center no-repeat;
}

#home #home-content {
}

#home #home-content #page-content {
	width: 410px;
	float: right;
	display: inline;
}

#home #home-sidebar {
	background: url(/images/home-sidebar.jpg) top left no-repeat;
	margin: 0 0 0 100px;
	float: left;
	width: 317px;
	height: 415px;
	min-height: 415px;
	display: inline; /* IE6 */
}

#home #home-sidebar #home-interactive-hero {
	width: 320px;
	height: 320px;
	margin: 0;
	display: block;
}