body {
  font-family: Tahoma, Verdana, Arial, Helv;
  font-size: 10pt;
  background-image: url(/images/black_bg.gif);
}

h1, h2 {
  text-align: center;
}

h1 {
	text-align: center;
	line-height: 30px;
	padding: 30px 0 30px 0;
	font-size: 24px;
}

#pageContainer {
  position: relative;
  width: 800px;
  margin: 0 auto;  
}

#pageHeader {
  position: relative;
  height: 100px;  
  background-color: #000000;
  background-repeat: no-repeat;
}

#contentArea {
  position: relative;
}

#menuBar {
  position: relative;
  float: right;
  width: 650px;  
  height: 35px;
  margin-top: 55px;  
}

#menuBar ul {
  position: relative;
  height: 35px;
}

#menuBar ul li {
  height: 35px;
  width: 100px;
  border: 1px solid green;
  margin-left: 15px;
  float: left;
  text-align: center;
  line-height: 35px;
  text-transform: uppercase;
  list-style: none;
}

#menuBar a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-family: Tahoma, Verdana, Arial, Helv;
}

#pageContent {
  border: 1px solid black;
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
}

#pageFooter {
  height: 40px;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.8em;
  text-align: center;
}

#bio {
  width: 600px;
  margin: 0 auto;
  text-align: left;
}

#pics img {
  margin-right: 10px;
}

.clear {
  clear: both;
}
