/* 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;
}
.page-view  #agi-main {
	padding: 0px 0px 10px 0px;
	position:relative;
	width: 933px;
}
/* clear fix for floats, 
duplicated"form li:after" */
.page-view  #agi-main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom: 1;
	}

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

/* agi-bar handles what is generally known as right rail or ad bar */
.page-view #agi-rrail {
	float: right;
	text-align: center;
	width: 336px  !important;
}

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