body {	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: sans-serif;
	color: rgb(192,192,192);
	background: rgb(0,0,0);
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
}

h1 {	/* font-size: 150%; */
	color: rgb(96,96,96);
	margin-top: 1em;
	text-align: center;
}

h2 {	/* font-size: 120%; */
	color: rgb(96,96,96);
	margin-top: 1em;
	text-align: center;
}

a:link {	text-decoration: none;
		color: #666;
}

a:visited {	text-decoration: none;
		color: #666;
}

a:hover {	text-decoration: underline overline;
		color: #666;
}

a:active {	text-decoration: none;
		color: #666;
}

.maintable
{
margin: 0;
background-color: transparent;
color: #333;
border: none;
width: 100%;
height: 100%;
}

.top
{
padding: .5em;
height: 50px;
}

.infoblock
{
margin: 0;
background-color: #bbb;
}

.infotable
{
border: none;
}

.header {
}

.header h1
{
color: #444;
padding: 2px;
margin: 0;
}

.header h2
{
padding: 2px;
margin: 0;
color: #777;
letter-spacing: 0.1em;
font-style: oblique;
}

.leftnav
{
margin: 0;
padding: 1em;
font-weight: bold;
width: 150px;
}

.content
{
padding: 10px;
text-align: center;
}

.footer
{
clear: both;
padding-top: 10px;
color: #999;
background-color: transparent;
font-size: 80%;
text-align: center;
}

.leftnav p { margin: 0 0 1em 0; }
.content h2 { margin: 0 0 .5em 0; }

.caption {
padding: 1px;
margin-top: .5em;
font-size: 80%;
text-align: center;
}

.galnavrow {
font-weight: bold;
}

.galnavrow a:link, .galnavrow a:active, .galnavrow a:visited {
color: #333;
text-decoration: none;
font-weight: bold;
}

.galnavrow a:hover {
color: #333;
text-decoration: underline overline;
font-weight: bold;
}

.galnavleft {
text-align: left;
width: 100px;
}
.galnavcenter {
text-align: center;
}
.galnavright {
text-align: right;
width: 100px;
}

.gallerycell {
text-align: center;
width: 100%;
padding: 10px;
}
.gallerytable {
width: 100%;
text-align: center;
}
