/*  	
	Brown Paper Bab - Web Studio - Web Design - Web Creation - Web Hosting - Internet - Intranet
	Version 1.0
	Created: 23rd Feb 2006
	By: info@brownpaperbag.com.au
	Modified: 

*/
//<![CDATA[

// CSS overrides for Firefox browsers
function setCSS(){
	  if ((i = navigator.userAgent.indexOf('Gecko')) >= 0){
		var css = null; 
		css  = '<style type="text/css" media="all">';
		css += '#Content {width:498px; padding:0px 16px;}';
		css += '<\/style>';
		document.write(css);
	}
}
setCSS();

//]]>