/* General, overall sorts of settings. Link rollovers, etc. */

.disp {
	white-space: pre;
	font-family: monaco, courier, monospace;
	font-size: xx-small;
	line-height:110%;
	}

a:visited	{ color: #999999;  }
a:hover		{ color: #ff0000;  }

/* Formatting, by section, top of page downward. */

body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: "lucida grande", arial, helvetica, sans-serif;
	font-size: small;
	color: #000;
	}

#header {
	padding: 15px 0px 15px 20px;
	background-color: #afafaf;
	border-bottom: 2px solid #000;
	border-color: #500;
	}

div#header {
	background-image: url(hoods_crop.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

#nav {
	position: absolute;
	top: 104px;
	left: 0;
	width: 12em;
	margin: 0;
	padding: 20px 0.5em 0px 0.5em;
	color: #fff;
	}

#nav a {
	display: block;
	margin: 3px 0px 0px 0.25em;
	padding: 3px 0.5em 3px 0.5em;
/*	border: 1px #999 solid;*/
	font-weight: normal;
	text-decoration: none;
	width: 11em;
	background: #eee
	}

#nav a:hover {
	background: #ccc;
	}

#content {
	background:#FFF;
	padding: 10px 0px 0px 15px;
	margin-left: 12.5em;
	margin-right: 8em;
	right: 0;
	text-align: justify;
	}

#content p {
	margin-right: 10px;
	}

#content img {
	margin: 5px;
	}

.person {
	min-height: 310px;
	position: relative;
	float: left;
	}


/* Below is a fix for the IE-Win float bug. I think. */
/* Hides from IE-mac \*/
* html .person { height: 1%; }
/* End hide from IE-mac */

.imgleft {
	position: relative;
	float: left;
	}

.imgright {
	position: relative;
	float: right;
	}