body, td, th, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0;
	padding: 0;
	background-color: #030;
	text-align: center;
}
div {
	text-align: left;
}
#container {
	width: 650px;
	background-color: #FFF;
	padding: 10px;
	margin: 10px auto;
	text-align: left;
}
a img, #large_photo img {
	border: 1px solid #77000A;
}
#logo a img {
	border: none;
}
title, h1 {
	text-transform: capitalize;
}
#photos, #stones_table {
	border-spacing: 4px;
}
th {
	text-align: left;
	background-color: #eee;
	padding: 4px;
}
#photos td {
	text-align: center;
	vertical-align: top;
	width: 152px;
	font-weight: bold;
	padding-bottom: 4px;
	background-color: #eee;
}
#photos td.invisible {
	background-color: #fff;
}
#photos .left {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	padding: 0 4px;
}
#stones_table td {
	width: 152px;
	vertical-align: top;
	padding: 4px;
	background-color: #eee;
}
a:link, a:visited {
	color: #009900;
}
a:hover, a:active {
	color: #9900FF;
}
.menu a:link, .menu a:visited {
	display: block;
	float: left;
	background-color: #A0A289;
	color: #FFF;
	padding: 3px 10px;
	text-decoration: none;
}
.menu a:hover, .menu a:active {
	display: block;
	float: left;
	background-color: #625CA2;
	color: #FFF;
	padding: 3px 10px;
	text-decoration: none;
}
.menu, h1 {
	clear: both;
}
.menu {
	padding-top: 4px;
	padding-bottom: 4px;
}
h1 {
	padding-top: 10px;
}
#logo {
	margin-bottom: 5px;
}
#footer {
	text-align: center;
	width: 650px;
	padding: 4px;
	margin: 0 auto 10px auto;
	font-size: 9px;
	color: #999;
}
#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
#footer a:hover, #footer a:active {
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}
