html, body {
    margin:0; padding:0;
    width:100%; height:100%;
    }

#bgimage {
	position: fixed;
	left: 0; top: 0;
	z-index:1;
}

#window {
	position: relative;
	z-index: 2;
}

body {
	background-color:	#aaa;
	
	color: #333;
	font-family:		"Helvetica neue", helvetica, arial, sans-serif;
	font-size:			12pt;
	line-height:		120%;
}

#header {
	color:				#fff;
	padding-top:		0.25em;
	padding-bottom:		1em;
	margin:             0 0 -0.75em 0;
}

.navigation {
	font-weight:		bold;
	font-size:			100%;
	margin-bottom: 1em;
}

.navigation a {
	padding-left:		0;
	padding-right:		2em;
}

.maincolumn {
	max-width:			31em;
	padding:			2em;
	margin-left:		auto;
	margin-right:		auto;
}

.overlay {
	background-color: #fff;
	border: thin black solid;
}

.paper_reference {
	line-height: 120%;
	font-size: 80%;
}

.parenthetical_links {
	font-size: smaller;
}

#name {
	font-size: 250%;
	font-weight: bold;
	line-height: 100%;
}

h1 {
    margin-top: 1.25em;
    margin-bottom: 0.5em;
    padding: 0;
	font-size: 150%;
	font-weight: bold;
}

a {
	color: black;
	text-decoration: underline;
}

#header a {
    color: 				white;
	text-decoration:	none;
}

a:hover {
	text-decoration: none;
	color: rgb(153,51,0);
}

#header a:hover {
	text-decoration: none;
	color: rgb(159,86,43);
}
