/* 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-pop-page1 {
	margin-left: auto;
	margin-right: auto;
	width: 436px;
	text-align: left;
	background-color: #fff;
}


/* agi-pop-main will contain the divs that make up the bulk of content of a page between the header and footer divs */
#agi-pop-main1 {
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
}

/* agi-content is where the bulk of content of a page exists  */
#agi-pop-content1 {
	margin: 0;
	padding: 0;
	width: auto;
}
	
/* 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-pop-page2 {
	margin-left: auto;
	margin-right: auto;
	width: 626px;
	text-align: left;
	background-color: #fff;
}

/* agi-main will contain the divs that make up the bulk of content of a page between the header and footer divs */
#agi-pop-main2 {
	margin: 0;
	padding: 0;
	width: auto;
}
	

/* agi-content is where the bulk of content of a page exists  */
#agi-pop-content2 {
	margin: 0;
	padding: 0;
	float: left;
	width: 436px;
}	
	
#agi-pop-content2 p {
	margin: 0;
	padding: 0;
}	
	
/* agi-pop-bar handles area contains thumbs or features to the right of forms */
#agi-pop-bar2 {
	vertical-align: top;
	margin: 0;
	padding: 0;
	float: right;
	width: 180px;
}





	