/* --- Container
-------------------------------------------------------*/

#container {
	width: auto;
}



/* --- Header
-------------------------------------------------------*/

#header {
	height: 84px;
	margin-bottom: 1px;	/* Flash and links are too close together, causing the finger not to appear */
}
	
	#header .bread_crumb { display: none; }


/* --- Primary Content
-------------------------------------------------------*/

#primary_content {
	height: 404px;
}
	
	#home_flash {
		text-align: center;
		padding-top: 200px;
	}



/* --- Modules
-------------------------------------------------------*/		

	html>body #shadow {
		position: relative;
		width: 960px;
		height: 8px;
		margin: -8px auto 0;
		background: url(/images/home/modules_shadow.png);
	}

	#modules_a {
		margin: 0 auto;
		background: url(/images/home/modules_bg.jpg) no-repeat;
	}
		
		#modules_a .module h2 {
			margin: 8px 0 17px;
		}