body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.nav {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #6e5e52;
	text-decoration:none;
}
.nav:hover {
	color: #19316b;
}
.nav-on {
	color: #19316b;
	text-decoration:none;
}

.subnav {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #19316b;
	text-decoration:none;
	list-style:none;
	padding-bottom:6px;
}
.subnav:hover {
	color: #19316b;
	text-decoration:none;
	list-style:disc;
}
.subnav-on {
	color: #19316b;
	text-decoration:none;
	list-style:disc;
}

.gallerybar {
	background-image:url(images/gallerybar.gif);
}
.gallerybar:hover {
	background-image:url(images/gallerybar-on.gif);
}
.galtitle {
	color:#19316b;
	font-family:"gill sans", verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:12px;
}
.boardtitle {
	color:#19316b;
	font-family:"gill sans", verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:12px;
}
.image-outline {
	border:1px;
	border-color:#19316b;
	border-style:solid;
	padding:2px;
}
.quote {
	font: 120%Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #19316b;
}
.quote2 {
	font: 100%Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #19316b;
}
p {
	line-height:16px;
}
h1 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.red {
	color:#900;
}
.blue {
	color: #19316b;
}
.tan {
	color:#6e5e52;
}
.imageinfo {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:underline;
}
.imageinfo:hover {
	color:#c17b3d;
}
.bigphoto 
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #c17b3d;
	text-decoration:underline;
}
.bigphoto:hover {
	color:#19316b;
}
.credit {
	font: 100%Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #19316b;
}
