@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google.com/ig") {
	body {
		background-color:white !important;
		min-width:968px !important;
	}
	.yui-u {
		margin:0px !important;
	}
	.modtitle, .modtitle_s {
		/* make theme header image repeat */
		background-repeat: repeat-x !important;
	}
	.modbox {
		margin-bottom:8px !important;
	}
	#modules {
		padding: 8px 0px 0px !important;
	}
	#footerwrap {
		display:none !important;
	}
/* Fluid Layout */
	#c_1 {
		/* Column 1 (left)
			fixed width;
			default = 275px
		*/
		width:275px !important;
		margin-left:8px !important;
	}
	#c_2 {
		/* Column 2 (middle)
			fluid width;
			left and right attributes must correspond to the
			appropriate width plus margin values of the other columns.
		*/
		width:auto !important;
		min-width: 297px !important;
		position:absolute !important;
		left:291px !important;
		right:380px !important;
	}
	#c_3 {
		/* Column 3 (right)
			fixed width;
			default = 364px
		*/
		width:364px !important;
		float:right !important;
		margin-right:8px !important;
	}
	
}