/* 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 {
	background: transparent url(/bma/sitewide/page-back.jpg) no-repeat center top;
	text-align:center;
	width: 100%;
}
#agi-display {
	text-align:center;
	width: 100%;
}
#agi-wrapper {
	margin:0 auto;
	text-align: left;
	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-overlay {
	background:#ffffff url(/bma/sitewide/main-back.jpg) repeat-y  0 0;
	width: 933px;
}
#agi-main {
	padding: 0 15px 10px 15px;
	position:relative;
	width: 903px;
}
/* clear fix for floats, 
duplicated"form li:after" */
#agi-main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom: 1;
	}
/* agi-rail handles what is generally known as left rail navigation */
#agi-lrail {
	display: inline;
	float: left;
	padding-left:5px;
	width: 190px;
}

#agi-railbottom {
	font-size: 12px;
}


/* agi-content is where the bulk of content of a page exists between the left rail and right side ad */
#agi-content {
	display: inline;
	float: left;
	margin: 0 0 0 9px;
	position:relative;
	width: 530px;
}

/* agi-bar handles what is generally known as right rail or ad bar */
#agi-rrail {
	float: right;
	text-align: center;
	width: 160px;
}

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