html {
	overflow: scroll; /* show scrollbars to prevent funny page jumping between different length pages */
}

body {
	background-image: url('/images-x/bg.png');
	background-repeat: repeat-x;
	background-color: #191919;
	width: 100%;
	padding: 0 0 1em 0; /* alter this if you want to pad the site from the top or bottom */
	text-align: center;
}

#overallWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-position: center top;
	background-repeat: no-repeat;
}

a.early2012 {
	width: 460px;
}

	a.early2012:hover {
		text-decoration: none !important;
	}

#headerWrapper {
	background-image: url('/images-x/red-block.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	width: 100%;
	margin-bottom: 30px;
}

	#headerBar {
		width: 960px;
	}

	#siteLogo {
		float: left;
		height: 90px;
		width: 160px;
		margin: 77px 10px 0 30px;
		text-indent: -9999px;
		background-image: url('/images-x/e38-logo.gif');
		background-repeat: no-repeat;
	}

	#headerWrapper ul {
		float: right;
		display: inline;
		height: 44px;
		list-style-type: none;
		margin: 130px 0 0;
	}
	
		#headerWrapper li {
			float: left;
			display: inline;
			height: 45px;
		} 
		
			#headerWrapper li a {
				display: block;
				float: left;
				height: 25px;
				margin: 20px 15px 0;
				padding-bottom: 7px;
				line-height: 25px;
			}
			
			#headerWrapper li a:hover, .on {
				padding-bottom: 5px !important;
				border-bottom: 2px solid #c00;
				color: #000 !important;
			}
			
	#gridContainer div {
		margin-bottom: 15px;
	}
	
		#gridContainer div h2 { /* margin-top: 225px; */ }
		#gridContainer div h3 {  }
	
		#galleryBox {
			background-image: url('/images-x/home-containers/the-gallery.png');
			height: 270px;
		}
		
		#showBox {
			background-image: url('/images-x/showfield.jpg');
			background-position: 0 -50px;
			height: 220px;
		}
		
			#showBox h2, #showBox h3, #showBox a {
				margin-left: 50px;
			}
		
			#showBox h2 {
				margin-top: 40px !important;
			}
			
			#showBox a {
				display: block;
				text-indent: -9999px;
				height: 36px;
				width: 116px;
				margin-top: 30px;
				background-image: url('/images-x/home-containers/more-info.png');
			}
			
		#merchBox {
			background-image: url('/images-x/home-containers/e38-stuff.png');
			height: 270px;
			text-indent: -9999px;
		}
		
		#forumBox {
			background-image: url('/images-x/home-containers/the-forum.png');
			height: 270px;
		}		
		
		.darkBox950 div, .darkBox710 div, .darkBox470 div, .darkBox210 div {
			margin: 0 !important;
		}
		
		
			.darkBox950 .bg {
				background-image: url('/images-x/template/950/textbox-bg.png');
			}
		
			.darkBox710 .bg {
				background-image: url('/images-x/template/710/textbox-bg.png');
			}
		
			.darkBox470 .bg {
				background-image: url('/images-x/template/470/textbox-bg.png');
			}
		
			.darkBox210 .bg {
				background-image: url('/images-x/template/210/textbox-bg.png');
			}
			
			
