/* single ful-width column */

@import url("wide-modifications.css");

#column-a
{
	width: 940px;
	margin-right: 0px;	/* this is for IE5-6 only, but easier to manage here than in a specific IE stylesheet */
}
h1
{
	width: 940px;		/* so this stylesheet must come AFTER content.css in the cascade */
	float: none;
}
