body {
	margin: 0;
	font-family: "Bitstream Vera", "Georgia", serif;
	font-size: 11pt;
	color: black;
	background-color: white;
}

div#main {
	position: absolute;
	padding-left: 3.5em;
	padding-right: 9em; /* A fucking hack because IE doesn't support "right: 8.5em;" */
	margin-top: 1em;
	padding-bottom: 1em;
	z-index: 1; /* A fucking hack because IE doesn't support "right: 8.5em;" */
}

div#menu {
	position: absolute;
	background-color: white;
	right: 0;
	width: 7.8em;
	padding-left: 1.5em;
	padding-bottom: 1.5em;
	border-left: solid 1px;
	margin-top: 1em;
	z-index: 2; /* A fucking hack because IE doesn't support "right: 8.5em;" */
}

div#menu a {
	display: block;
	text-decoration: none;
	padding-bottom: 0.2em;
}

div#menu a:visited {
  color: #0066FF;
}

div#menu a span {
	display: none;
}

div#menu a:hover {
	display: list-item;
}

div#menu a:hover span {
	display: block;
	position: absolute;
	top: 13em;
	right: 1.9em;
	width: 7em;
	background: white;
	text-align: center;
	font-size: 9pt;
	color: black;
}

div#menu div.mainlink {
	margin-bottom: 0.6em;
}

div#menu div.thislink {
	padding-bottom: 0.2em;
	font-weight: bold;
}

div#top {
	text-align: center;
	background: url(images/snow.jpg);
	background-repeat: no-repeat;
	background-color: black;
}

div#top img {
	padding: 0.5em;
	border: none;
}

div#top a {
	text-decoration: none;
}

h1 {
	display: block;
	font-family: "Bitstream Vera Sans", "Trebuchet MS", "Gill Sans", sans-serif;
	font-variant: small-caps;
	text-align: center;
	margin: 0;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: white;
}

div#top h1 a {
	font-family: "Trebuchet MS", "Gill Sans", sans-serif;
	text-decoration: none;
	color: white;
}

div#top h1 a:visited {
	font-family: "Trebuchet MS", "Gill Sans", sans-serif;
	text-decoration: none;
	color: white;
}

h2 {
	display: block;
	font-family: "Trebuchet MS", "Gill Sans", sans-serif;
	text-align: center;
	margin: 0;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: silver;
	font-weight: normal;
}

div#top h2 a {
	text-decoration: none;
	color: silver;
}

div#top h2 a:visited {
	text-decoration: none;
	color: silver;
}

h3 {
	font-family: "Bitstream Vera Sans", "Trebuchet MS", "Gill Sans", sans-serif;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	/* font-size: medium; */
	/* font-size: 12pt; */
	font-weight: bold;
}

/* For sections */
div.section {
	padding-top: 0.1em;
	margin-top: 0.2em;
	border-top: dotted silver 1px;
	margin-bottom: 1.8em;
	width: 100%;
}

div.photosection div.section {
	left: 26%;
	width: 73%;
	float: right;
}

div.photosection+div.section {
	clear: both;
}

div.photoholder {
	width: 25%;
	float: left;
}

div.photoholder img {
	width: 99%;
	height: 99%;
	max-width: 178px;
}

div.element {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

div.ename {
	float: left;
	width: 23%;
	margin-right: 1%;
	font-weight: bold;
	text-align: right;
}

div.content {
	float: right;
	width: 74%;
	margin-left: 1%;
	text-align: left;
}

div.spacer {
	clear: both;
	height: 0.1em;
}

p {
	margin-top: 1em;
	margin-bottom: 1.5em;
}

ul {
	margin: 0;
	padding-left: 1em;
	padding-bottom: 1em;
}

a {
  color: #0066FF;
}

a:visited {
  color: #808080;
}

/*
img {
	margin: 0;
}
*/

