/* Title: D-Day | A Day of Change */
/* Author: Patrick Cole */
/* Site: http://www.patrickcole.com */

	/* Global Reset */
	* { margin: 0; padding: 0; }
	
	/* Element Styles */
	body { background-color: #4d513e; font-family: 'Arial','Helvetica', sans-serif; font-size: 12px; color: #111; }
	
	/* Remove Focus Outline */
	:focus { outline: 0; }
	
	/* IDs */
	
		
		/* Top Bar */
		#top { width: 100%; height: 441px; background-color: #35372d; padding: 100px 0 0 0; }
		
		/* Global Container */
		#container { width: 1024px; height: 441px; margin: 0 auto 0 auto; }
		
			/* Left Image */
			#left { float: left; width: 120px; height: 441px; background: #35372d url(images/globalLeft.jpg) bottom right no-repeat;}
		
			/* Main Flash Area */
			#main { float: left; width: 784px; height: 441px; background: #35372d url(images/globalMid.jpg) top left no-repeat; }
		
			/* Right Image */
			#right { float: left; width: 120px; height: 441px; background: #35372d url(images/globalRight.jpg) bottom left no-repeat; }
			
		#bottom { width: 1024px; margin: 0 auto 0 auto; text-align: center; }
			
			ul#validation { margin: 20px 0 0 0; list-style-type: none; }
			ul#validation li { display: inline; padding: 0 20px 0 0; }
			ul#validation li a:link, ul#validation li a:visited, ul#validation li a:hover, ul#validation li a:active { color: #111; }
		
	/* Site SEO */
	h1 { text-indent: -10000px; }
	h2 { text-indent: -10000px; }
	h3 { text-indent: -10000px; }
	p { text-indent: -10000px; }