/*
	design by Tommi Rutonen
*/
body {
	margin-left: 0px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 8pt;
	font-family: helvetica, verdana, sans-serif;
}
h1 {
	font-size: 10pt;
}
img {
	border: 0px;
}
.top {
	height: 190px;
	border-bottom: 9px solid #6E6A6B;
	background-color: #3a3a3a;
	background-image:url(kuvax/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
}
.top b {
	padding: 5px;
}
.middle {
	height: 400px;
	background-color: #fff;
	color: #000;
	overflow: none;
}
.content {
	width: 510px;
	height: 397px;
	overflow: auto;
	background-color: #fff;
	
}
.content p {
	padding: 5px;

}
.content h1 {
	color: #000;
}
.content_right {
	height: 400px;
	width: 577px;
	background-image:url(kuvat/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: auto;
}
.bottom {
	border-top: 9px solid #6E6A6B;
	text-align: center;
	color: #fff;
	padding: 5px;
}
