body
{
  font-family: sans-serif;
  background-color: Gray;
  height: 100%;
}

#header
{
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  height: 100px;
  background: transparent;
  border-bottom: solid 4px #336699;
}

#content
{
  padding:0;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; 
  width: 950px;
}

#text
{
	background-color: white;
  padding:5px 5px 5px 5px;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 600px;
	height: auto;
}

td.thumbnailimage
{
	text-align: center;
   vertical-align: middle;
	font-size: 0.8em;
}

.thumbnaillink
{
	
	text-decoration: none;
}

.textleft
{
	text-align: left;
}

.textright
{
	text-align: right;
}

.textcenter
{
	text-align: center;
}