/* Layout */

#person {
	position: absolute;
	left: 0px;
	width: 350px;
	/* background-color: white;
	padding-bottom: 40px; */
}

/* we over-ride the one in about */
body {
	background-color: white;
}

#titleandteam {
	float: left;
	padding: 10px 10px 0px 0px;
	width: 225px;
}

#personimage {
	float: left;
	padding: 20px 10px 0px 0px;
}

#history {
	position: absolute;
	left: 350px;
	padding: 20px;
	background-color: #C8C295;
	width: 350px;
}

/* Presentation */

#secondnav a {
	display: block;
	background-color: #C8C295;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 3px 5px;
	margin-right: 5px;
}

#secondnav a:hover {
	background-color: #28491C;
}

#titleandteam h1, #titleandteam h2 {
	padding-left: 10px;
	color: #800000;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
}

#titleandteam h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 10px;
	font-size: 16px;
	font-style: italic;
	border-bottom: 2px solid #800000;
}

#titleandteam a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #8E976C;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px;
}

#titleandteam a:hover {
	background-color: #28491C;
	color: white;
}

#history h1, #history h2 {
	color: #28491C;
}

#history h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	font-style: italic;
}

#history p {
	padding: 0px 0px 10px 0px;
	text-indent: 35px;
}
