
body {
	font: Garamond, Minion, Palatino, "Big Caslon", "Warnock Pro", Cochin, "Times New Roman", Times;
}

div#main {
	padding-top: 100px;
	width: 100%;
}

div#photoList {
	visibility: hidden;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
}

div#photoList div {
	position: absolute;
	visibility: hidden;
	height: 0;
	width: 0;
}

div#photoList img {
	position: absolute;
	visibility: hidden;
	height: 0;
	width: 0;
}

div#photoList h6 {
	position: absolute;
	visibility: hidden;
	height: 0;
	width: 0;
}


div#mainTitle {
	position: absolute;
	top: 0;
	font-family: "Bradley Hand ITC TT", Mistral, "Brush Script MT", Arid, "Lucida Handwriting", Sand, Script, Chalkboard, "Comic Sans MS";
	font-size: 64px;
	font-weight: bold;
}

div#mainTitle h1 {
	top: 0px;
	margin: 10px;
}

div#mainTitle a {
	visibility: hidden;
}

div#mainTitle img {
	visibility: hidden;
}


div#footer {
	font-size: small;
	clear: both;
	width: 100%;
	background-color: #fff;
	padding: 6px;
}

h2, h3, h4, h5, h6 {
	font-family: Optima, Skia, Folio, "Gill Sans", Futura, Verdana, Arial, Helvetica;
}

h3, h4 {
	margin-top: 30px;
	margin-bottom: 0;
}


