
/* ================================ Copy - Layout Properties =================================== */

/* This holds the copy within the page */
div#content div#copy
{
	/* This is normally 0em and I tried 57% but IE didn't cooperate with that */
	padding-right: 180px; /* Formerly 130px */
}


/* =============================== Elements within the #copy area ========================== */

/* The nutrition data on the tertiary-level pages is stored in unordered lists */
div#content div#copy ul,
	div#content div#copy ul li
{
	margin-left: 0em;
	padding-left: 0em;
}

div#content div#copy ul li
{
	list-style-type: none;
}
