body {
	margin: 0; padding: 0;
	background: #e0e0e0;
	color: #333;
	font: 11px/1.5 verdana, sans-serif;
	}
.cleaner {
	clear: both;
	height: 1px; margin: 0;
	}
img.left{
	float:left;
	margin:10px 10px 10px 0;
	}
img.right{
	float:right;
	margin:10px 0 10px 10px;
	}
#main {
	position: relative;
	background:white;
	width: 850px;
	margin: 0 auto;
	padding: 0;
	}
#ylatausta {
	position: absolute; top: 0; left: 0; z-index: -1;
	width: 100%; height: 130px;
	background: #a9a9a9;
	}
#header {
	position: relative;
	width: 850px; height: 130px;
	background: #d7d6e4 url('img/header.jpg') top left no-repeat;
	}


#navi {
	margin: 0; padding: 1px 0;
	list-style-type: none;
	height: 26px;
	}
#navi li {
	float: left;
	margin: 0; padding: 0;
	width: 14.28%;
	}
#navi a {
	position: relative;
	display: block;
	margin: 1px;
	height: 24px;
	font-size: 10px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: gray;
	color: white;
	}
#navi a.sel {
	background: silver;
	color: black;
	}
#navi a:hover {
	background: #e46822;
	color: #ccc;
	}


#sisus {
	padding: 1px;
	color: #333;
	}
#sisus a {
	color: #e46822;
	}
#sisus a:hover {
	text-decoration:none;
	color:#333;
	}
#sisus p {
	margin: 0.5em 0;
	}
#vasen {
	float: left;
	width: 810px;
	padding: 10px 20px;
	}
#vasen h3 {
	margin: 0.5em 0 0.3em;
	font-size: 18px;
	font-weight: normal;
	}
#vasen dt {
	float: left;
	font-weight: bold;
	color:#e46822;
	}
#vasen dd {
	margin: 1em 0 1em 10em;
	}
#ico {
	float: left;
	padding: 10px 20px 10px 10px;
	}
#vasen h4 {
	font-size: 140%;
	color: #e46822;
	}
#vasen ul {
	margin: 2em; padding: 0;
	list-style-type: square;
	list-style-position: inside;
	}
table.esittely td {
	vertical-align: top;
	}
#web {
	margin: 10px 0 10px 0;
	padding: 5px 0;
	float: center;
	text-align: center;
	font-weight: italic;
	font-size: 1em;
	}
#footer {
	margin: 10px 0 10px 0;
	padding: 5px 0;
	background: #ccc;
	text-align: center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	}
#footer a {
	padding: 3px 5px;
	color: #e46822;
	}




