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

/* 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;
	height: auto;
}

/* 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;
	display: block;
	float: left;
	position: relative;
	height: auto;
	width: 933px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}
.agi-column { background: transparent url(/agbeta/column_nr.jpg) repeat-y left top; }	

#agi-rail {
	margin: 0 0 0 6px;
	padding: 0 0 30px 0;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	width: 160px;
}

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

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

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

#agi-adrail {
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
	text-align: center;
	width: 168px;
}
	
/* Clears previous styles */
.agi-clear {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
