@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: Eurostile;
	src: url('eurostile.TTF');
}

@font-face {
	font-family: "BlairMdITC TT";
	src: url('BlairMdITC%20TT.ttf');
}

body{
	font-family: Eurostile, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
h1{
	font-size: 22px;	
	color: #333;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: "BlairMdITC TT", Georgia, "Times New Roman", Times, serif;	
}
h2{
	margin-top: 2px;
	font-size: 14px;
	color: #777;
	text-transform: uppercase;
}
a{
	text-decoration: none;	
	color: #777;
}
div{
	margin:3px;
}
div#one, #two, #three, #four, #five, #six, #seven, #eight, #nine, #ten, #eleven, #twelve, #thirteen, #fourteen, #fifteen, #sixteen, #seventeen, #eighteen, #nineteen, #twenty, #twentyone, #twentytwo, #twentythree, #twentyfour, #twentyfive, #twentysix{ 
	position: absolute; left: 140px; top: 50px; display:none;
}
div.header{
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	text-align: center;
	z-index: 5;
	margin-top: 10px;
}
div.title{
	font-size: 20px;
	font-weight: bold;
}
.section{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.entry{
	margin-left: 20px;
	margin-top: 3px;
	font-size: 13px;
	color: #444;
}
.entry2{
	margin-left: 40px;
	margin-top: 3px;
	font-size: 13px;
	color: #444;
}
span.year{
	margin-right: 25px;	
}

span.title{
	font-size: 12px;
	color: #999;
}