body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #9f9d8c;
	color: #000;
}
img {
	border-width: 0px;
}
li {
	list-style: none;
}
#header {
	width: 799px;
	margin: auto;
}
#navigation {
	width: 799px;
	margin: auto;
	text-align: left;
	padding-bottom: 20px;
	background-color: #9f9d8c;
}
#navigation span {
	margin-right: 30px;
}
#navigation a {
	color: #000;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-size: 13px;
}
#navigation a:hover {
	color: #504f47;
	cursor: hand;
}
#navigation a.selected {
	color: #504f47;
}
#content {
	background-color: #9f9d8c;
	padding: 20px 0 20px 0;
	width: 799px;
	margin: auto;
	text-align: justify;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border-style: solid;
	border-color: #000;
	border-width: 1px 0 1px 0;
}

.front_image {
	margin-left: 17px;
	width: 255px;
	height: 255px;
}

a:hover {
	color: #ffffff;
}

#content a {
	color: #000;
}
.showlist .showrow:hover {
	background-color: #656a6f;
}
.showlist img {
	margin: 0 30px 0 0;
}
.showlist .show_title a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.showlist .spacer {
	height: 20px;
}
.viewer .showtitle {
	color: #000;
	font-weight: bold;
}
.viewer .returner {
	color: #000;
	text-decoration: none;
	margin-left: 30px;
	display: block;
	float: right;
}
.viewer .returner:hover {
	color: #eeeeee;
}
#viewernav {
	padding-bottom: 15px;
}
#thumbnails td {
	width: 230px;
}
#thumbnails div {
	float: left;
	margin-right: 10px;
}
#thumbnails img {
/*
	opacity: .65;
	filter: alpha(opacity = 65);
*/
	margin-bottom: 10px;
	width: 90px;
	height: 90px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}
#thumbnails .selected {
/*	filter: alpha(opacity = 100);
/*	opacity: 1;*/
	border-style: solid;
	border-color: #23355b;
	border-width: 1px;
}
#viewer {
	text-align: right;
}
#viewer img {
	float: right;
	margin-bottom: 10px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}
#viewer .imagetitle {
	font-weight: bold;
}
td {
	font-size: 11px;
}
#deko_logo {
	width: 799px;
	margin: auto;
	text-align: right;
	padding-top: 150px;
}
