body {
		text-align:center;
		background-image: url(../images/background.gif);
		}
	
	#frame {
		width: 700px;
		background-color: White;
		border: thin solid #000066;
		margin-right: auto;
		margin-left: auto;
		margin-top: -5px;
		padding: 0px;
		text-align: justify;
		}
		
	#contentleft {
		width: 690px;
		padding: 15px;
		float: left;
		background: #fff;
		}
	
	#contentheader {
		background: #FFFACD;
}
		
	p,h1,pre {
		margin: 0px 10px 10px 10px;
		}
		
	h1 {
		font-size: 14px;
		padding-top: 10px;
		}
		
	#bodytext {
		font-family: Garamond, "Times New Roman", Times, serif;
		font-size: 14px;
		font-weight: bold;
	}
	#contentheader h1 {
		font-family: Garamond, "Times New Roman", Times, serif;
		font-size: 28px;
		padding: 10px;
		margin: 0px;
		}
		
	#contentleft p { 
		font-size:14px;
		line-height: 150%;
		}
	
	a:link {
		font: small-caption;
		color: Blue;
	}
	
	a:visited {
		font: small-caption;
		color: #329497;
	}
	
	a:active {
		font: small-caption;
		color: Black;
	}
	
	a:hover {
		font: small-caption;
		color: #B06F00;
	}
	
	#credits {
		font: status-bar;
		font-family: sans-serif;
		color: Black;
	}
	
	span.image {
	padding: 50px;
	}
	
	#image {
		margin: 50px;
	}
	
	span.tall {
	font-size: 16px;
	line-height: 105%;
	}
	
	span.medium {
	font-size: 16px;
	line-height: 105%;		
	}