body
{
	margin: 0;
	background: #eee;
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
}

.main
{
	background: white;
	height: 100%;
	border-right: 2px solid silver;
	border-bottom: 2px solid silver;
}

.header
{
	height: 124px;
}

h1
{
	font-size: 12pt;
}

.nav
{
	border-left: 1px solid white;
	background: rgb(98, 6, 11);
}

.nav a
{
	display: block;
	color: white;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid white;
}

.nav a:hover
{
	background: rgb(208, 184, 160);
	color: rgb(98, 6, 11);
}

.content
{
	padding: 1em;
}

.members
{
	font-size: 0.8em;
}

.members th

{
	background: rgb(98, 6, 11);
	color: white;
}

.members td
{
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

a
{
	color: gray
}

.students
{
	font-size: smaller;
}

.students tr
{
	vertical-align: top;
}

.gallery td
{
	width: 25%;
	background: white;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
}

.gallery img
{
	border: 1px inset #fff;
}











