body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}
img {
	border-width: 0px;
}
.homepage_image1 {
	margin-left: 4px;
}
.homepage_image2 {
	margin-left: 30px;
}
#header {
	width: 800px;
	margin: auto;
}
#navigation {
	width: 800px;
	margin: auto;
	text-align: left;
	padding-bottom: 20px;
	background-color: white;
}
#navigation span {
	margin-right: 30px;
}
#navigation a {
	color: #999999;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-size: 13px;
}
#navigation a:hover {
	color: #666666;
}
#navigation a.selected {
	color: #333333;
}
#content {
	background-color: white;
	
	padding: 20px 0 20px 0;
	width: 800px;
	margin: auto;
	margin-bottom: 50px;
	text-align: justify;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
	border-style: dotted;
	border-color: #999999;
	border-width: 1px 0 1px 0;
}
#tcontent {
	background-color: white;
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: justify;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.showlist .showrow:hover {
	background-color: #f1f1f1;
}
.showlist img {
	margin: 0 30px 0 0;
}
.showlist .show_title a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.showlist .show_description {
	line-height: 13px;
	padding-top: 7px;
}
.showlist .spacer {
	height: 20px;
}
.viewer .showtitle {
	font-weight: bold;
}
.viewer .returner {
	color: #cccccc;
	text-decoration: none;
	margin-left: 30px;
	margin-top: 10px;
}
.viewer .returner:hover {
	color: #eeeeee;
}
#viewernav {
	padding-bottom: 15px;
}
#thumbnails img {
	opacity: .65;
	filter: alpha(opacity = 65);
	margin-bottom: 10px;
}
#thumbnails .selected {
	filter: alpha(opacity = 100);
	opacity: 1;
}
#viewer {
	text-align: right;
}
#viewer img {
	margin-bottom: 10px;
}
#viewer .imagetitle {
	font-weight: bold;
}
td {
	font-size: 11px;
}
tr {
	padding: 0px;
}
#deko_logo {
	width: 800px;
	margin: auto;
	text-align: right;
	padding-top: 100px;
}