/* 2 COLUMN LAYOUT */
/* 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;
	}
	
/* 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:0px;
		*margin-top:-2px;
		padding:6px 0px 6px 0px;
	}	
	
/* agi-column contains background image */
.agi-column {
		background: url("/yh07/column_onlyrr.jpg") repeat-y;
	}	
	
/* agi-rail handles what is generally known as left rail navigation */
#agi-rail {
		margin: 0px 0px 0px 6px;
		padding: 0px 0px 0px 0px;
		float:left;
		text-align: left;
		width:160px;
		display:inline;
	}
	
/* agi-content is where the bulk of content of a page exists between the left rail and right side ad */
#agi-content {
		width:710px;
		margin: 0px 0px 0px 30px;
		padding: 0px 0px 0px 0px;
		float:left;
		display:inline;

	}

/* agi-bar handles what is generally known as right rail or ad bar */
#agi-adrail {
		width: 160px;
		margin: 0px 2px 0px 0px;
		padding: 0px 0px 0px 0px;
		float:right;
		text-align: center;
		display:inline;
	}
	
	
/* Clears previous styles */
.agi-clear {
	clear: both;
	font-size: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#agi-joinwait {
    float: left;
    margin-left: 30px;
}


