html{
	width: 1200px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

body{
	margin: 0;
}

h1, h2, h3, h4, h5{
	text-transform: uppercase;
}

h1, h2{
	text-shadow: -1px -1px 1px black;
}

h1{
	font-weight: 800;
	font-size: 28px;
}

h2{
	font-size: 24px;
	line-height: 40px;
	background-color: #666;
	color: white;
	padding-left: 15px;
	margin: 0;
	position: relative;
}

h3{
	text-shadow: none;
}

h4{
	font-size: 16px;
}

h5{
	font-size: 12px;
	margin-bottom: 0;
	color: #999;
}

.fixed{
	position: fixed;
	top: 80px;
}

body > h2.fixed{
	left: 300px;
}

#content, #timeline{
	margin-left: 290px;
	width: 880px;
	padding: 20px 30px;
}