@font-face {
	font-family: "Linux Libertine";
	src: url("/fonts/lin-libertine-min.eot");
	src: local("Linux Libertine"), url("/fonts/lin-libertine-min.ttf");
} 
html {
	/* 
		Adds horizontal scrollbars even if there isn't enough 
		content to fill the entire screen. Nifty!
		http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better 
	*/
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: #f9f9f9;
	text-align: center;
	counter-reset:h1 1;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2;
	font-variant: small-caps;
	font-weight: 100;
	font-size: 2.8em;
}
	h1:first-letter {
		font-family: "Linux Libertine", Palatino, "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
		font-size: 1.2em;
	}
	h1 a {
		text-decoration: none;
		color: #111;
	}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 2.2em;
	margin-top: 0.5em;
}
a img {
	border: none;
}
strong, b {
	font-weight: bold;
}

#funfacts li {
	list-style-type: none;
}
#funfacts li:before {
	content: '\2026' " ";
}
p, li {
	font: large/1.556 "Linux Libertine", Palatino, "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif; 
}
#outer {
	padding: 1em;
	position: relative;
	max-width: 1000px;
	width: 70%;
	margin: 4em auto;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: -5px 10px 10px #e1e1e1;
	border: 1px solid #e1e1e1;
}

/*- Skip to content */
a#skip {
	font-size: 0.8em;
	display: block; 
	position:absolute; 
	top: 0em;
	width:99%;
	padding: 0;
	text-align: center;
}
* html a#skip {
	top:0;
}
a#skip:link, a#skip:visited {
	color: #f9f9f9;
}
a#skip:hover, a#skip:focus, a#skip:active {
	background: #ccc;
	color:#fff;
	text-decoration:none;
}

#header {
	padding: 2em 0 0 3em;
	margin-bottom: 1.1em;
	color: #111;
	/*
	background: url(/images/header.jpg) no-repeat center center;
	*/
	height: 10em;
}

#content {
	/*
	border-top: 1px solid #000;
	*/
	border-bottom: 1px solid #000;
}

#footer {
	text-align: right;
	border-bottom: 1px solid #000;
}
#footer p {
	font-size: 0.8em;
}
#footer a {
	text-decoration: none;
	color: #000;
}

table {
	font-family:arial,sans,sans-serif;
	font-weight: 100;
	font-size: 0.8em;
	border-collapse: collapse;
}
th {
	text-align: center;
}
td {
	text-align: right;
}
td.cell-text {
	text-align: left;
}
th, td {
	padding: 0.2em;
	margin: 0;
	border: 1px solid #ccc;
}
