/* 1 COLUMN LAYOUT */

/* agi-rail handles what is generally known as left rail navigation */
#agi-rail {
	display: none;
}

/* agi-content is where the bulk of content of a page exists between the left rail and right side ad */
#agi-content {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 933px;
}