/* New 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;
	position: relative;
	width: 933px;
}

.agi-column {
	background: transparent url(/agbeta/column_nr.jpg) repeat-y 0 0;
}	

#agi-rail {
	padding: 0 0 30px 0;
	position: relative;
}

#agi-all-content {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
	overflow: hidden;
	width: 749px;
}

#agi-content-head {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 749px;
}

#agi-content {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 575px;
}

#agi-adrail {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 168px;
}