*
{
	font-family: Andalus;
}

body
{
  margin-top: 0;
}

.standardHeader
{
	width: 100%;
	height: 50px;
}

.topicBlock
{
	display: table;
	width: 100%;
}

.topicHeader
{
	text-align: center;
	height: 85px;
  height: auto;
}

.life
{
	color: rgb(61, 133, 153);
	background-color: rgb(237, 237, 189);
}

a
{
  text-decoration: none; 
}

a:hover, a:active
{
  text-decoration: underline; 
}

.life a:link
{
  color: #a47946;
}

.life a:visited
{
  color: #339999;
}

.life a:hover, a:active
{
  color: #cc9933;
}

.tucson
{
	background-color: rgb(249, 249, 221);
}

.quotes
{
	background-color: rgb(251, 245, 221);
}

.projector
{
	background-color: rgb(255, 245, 237);
}

.centeredImage
{
	text-align: center;
}

img.topicImage
{
	float: left;
	height: 120px;
}

img#sahuaro
{
	width: 707px;
	height: 475px;
}

img#naturalchild
{
	border: 0;
}

h1
{
	text-align: center;
	font-size: 5em;
	margin: 0;
	padding: 0;
}

h2
{
	text-align: center;
	font-size: 3em;
	margin: 0;
  padding-bottom: 0;
}

h3
{
	font-size: 1em;
	font-weight: bold;
}

h4
{
	text-align: center;
	font-size: .75em;
	font-weight: normal;
	margin: 0;
}

table.mainTopics
{
	font-weight: bold;
	text-align: center;
	width: 100%;
}

table.subTopics
{
  width: 100%;
}

.subTopics td
{
  text-align: center;
}

.quoteblock
{
	float: right;
	font-size: .75em;
	width: 40%;
  margin: 20px;
}

.quote
{
	font-style: italic;
	text-align: right;
	display: block;
}

.author
{
	text-align: right;
	display: block;
}

.bookend
{
	display: block;
	clear: left;
}

.book
{
	float: left;
	width: 115px;
	font-size: .75em;
	text-align: center;
	margin: 5px;
}

.book img
{
	border: none;
}

.life .book img
{
	width: 115px;
}

.requestform
{
	color: rgb(255, 255, 153);
	background-color: rgb(153, 51, 153);
}

.requestform img
{
	width: 200px;
	height: 267px;
	float: right;
}

#request
{
	font-size: .75em;
}

#update
{
	font-size: 1em;
}

#copyright
{
	font-size: 1em;
	text-align: right;
}

div#header
{
  overflow: auto;
  width: 100%;
  z-index: 100;
  position: fixed;
  margin-top: 0;
  top: 0;
}

div#headerfiller
{
  overflow: auto;
  width: 100%;
  margin-top: 0;
  visibility: hidden;
}

.life div#header
{
  background-color: rgb(237, 237, 189);
}

.life div#headerfiller
{
  background-color: rgb(237, 237, 189);
}
