body {
	text-align: center;
	margin: 0 30px;
	padding: 0;
	background-color: #bbbcc0;
	color: #ffffff;
}
#header img {
	border-width: 0;
}
#content img {
	border-width: 10px;
	border-color: #ffffff;
}
#header {
	width: 850px;
	margin: 10px auto 10px auto;
}
#navigation {
	width: 850px;
	margin: auto;
	text-align: left;
	padding-bottom: 20px;
	background-color: #bbbcc0;
}
#navigation span {
	margin-right: 30px;
}
#navigation a {
	color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-size: 13px;
}
#navigation a:hover {
	color: #656568;
	cursor: hand;
}

#navigation a.selected {
	color: #6a7781;
}
#content {
	background-color: #bbbcc0;
	padding: 20px 0 20px 0;
	width: 850px;
	margin: auto;
	text-align: justify;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 0 1px 0;
}

.front_image {
	margin-left: 106px;
}

a:hover {
	color: #ffffff;
}

#content a {
	color: #ffffff;
}

/*
.showlist .showrow:hover {
	background-color: #b0b0b5;
}
 */

.showlist img {
	margin: 0 30px 0 0;
}

.showlist .show_title a {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.show_subtitle a{
	margin-left: 10px;	
	text-decoration: none;
}

.showlist .spacer {
	height: 20px;
}
.viewer .showtitle {
	color: #ffffff;
	font-weight: bold;
}
.viewer .returner {
	color: #ffffff;
	text-decoration: none;
	margin-left: 30px;
	display: block;
	float: right;
}
.viewer .returner:hover {
	color: #eeeeee;
}


#viewernav {
	padding-bottom: 15px;
}
#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: #ffffff;
	border-width: 1px;
}
#thumbnails .selected {
/*	filter: alpha(opacity = 100);
/*	opacity: 1;*/
	border-style: solid;
	border-color: #c7ced1;
	border-width: 1px;
}
#viewer {
	text-align: right;
}
#viewer img {
	border-width: 5px;
	border-style: solid;
	border-color: #ffffff;
	margin-bottom: 10px;
}
#viewer .imagetitle {
	font-weight: bold;
}
td {
	font-size: 11px;
}
#deko_logo {
	width: 799px;
	margin: auto;
	text-align: right;
	padding-top: 150px;
}