body
{
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	background-color: gray;
	width: 700px;
	border-style: solid;
	border-width: thin;
	padding: 0px 0px 0px 0px;
	margin-left: auto; 
	margin-right: auto;
}

div.page
{
	background-color: white;
}

div.footer
{
	padding: 5px;
}

th
{
	text-align: left;
	font-size: small;
	color: red;
	background-color: white;
}
a
{
	border: 0px;
}

a.menuitem
{
	color: gray;
	background-color: white;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
}

a.submenuitem
{
	color: gray;
	background-color: white;
	font-weight: bold;
	font-size: larger;
	text-decoration: none;
}

a:hover
{
	color: #ff0000;
	background-color: white;
}

a.menuitem:visited
/*, a.menuitem:visited*/
{
}

div.menu
{
	padding: 5px;
	background-color: white;
}

div.thumbnail
{
	float: left;
	width: 230px;
	height: 120px;
	/*margin: 0px 16px 15px 16px;*/
	margin: auto auto auto auto; 
	text-align: center;
}

img.thumbnail
{
	max-height: 120px;
	text-align: center;
	border: 0px;
}

img.photo
{
	width: 700px;
}

br.thumbnailrow
{
	clear: both;
}

div.thumbnailrow
{
	height: 120px;
}

div.photo_description_thumbnail
{
	float: left;
	width: 221px;
	margin: 4px 4px 4px 4px;
	text-align: left;
}

div.thumbnail_extra
{
	position: relative;
	float: left;
	left: 20px;
	top: -90px;
	font-size: large;
	color: gray;
	border: none;
/*	background-color: white;*/
	z-index: 1; 
}

div.leftfloat
{
	float: left;
}

div.content
{
	margin: 4px 4px 4px 4px;
}

