
	h1, h2, h3 { font-weight: bold;}
	a { color: #00f; text-decoration: none; }
	a img { border: 0; }
	
	h1, h2, h3, p, blockquote, li {
		margin: 0 0 1em;
		padding: 0;
	}
	
	body {
		background: #fff url(grey_diagonal.png) 0px 238px no-repeat;
		padding: 0;
		margin: 0;
		font-family: Helvetica;
		font-size: 14px;
	}
	
	.clear { clear: both; float: none; }
	.red { color: #f00; }
	.grey { color: #aaa; }

	#header {
		background: rgb(60,60,60);
		height: 238px;
		position: relative;
	}
	
	
	#header #header_wrapper {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 990px;
		height: 238px;
	}
	
	#header img#logo {
		position: absolute;
		left: 450px;
		bottom: -147px;
	}
	
	#header #top_box {
		position: absolute;
		top: 72px;
		left: 0px;
		width: 340px;
		font-family: Helvetica, Arial;
		font-size: 14px;
		color: #fff;
		line-height: 18px;
	}
	
	#top_box p {
		margin: 0 0 0 126px;
	}
	
	#header #top_box span.emph { font-size: 18px;  font-weight: bold; }
	#header #stats { margin-left: 126px; margin-top: 10px; line-height: 20px; font-size: 12px; }
	
	#header #top_box #nav {
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		border-top: 1px solid #222;
		padding-top: 6px;
	}
	
		#nav a {
			text-decoration: none;
			color: #fff;
			padding: 0 6px;
		}
		#nav a:hover { text-decoration: underline; }
		#nav a img { vertical-align: middle; margin-top: -1px; }
		
		#nav.home a.home,
		#nav.faq a.faq,
		#nav.archives a.archive {
			color: #888;
		}
		
	
	#header #top_box img#photo {
		position: relative;
		left: 0px;
		top: -8px;
		float: left;
	}
	
	#main {
		margin: 140px auto 80px;
		width: 990px;
	}