/* View Page 1 COLUMN LAYOUT */
/* content */

/* 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: 0;
	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: 10px 0;
	padding: 0;
}
	




	
	















	
	