html body #main_content {
	background-color: #939393;
	padding: 20px 0;
	width:960px;	
	height: 400px;
}

/*html body #wrapper { background-color: #939393; } /* Done to convince IE7 that there's a background color */

#error_text {
	float: left;
	padding: 0 10px;
	width: 320px;
}

	#error_text h1 {
		font-size: 14px;
		text-transform: uppercase;
	}

	#error_text h2 {
		font-size: 13px;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#error_text ul {
		list-style: none;
		padding: 0;
	}

	#error_text a { color: #fff; }
	
	#error_text form {
		margin: 0;
		padding: 0 0 10px 0;
	}
	
	#error_text input {
		margin: 0;
		padding: 0;
	}
	
	#error_text input.text {
		font-size: 11px;
		padding: 2px 0;
		margin-right: 5px;
		width: 225px;
	}
	
	#error_text #search {
	  background-color: #939393;
    top: 3px;
	}
	
	#error_text input.submit {
		background-color: #6A6A6A;
		border: 1px solid #000;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 2px 7px;
		margin-top: 2px;
	}
	
#error_img { border: 1px solid #000; }

