/* Title: The Industrial Revolution */
/* Author: Patrick Cole */
/* Site: http://www.patrickcole.com */

	/* Element Styles */
	body{ background-color: #000; font-family: Georgia, Times New Roman; color: #444; letter-spacing: -1px; }
	h1 { text-transform: uppercase; font-weight: normal;}
	h2 { float: right; text-transform: uppercase; font-weight: normal;}
	
	:focus { outline: 0; }
	
	/* Float Fix */
	.clear { clear: both; }
	
	/* ID */
		
		/* Container */
		#container { position:absolute; left: 50%; top: 50%; width: 980px; height: 660px; margin-left: -490px; margin-top: -380px; }
		
		/* Validation List */
		ul#validation { list-style-type: none; margin: 0; padding: 0; height: 20px; text-align: center; }
		ul#validation li { display: inline; padding: 0 20px 0 0; }
		
		/* Links */
		a:link, a:visited, a:hover, a:active { color: #444; }
		
		/* 508 Compliance */
		#noflash { text-indent: -10000px; }
