
	#main {
		height: auto;
		min-height: 100%;
		width: 90%;
		margin: 0 auto;
	}
	#header { float: left; height: 225px; width: 100%; margin: 0; position: relative; background: url(images/home_logo_180.jpg) no-repeat 2.07% 60px; visibility: hidden; }
	#homeLink { position: absolute; width: 180px; height: 84px; left: 3%; top: 60px; z-index: 10; visibility: hidden; }
	#nav {
/*		float: left;
*/
		position: absolute; bottom: 0; height: 100px; width: 100.01%;
/*		margin: 125px 0 0;
*/		background: /*rgb(235, 233, 219)*/ url(images/nav_bg.png) repeat-x left 20px; visibility: hidden;;
	}
	#left { float: left; min-height: 350px;
/*		clear: both;
*/		width: 23.2%; background: rgb(232,232,232); visibility: hidden; margin: 0 0 0 12px; }
	#content {
		min-height: 350px;
		width: 32.82%;
		margin: 0 0 0 12px;
	}
#right {
		float: right;
		min-height: 350px;
		clear: both;
		width: 40.26%;
		max-width: 1140px;
/*		margin: -350px 0 0 603.2999610900879px;
*/	}
body.size2 #right {
		width: 24.484751374758027%;
	}
body.size3 #right {
		display: none;
		width: 0%;
	}
	#footer { float: left; clear: both; width: 100%; background: rgb(217,217,217); visibility: hidden; min-height: 38px; margin: 10px 0 0; padding: 5px 0 0; }
	#footerNav { width: 45%; visibility: hidden; float: left; }
	#footerRight { font-size: 0.7em; text-align: right; width: 45%; visibility: hidden; float: right; padding-right: 20px; }
	#topNav { float: right; width: 400px; height: 25px; visibility: hidden; margin-top: 40px; }

