body {
	background-color: rgb(212, 212, 212);
	color: black;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	clear: both;
}
h1 { font-size: 18pt }
h2 { font-size: 12pt }
img { border: 1px solid black }

div.selected, div.unselected {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	background-position: left;
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
div.selected { background-image: url("images/tab-sel.gif") }
div.unselected { background-image: url("images/tab.gif") }
div.unselected a { text-decoration: none }

#main {
	clear: both;
	background-color: white;
	padding: 1em;
	border-right: 3px solid rgb(128,128,128);
	border-bottom: 3px solid rgb(128,128,128);
}

div#gallery {
	margin-top: 1em;
	margin-bottom: 5em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
