body
{
	background: rgb(250, 250, 200);
	color: #333;
	margin: 5mm;
}

.content
{
	padding-left: 2em;
	padding-right: 2em;
	height: 100%;
}

.content img
{
	border: 4px ridge rgb(177, 173, 116);
}

.nav td
{
	width: 16%;
	text-align: center;
	border: 2px solid rgb(177, 173, 116);
	font-variant: small-caps;
	font-family: 'times new roman', serif;
	font-weight: bold;
}

.nav a
{
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #333;
}

.nav a:hover
{
	color: #666;
	background: rgb(250, 250, 200);
}

.tl
{
	width: 15px;
	height: 15px;
	background-image: url(images/tl.png);
	background-repeat: no-repeat;
}

.t
{
	background-image: url(images/t.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.tr
{
	width: 15px;
	height: 15px;
	background-image: url(images/tr.png);
	background-repeat: no-repeat;
}

.bl
{
	width: 15px;
	height: 15px;
	background-image: url(images/bl.png);
	background-repeat: no-repeat;
}

.b
{
	background-image: url(images/b.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.br
{
	width: 15px;
	height: 15px;
	background-image: url(images/br.png);
	background-repeat: no-repeat;
}

.l
{
	background-image: url(images/l.png);
	background-repeat: repeat-y;
	background-position: center center;
}

.r
{
	background-image: url(images/r.png);
	background-repeat: repeat-y;
	background-position: center center;
}

.gallery td
{
	text-align: center;
}

.footer
{
	text-align: center;
	font-size: 10pt;
	font-weight: 400;
	border: 2px solid rgb(177, 173, 116);
	font-variant: small-caps;
	font-family: 'times new roman', serif;
	font-weight: bold;
	padding: 5px;
	margin-left: 2em;
	margin-right: 2em;
}








