body, div, p, th, td, li, dd { font-family: "lucida grande", sans-serif; }
body { text-align: center; }
#body
{
	width: 685px;
	margin: 20px auto 20px auto;
	text-align: left;
}
#header
{
	margin-bottom: 20px;
	background-color: #066;
	border: 2px solid black;
	color: #FFF;
}
#header h1 { margin: 10px; }
#nav
{
	margin-bottom: 10px;
	font-size: 80%;
	text-align: center;
}
table.thumbs
{
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
table.thumbs td
{
	text-align: center;
	font-size: 80%;
	text-align: center;
	border-right: 1px solid #666;
}
table.thumbs tr.captions td
{
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
img { border-width: 0; }
#image { text-align: center; }
#image img { border: 2px solid #666; }
#caption
{
	margin-top: 10px;
	text-align: center;
}
#footer
{
	padding: 10px;
	margin-top: 20px;
	font-size: 80%;
	font-style: italic;
	color: #666;
	border: 1px solid #666;
}
a { text-decoration: none; color: #00F; }
a:hover { text-decoration: underline; color: #F00; }
