/* 1 COLUMN LAYOUT */
/* content */

/* Used to contain the entire page. width can be set here. margin settings also go here */
#agi-page {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 933px;
}

/* agi-main will contain the divs that make up the bulk of content of a page between the header and footer divs */
#agi-main{
	margin: 10px 0;
	padding: 6px 0;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

/* agi-column contains background image */
.agi-column {
	background: url(/agbeta/column_nr.jpg) repeat-y;
}

/* 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: 6px 0 0 6px;
	padding: 0;
	width: 921px;
	float: left;
	display: inline;
}

/* agi-bar handles what is generally known as right rail or ad bar */
#agi-adrail {
	display: none;
}	

/* Clears previous styles */
.agi-clear {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
