/* 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:0px;
		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 {
		display:inline;
		float:left;
		margin: 0px 0px 0px 6px;
		padding: 0px 0px 30px 0px;
		position:relative;
		text-align: left;
		width:160px;
	}
#agi-all-content {
		display:inline;
		float:left;
		margin: 0px 0px 0px 0px;
		overflow:hidden;
		padding: 0px 0px 0px 12px;
		/*text-align:left;*/
		width:749px;
	}	
#agi-content-head {
		display:block;
		margin: 0px;
		padding: 0px;
		width:749px;
		overflow:hidden;
	}	
#agi-content {
		display:inline;
		float:left;
		/*margin: 0px 3px 0px 12px;*/
		margin:0;
		padding: 0;
		width:575px;
	}
#agi-adrail {
		display:inline;
		margin: 0;
		padding: 0px;
		float:right;
		text-align: center;
		width: 168px;
	}
	
	
/* Clears previous styles */
.agi-clear {
	clear: both;
	font-size: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}	