body {
	background-color: #e7e7e7;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

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

a:hover {
color: gray;
}

/* TEMP start
----------------------------------------------- */

#blank {
	width: 400px;
}

#blank h1 {
	border-bottom: 1px dashed black;
	padding-top: 10px;
}

#blank h2 {
	color: whitesmoke;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.5em;
	padding: 2px;
	background: black;
	display: inline;
}

#blank p {
	text-align: justify;
	line-height: 1.4em;
}

/* TEMP end
----------------------------------------------- */

h1 a, h2 a, h3 a {
border: none;
}

h2 {
	text-decoration: underline;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
}

h3 a {
	font-size: 1.2em;
}

/* global layout
----------------------------------------------- */

img {
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 10px;
}

#text {
	width: 500px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background-color: white;
	padding: 10px;
}

#text p {
	line-height: 1.3em;
}

#menu {
	float: right;
	margin-left: 20px;
	text-align: right;
	width: 220px;
}

#menu a {
	color: black;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.3em;
	padding: 3px;
	background: white;
	font-weight: bold;
}

#menu a:hover {
	color: white;
	background: black;
}

.menuitem {padding-bottom: 8px;}

#menu h1 {
	margin-bottom: 20px;
	margin-top: 0;
	float: right;
	font-size: 1.2em;
}

#menu h1 a {
	background-color: black;
	color: white;
}

#abs {
	position: absolute;
	width: 100%;
}

#email {
	float: right;
	background-color: transparent;
}

#contact {float:left; width: 350px; margin-top: 0px; padding-bottom: 30px;
}

#contact p {
	margin-top: 0;
	padding: 0;
}

.spacer {
	height: 500px;
	width: 200px;
}

.email {width: 300px; height: auto;}

fieldset {
	border-bottom-style: none;
}

#info p {
	font-size: .81em;
	margin-bottom: 3px;
	font-style: italic;
}

#info div {
	font-size: .81em;
	line-height: 1em;
	margin-bottom: 3px;
}

#splashcap a {
	border-style: none;
}

#error {
	text-align: center;
	padding: 200px;
}