/* SECTION NOTE*/
/* general page ids and classes used on most pages */

/* 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 0px 0px 0px;
		width:770px;
	}


/* 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 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color:#fff;
	}

/* agi-rail handles what is generally known as left rail navigation */
#agi-rail {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float:left;
		width:180px;
	}


/* agi-content is where the bulk of content of a page exists to the right of the left rail  */
#agi-content {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
			float:right;
			
	}
	
/* agi-bar handles what is generally known as right rail or ad bar */
#agi-adrail {
		display:none;
	}

	
/* Clears previous styles */
.agi-clear {
		font-size:0px;
		margin: 0px;
		padding: 0px;
		clear:both;
	}	






	
	