html, body {
	font: 11px/150% Verdana, Geneva, sans-serif;
}
body {
	width: 800px;
	margin: 1em auto;
}
h1, h2 {
	color: #F90;
	text-transform: uppercase;
	text-align: center;
}
h1 {
	font-size: 16px;
	background: url("../img/ss_foot.gif") no-repeat center top;
	padding-top: 90px;
}
h2 {
	background: url("../img/ss_foot_small.gif") no-repeat left center;
	font-size: 12px;
	line-height: 43px;
	text-align: left;
	padding-left: 50px;
	clear: both;
}
cite {
	font-size: 9px;
}
table {
	border-collapse: collapse;
}
a:link {
	color: #C60;
}
a:visited {
	color: #930;
}
a:focus, a:hover, a:active {
	color: #F90;
}

ul#nav {
	text-align: center;
	font-weight: bold;
}
ul#nav li {
	display: inline-block;
	border-right: 1px solid #000;
	padding: 0 0.5em 0 0.25em;
}
ul#nav li a, ul#nav li span {
	text-decoration: none;
}
ul#nav li.current {
	color: #F90;
}
ul#nav li.last-child {
	border-right: 0px none;
	margin-right: 0;
}

img.figure {
	border: 4px solid #F90;
}
img.left {
	float: left;
	clear: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
table.figures {
	background-color: #000;
	border: 4px solid #F90;
	margin: 0 auto;
}
table.figures td {
	vertical-align: top;
	text-align: center;
	padding: 10px;
}
table.figures span {
	display: block;
	font-weight: bold;
	color: #F90;
}

ul.gallery {
	float: left;
	clear: none;
	padding: 0 20px 0 0;
	margin: 0;
}
ul.gallery.right {
	float: right;
	padding: 0 0 0 20px;
}
ul.gallery li {
	list-style: none;
	padding: 0 0 20px;
	margin: 0;
	text-align: center;
}
ul.gallery li span {
	display: block;
}
ul.gallery li img {
	display: inline-block;
}
ul.gallery.inline {
	width: 280px;
}

ul.gallery.inline li img {
	display: inline;
}
p.centred {
	text-align: center;
	clear: both;
}