/* Global Helpers */
*{ margin: 0; padding: 0; text-align: left; }
	.clear{ clear: both; }
	.right{ text-align: right; }
	.left{ text-align: left; }
	.center{ text-align: center; }
	.justify{ text-align: justify; }
	.floatRight{ float: right; }
	.floatLeft{ float: left; }
	a{ color: #666; text-decoration: none; outline: 0; }
	a:hover{ color: #004eff; text-decoration: underline; }


/* Layout */
body{ background: #e9e9e9; color: #666; font: normal 62.5% Arial, Verdana, sans-serif; text-align: center; padding: 27px 20px 20px; }
	#container{ width: 863px; margin: 0 auto; }
	#container h1{ width: 863px; height: 393px; background: url( ../_graphics/splashScreen.jpg ) no-repeat top center; text-indent: -9999px; }


/* Footer */
#container #footer{ font-size: 1.3em; padding: 11px 15px 0; }
	#container #footer p#contact strong{ padding-left: 40px; }
	#container #footer p#contact strong:first-child{ padding-left: 0; }
	#container #footer p#copyright{ float: right; }
	