.header-box {}

	.header-box h1 {
		font-weight: bold;
		font-size:2.7em;
		margin-bottom:0;
		color:#9A4444;
	}
	
		.header-box h1 a {
			text-decoration: none;
			color:#9A4444;
		}
		
		.header-box h1 a:hover {
			color: #EB2400;
		}
	
	.header-box h2 {
		font-size:1em;
		text-align:right;
		margin-right:2em;
		color:#9A4444;
		font-weight:bold;
	}
	
	.header-box .stats {
		width: 18em;
		font-size:0.9em;
	}
	
	.header-box .stats .wrapper {
		margin-left:3.4em;
	}
	
	.header-box .stats span {
		background: #E5ECF9;
		display: block;
		padding:0.2em 0.5em 0.2em 0.5em;
	}
	
	.header-box .intro {
		background: #E5ECF9;
		padding:0.5em 0.5em 0.5em 0.7em;
		line-height: 1.4;
	}

.menu-box ul {
	margin-top:2em;
}

	.menu-box ul li {
		display: block;
		float:left;
		margin-right:2px;
		margin-top:2px;
	}
	
		.menu-box ul li a {
			text-decoration: none;
			display: block;
			background: #eee;
			padding:0.3em 0.6em;
		}
		
		.menu-box ul li a:hover {
			background:#dfdfdf;
			color:#1e1287;
		}
		
		.menu-box ul li h2 {
			font-size:1.1em;
			font-size:normal;
			margin:0;
			white-space:nowrap;
		}
		
		.menu-box ul li h2.selected {
			background: #E7FAD5;
			display: block;
			padding:0.3em 0.6em;
			color:#222222;
			line-height: 1.5em;
		}

.body {
	margin-top:1.5em;
}

