html {
	margin: 0;
	padding: 0;
	}

body {
  background: url(bg2.gif) repeat top center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffffff; 
	margin: 0; 
	padding: 0;
	}

#main {
  position: relative;
  width: 800px;
  padding: 0;
  margin: 10px auto;
  }

#header {
  background: url(header.png) no-repeat top center;
  position: absolute;
  width: 800px;
  height: 140px;
  top: 20px;
  }

#page { 
  background: url(content.png) repeat top center;
  width: 800px; 
  position: absolute;
  top: 160px; left: 0px;
  padding-top: 30px;
  }

#navbox {
  position: absolute;
  padding: 5px 0 0 0;
  width: 780px;
  height: 25px;
  top: 3px;
  left: 10px;
  text-align: center;
  }

#nav ul {
	list-style: none;
	padding: 0;
  margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
  font-style: normal;
  font-weight: normal;
	color: #e8ce89;
	}

#nav li {
	margin: 0;
	padding: 0; 
	display: inline;
  border-right: 1px solid #ffffff;
	}

#nav li.top {
  border-left: 1px solid #ffffff;
	}

#nav li.topselected {
  border-left: 1px solid #ffffff;
  font-style: italic;
	}

#nav li.selected {
  font-style: italic;
}

#nav li a, 
#nav li a:link, 
#nav li a:active,
#nav li a:visited {
  margin: 0;
	padding: 3px 9px 2px 9px;
  margin: 0 0px 0 0px;
	display: inline;
	color: #e8ce89; 
	text-decoration: none;
  text-align: center;
  }

#nav li a:hover {
	color: #ffffff; 
	text-decoration: none;
	}

#nav hr {
  display: none;
  }

#content {
  width: 765px;
  margin: 20px 0 0 10px;
  padding: 0px 10px 20px 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
  display: block;
  min-height: 450px;
  /* next two lines are IE hacks to make min-height work */
  height:auto !important;
  height:450px;
  }

#content p {
  text-align: left;
  font-family: georgia, times new roman, times, serif;
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 175%;
  }

#content h1 {
	font-family: georgia, times new roman, times, serif;
	font-size: 22px;
	font-weight: normal;
  font-style: italic;
	line-height: 1.5;
	color: #c0c0c0;
  margin: 10px 0 25px 5px;
  text-align: center;
  padding: 0 0 10px 0;
  background: url(h1div.gif) no-repeat center bottom;
  }

#content h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.5;
	color: #c0c0c0;
  margin: 10px 0 10px 5px;
  }

#content h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #c0c0c0;
  margin: 10px 0 10px 5px;
  }

#content p.center {
  text-align: center;
  }

#content a, 
#content a:link, 
#content a:active,
#content a:visited {
  color: #e8ce89;
	text-decoration: none;
  text-align: center;
  }
	
#content a:hover {
	/* text-decoration: underline; */
  color: #ffffff;
	}

#content img.home {
  float: left;
  border: 1px solid #808080;
  margin: 0 15px 20px 5px;
  }

#content img.bio {
  float: left;
  border: 1px solid #808080;
  margin: 0 15px 20px 5px;
  }

#footer {
  background: url(footer.png) repeat top center;
  width: 800px;
  height: 26px;
  padding: 0;
  clear: both;
  text-align: center;
  }

#footer a, 
#footer a:link, 
#footer a:active,
#footer a:visited {
	color: #e8ce89; 
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ffffff; 
	text-decoration: none;
	}

#footer img {
  padding: 0 0 0 10px;
  border: none;
  height: 100%;
  vertical-align: middle;
  }

#home p {
  text-align: left;
  }
