
/* ================================ Content and Primary Nav =================================== */

/* This holds both #content and all the navigation bits */

div#page div#content-and-primary-nav
{
	margin-bottom: 5.0em; /* Normally 0em (undefined) */
}


/* ================================ Content - Layout Properties =================================== */


/* This holds the body text within the page */
div#content-and-primary-nav div#content
{
	/* This leaves some space for the lava-lamp background image */
	padding-bottom: 6.0em;
}

/* ================================ Copy - Layout Properties =================================== */

/* This holds the copy within the page */
div#content div#copy
{
	/* This could be specified as 14.5em, alternatively, but the design didn't benefit much from
		having this value grow when the text was resized */
	padding-top: 160px;

	/* This is normally 0em and I tried 57% but IE didn't cooperate with that */
	padding-left: 230px; /* Formerly 255px */
}
