html, body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #b6b6b6;
/*	background-image: url(../images/tilebg/gear.jpg);   Move this other over for */
	height: 100%;
}

#page {
	background: url(../../images/background.png) repeat-x -500px 0px; 
	background-position: top center;
	background-repeat: no-repeat;
}

#footerShadow { 
	background-image: url(../../images/footershadowGray.gif);
	height: 77px;
	width: 100%;
}

		/*	-------------------------------------------------------------
		7. HOME TABS
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/  

		#homeTitle, #homeTitle a, #homeTitle a:link, #homeTitle a:visited {
			color: #656565;
			font-size: 1.2em;
			margin: 0px 0 -2px 0;
		}

		#homeTitle a:hover {
			color: #000;
			text-decoration: none;
		}


		#homeReadmore, #homeReadmore a, #homeReadmore a:link, #homeReadmore a:visited  {
			color: #656565;
		}

		#homeReadmore a:hover {
			color: #000;
			text-decoration: none;
		}

		.tabs {
			color: #000;
		}

		.tabs a, .tabs a:link, .tabs a:visited  {
			color: #656565;
		}

		.tabs a:hover {
			color: #000;
			text-decoration: none;
		}