@charset "utf-8";
/* Home specific CSS Document */

#gridCenter { 						/* Center Grid/Column - Fluid with fixed right margin */
	min-height: 450px;
	height: 100% !important;
	height: 450px;
	margin: 0;
	padding: 0;
	overflow: hidden !important;	/* DO NOT REMOVE */
	overflow: visible;				/* DO NOT REMOVE */
	}
#pageBanner {
	margin: 0; 
	padding: 0;
	}
.aig800 {
	width: 743px; /* To adjust the width of the #body_wrapper in 800/600 screen resolution */
	}
.aig1024 {
	width: 743px; /* To adjust the width of the #body_wrapper in 1024/768 screen resolution */		
	}
.aig800 #grid_wrapper{
	width: 743px;
	}
.aig1024 #grid_wrapper{
	width: 743px;
	}
