body
{
	margin: 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}

.subtitle
{
	font-size: 12pt;
	color: rgb(204, 153, 102);
}

.nav
{
	width: 150px;
	padding-top: 1em;
}
.nav a
{
	color: rgb(204, 153, 102);
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-size: 10pt;
}

.gallerynav
{
	width: 60px;
	padding-top: 1em;
}

.gallerynav a
{
	color: rgb(204, 153, 102);
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-size: 10pt;
}

.content
{
	padding: 1em;
}


.gallery img
{
	padding-left: 22px;
	padding-bottom: 20px;
}

.contact-footer
{
	text-decoration: none;
	color: #666;
}

.contact-footer:hover
{
	text-decoration: underline;
}

