blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font-size: 1.8em;
color:#0033CC;
}

h2 {
font-size: 1.5em;
color:#FF9900;
}

h3 {
font-size: 1.2em;
color:#FF6600;
}

h4 {
font-size: 1.0em;
}

#header {
	background-image: url(../images/headfoot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	left: 0px;
	top: 0px;
	height: 25px;
	clear:both;
}

#footer {
	background-image: url(../images/headfoot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	left: 0px;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	clear: both;
	float: none;
	height: auto;
}#leftnav {
	position: relative;
	top: 5px;
	left: 10px;
	float: left;
	width: 65px;
	clear: left;
	vertical-align: top;
}
#content {
	top:30px;
	margin:20px 20px 0 80px;
}
#middle {
	width: 90%;
	float: left;
}
#footnote {
	font-size:0.6em;
}

.portrait {
	border-style: solid;
	border-width: 5px;
	border-color:#FF9900;
}

/* new stuff */
#gallery img {
	
}
	
.galleryImage {
	float: left; 
	clear: none;
	font-size: 0.7em;
	border: solid 1px #000;
	padding: 4px;
	margin: 5px;
	vertical-align:bottom;
}