.container{
	width: 960px;
}

body{
	margin: 0 2em 4em 2em;
	font-size: .8em;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: .25em;
}

h2 .small{
	font-size: .5em;
	font-style: italic;
}

h2 .beta{
	color: #09f;
}

h2 .alpha{
	color: #f66;
}

a{
	color: #222;
}

a:hover, a:active{
	color: #222;
	text-decoration: none;
}

.icon{
	margin-bottom: 1em;
}

.capture{
	border: 1px #ddd solid;
	margin-bottom: 1em;
}

#header, #navigation, #footer{
	text-align: center;
}

#header{
	margin: 15em 0;
}

#navigation{
	color: #777;
}

#navigation a{
	color: #777;
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ddd;
}

#navigation img{
	position: relative;
	top: -2px;
	margin-right: 5px;
	vertical-align: middle;
}

#footer, #footer a{
	color: #777;
}
