/* 3 COLUMN LAYOUT */
/* left rail, content, right rail */

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

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

/* agi-content is where the bulk of content of a page exists between the left rail and right side ad */
#agi-content {
	display: inline;
	float: left;
	margin: 0 0 0 14px;
	padding: 0;
	width: 580px;
}

#agi-content-head {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 580px;
}

/* agi-bar handles what is generally known as right rail or ad bar */
#agi-adrail {
	display: inline;
	float: right;
	margin: 0 2px 0 0;
	padding: 0;
	text-align: center;
	width: 160px;
}