h1 {
	color: #CC6600;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	background: #006699;
	border: 1px dotted #666666;
	margin-right: 5%;
	margin-left: 3%;
}
.header {
	position: absolute;
	margin: 0px;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	background-color: #006699;
	color: #CC6600;
	border: none;
	left: 15px;
	top: 0px;
}
body {
	color: #000000;
	background-color: #FFFFFF;
	margin-left : 10px;
	margin-right : 30%;
}
.content {
	position: absolute;
	top: 50px;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	margin-right: 30%;
	background-color: #FFFFFF;
	border: none;
	line-height: 1.4em;
	margin-left: 5%;
	bottom: 100%;

}
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	color: #0000FF;
	background: #FFFFFF;
	position: absolute;
	left: 530px;
	width: 150px;
	top: 100px;
	display: block;
	float: right;
}
.introText {
	font: italic 600 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600;
	background: #FFFFFF;

}
.photospread {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	position: static;

}
.imageCenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
.tiny {
	font-size: .7em;
}
