@charset "utf-8";

/*

Font size

20px: 1.667em
18px: 1.5em
17px: 1.417em
16px: 1.334em
15px: 1.25em
14px: 1.167em
13px: 1.084em
12px: 1em
11px: .917em
10px: .834em

*/



html{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-size: 12px;
}

h2{
	font-size: .834em;
	font-weight: normal;
	font-family: "apolline";
}

div#container{
	width: 980px;
	margin: 0 auto 0 auto;
	min-height: 1200px;
}

header{
	position: fixed;
	width: 100%;
	height: 200px;
	background-color: #000;
}

header hgroup{
	margin: 100px 0 0 50px;
}

header hgroup h1 a{
	display: block;
	background: url(../img/logo.gif) no-repeat;
	width: 150px;
	height: 32px;
	text-indent: -10000px;
}

section{
	margin: 0 0 0 50px;
	padding-top: 250px;
}

article{
	margin: 0 0 100px 0;
}

article h2{
	text-align: right;
	float: left;
	width: 150px;
	line-height: 215%;
}

.summary{
	margin-left: 200px;
	font-family: "Reimin Regular";
	line-height: 175%;
}
