body
{
	background-image: url(graphics/35mm.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	color: #ffffff;
	margin-left: 125px;
	font-family: helvetica, arial, sans-serif;
}

:active  { color: #c0c0c0; }
:visited { color: #c0ffc0; }
:link    { color: #ffff00; }

.title, .splash, .fullimage, .thumbs
{
	text-align: center;
}

.thumb
{
	text-align: center;
	vertical-align: center;
}

.menu
{
	float: left;
	position: fixed;
	top: 0em;
	left: 0em;
	border-width: 4px;
	border-style: raised;
	border-color: #555555;
	padding-top: 1.0em;
	padding-bottom: .6em;
	padding-left: 1em;
	padding-right: 0.5em;
}


.menuitem
{
	font-size: 100%;
	color: #66dd44;
	line-height: 120%;
	text-decoration: none;
	display: list-item;
	list-style-type: none;
	font-family: helvetica, arial, sans-serif;
}

.menuitem:hover
{
	color: #ffaa11;
	/* background-color: #444444; */
}

td img
{
	border: 0;
	margin: 20px;
}

