/*
	Author Name	: Fritz Bogott
	Author Site	: novel-a-month.com
	Style Name	: NAM_IE6
	Style URI	: http://novel-a-month.com/wp-content/themes/k2/styles/nam/nam_ie6.css
	Version		: 1.0
	Comments	: Only IE versions less than 7 ever see this style sheet.
*/

.content {
	/* IE versions less than 7 seem to find this comforting. */
	/* All I can figure is that width inheritance gets mixed up somehow */
	/* and this helps set things straight. */
	width: 780px;
}

.secondary {
	/* These IE versions also seem uncomfortable with the percentage margin */
	/* used by all other browser versions.  Oh well. */
	margin-left: 551px;
}
