
/* =============================== Content and Navigation ================================== */

/* This holds both #content and all the navigation bits */

div#page div#content-and-navigation
{
	/* This leaves room for the #header and #secondary-header areas */
	padding-top: 392px; /* 129 (normal value) + 261 (height of Flash bits) = 390 */
}


/* ======================================= Page =========================================== */

div#page
{
	background-image: url(../images/common/background-page-with-flash.png);

	/* This could be added if it's desired to have a bar below the Flash */
	/* background-position: 0px 262px; */
}

/* =============================== Page: Secondary Header ====================================== */


/* The secondary-header (currently) runs across the top of the page and holds a Flash movie.
	All of its normal properties are in global.css and these are just overrides for the
	sake of the Case Histories pages. */
div#page div#secondary-header
{
	height: 261px;

	top: 129px; /* This pushes the secondary-header below the (regular) header (formerly 110px) */
}
