body, td, th { font: 12px Arial, Helvetica, sans-serif; }

/* -------------- */
/* --- header --- */
/* -------------- */
#header {
	height: 160px;
	position: relative;
	width: 760px;
}

#header .bar {
  background: #644;
  left: 210px;
  position: absolute;
  top: 77px;
  width: 540px;
}

#header .mission {
  color: #755;
  font: italic 22px "Times New Roman", Times, serif;
  left: 250px;
  position: absolute;
  top: 20px;
  text-align: center;
  width: 450px;
}

#header img.arrows {
  left: 650px;
  position: absolute;
  top: 15px;
}

#header img.logo {
  left: 10px;
  position: absolute;
  top: 10px;
}

/* ----------- */
/* --- nav --- */
/* ----------- */
#nav {
  clear: right;
  display: inline;
  left: -160px;
  position: absolute;
  top: 0;
  width: 150px;
}

#nav a, #nav .selected {
	background: #A88;
	border-bottom: 1px solid #000;
	color: #FFF;
	display: block;
	font: bold 16px "Times New Roman", Times, serif;
	padding: 2px 10px;
	text-decoration: none;
	width: 130px;
}

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

#nav .both { border-top: 1px solid #000; }

#nav .selected {
  background: #FEE;
  color: #000;
}

/* ------------ */
/* --- body --- */
/* ------------ */
#body {
  background: url(../_img/arrows.gif) no-repeat 115px 50px;
  min-height: 300px;
  margin-left: 170px;
  padding: 0 10px;
  position: relative;
  width: 570px;
}

#body .bio {
  margin: 10px 0;
  position: relative;
  width: 400px;
}

#body .bio img {
  float: right;
  margin: 4px;
}

#body .bio .biolist {
  right: -170px;
  position: absolute;
  top: 0;
  width: 160px;
}

#body .bio .biolist a, #body .bio .biolist .selected {
  background: #A88;
  border-bottom: 1px solid #000;
  color: #FFF;
  display: block;
  font: bold 11px Arial, Helvetica, sans-serif;
  padding: 2px 3px;
  text-decoration: none;
  width: 154px;
}

#body .bio .biolist a:hover { background: #433; }

#body .bio .biolist .both { border-top: 1px solid #000; }

#body .bio .biolist .selected {
  background: #FEE;
  color: #000;
}

#body b {
  font: bold 14px/1em Arial, Helvetica, sans-serif;
}

#body b.title {
  color: #755;
  font-size: 22px;
}

#body p {
  text-align: justify;
  text-indent: 15px;
}

/* -------------- */
/* --- footer --- */
/* -------------- */
#footer {
  background: #000;
  margin: 20px 10px;
  position: relative;
  width: 740px;
}
