header, nav, footer { display: block; }
body { font-family: "Century Gothic",Gotham,Verdana; }
img { border: none;  }
nav {
	text-align: center;
}
nav.right-corner {
	float: right;
}
nav a {
	color: gray;
	text-decoration: none;
	font-size: 20px;
	margin: 15px;
	display: inline-block;
}
nav.right-corner a {
	color: black;
}
#content {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
footer {
  text-align: center;
}
#slideshow, #gallery {
  width: 700px;
  height: 600px;
  position: relative;
  margin-top: 5px;
}
#eventsslideshow {
  width: 700px;
  height: 1001px;
}
.slide {
  position: absolute;
  width: 700px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#filmstrip {
  background-color: black;
  width: 594px;
  border: 3px solid black;
}
.scroll {
  width: 600px;
  height: 61px;
  overflow: auto;
}
#thumbtable {
  width: 600px;
  border-collapse: collapse;
}
#thumbtable td {
  width: 140px;
  height: 150px;
  text-align: center;
}
#thumbtable img {
  max-width: 140px;
}
#floatpicwrapper {
  position:absolute;
  top: 190px;
  margin-left: auto;
  margin-right: auto;
  width: 610px;
  background-color: white;
  border: 2px solid black;
  text-align: left;
  padding: 0px;
}
#floatpic { padding: 5px; }
#loading {
  z-index: 100;
  position:absolute;
  top: 300px;
  left: 50%;
  margin-left: -50px;
  background-color: white;
  border: 2px solid black;
  width: 100px;
  height: 100px;
}
#picnavlinks a { color: black; }
.icon {
  width:24px;
  height:24px;
  z-index:5;
}


#used, #unused {padding-bottom:50px;}
#used .deletelink { display:none; }
#unused .deletelink { display: inline; }
.brushscript {
	font-family: BrushScriptStdMedium;
	color: gray;
	text-decoration: none;
	font-size: 22px;
	margin: 2px;
	display: inline-block;
}

#aboutpage {
	text-align: left;
	font-size: 20px;
	color: gray;
}
#aboutpage a {
	color: gray;
	text-decoration: none;
}
#signature {
	text-align: right;
}
#contactpage {
	text-align: left;
	margin-top: 20px;
}
#contactpage label {
	width: 60px;
	display: inline-block;
}
#contactpage input { font-family: "Century Gothic", sans-serif; }
#contactpage textarea {
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	width: 100%;
}
#contactpage .contactfield {
	margin-top: 10px;
}
#contactpage #sendbutton {
	margin-top: 5px;
	text-align: right;
}
#contactpage #email {
	position: relative;
	top: -20px;
	margin-bottom: -20px;
	text-align: right;
	font-size: 14px;
	float:right;
}
#contactpage #email a {
	color: gray;
	text-decoration: none;
}
