a, a:link, a:active {
/*  font-weight: bold;*/
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
	border: 0px none;
	
}
img {
	display: block;
}

body {
	background-color: #222222;
	background: url(bg.gif);
	text-align:center; /* ie5 fix */
	margin: 0px auto;
}

#page {
	text-align:left;/*ie5 fix*/
	font-family: sans;

	background-color: black;
	color: white;
	text-align: left;
	height: auto;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

.navi-block {
	display: block;
	text-align: justify;
	list-style-type: none;
	background: #202020;
	padding: 3px 5px 3px 5px; /*ie fix, no em*/
	margin: 0px auto;
}

.navi-back {
	float: right;
}
.navi-related {
	float: left;
}


#logo {

}

#links a {
	font-weight: bold;
	color: #e3c620;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#links a.current {
	text-decoration: underline;
}

#content {
	padding-top: 2em;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 2em;
	margin-right: 3em;
	margin-left: 3em;

}

#page a {
	color: #e3c620;
}

#content .img-full {
	display: block;
	margin: 0px auto;
	text-align: center;
}
#content .img-full table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
}

ul.navigation  {
	padding-left: 0px;
	list-style-type: none;
	width: 100%;
}
#content .img-full span {
	padding-right: 5em;
}
.img-full table.navigation {
	width:100%;
}
.img-full table.navigation td {
	width:33%;
}

#content .img-full li {
	display: inline;
}

#content .img-full li .prev {
	margin-right: 5em;
}
#content .img-full li .next {
}
#content .img-full img {
	background-color: #5a5a5a;
	background-color: white;
	padding: 2px;
}

div.index-img {
	background-color: #5a5a5a;
	background-color: white;
	padding: 2px;
	margin: 1em;
}
.index-img {
	float: right;
}
div.img-list li {
	display: block;
	float: left;
	padding: 0.5em;
}

#footer {
	clear: both;
	font-size: 70%;
	color: gray;
	text-align: center;
	padding-top: 3em;

}

#footer hr {
	border: solid 0px;
	color: gray;
	background: gray;
	width: 100%;
	height: 1px;
}
.author {
	color: gray;
	font-size: 70%;
	text-align: right;
}
.author a{
	color: gray;
	float: right;
}
.clear-both {
	clear: both;
}

#content table thead th {
	border-bottom: 1px solid #e3c620;
}
#content table td {
	padding-right: 1em;
}
