body {
/*	background: #fff url('kuvat/background.jpg') repeat-x;*/
    background: #BED5B6;
}

a {
	color: #0085F1;
}

a:visited {
	color: #5F72B2;
}

a:hover {
	background: #BED5B6;
}

#wrapper {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 10px;
}

#credits {
	float: right;
	font-size: 90%;
	text-align: right;
	margin-top:30px;
}

#header {
	background: #fff url('kuvat/back.jpg') repeat-x;
	height: 100px;
}

#header h1 {
	width: 50%;
	float: left;
	font-family: verdana;
}

h2 {
	font-family: verdana;
}

h3 {
	font-family: verdana;
}

.clearfloat {
	clear: both;
}

#navi ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: inline;
}

.navi-current {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: inline;
	margin-left: 1em;
}

.navi-other {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: inline;
	margin-left: 1em;
}

#navi ul {
	padding: 0;
	margin: 0;
	display: inline;
}

#navi a {
	color: #008800;
	padding: 4px;
}

#navi a:hover {
	background: #fff;
	color: #000;
	padding: 4px;
}

img {
	margin: 0 5px;
}

td {
	padding: 3px 5px;
}

#links {
	border: 1px dotted #BED5B6;
	padding: 0px 10px;
	margin: 20px;
	font-size: 80%;
	text-align:center;
}