/*
	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: 12pt;
}
a img {
	border-width: 1px;
	border-color: #000;
}
.top {
	height: 190px;
	border-bottom: 9px solid #6E6A6B;
	background-color: #3a3a3a;
	color: #fff;
	background-image:url(top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.top img {
	border: none;
}
.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: 397px;
	width: 420px;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: auto;
}
.content_right2 {
        height: 400px;
        width: 620px;
        background-repeat: no-repeat;
        background-position: top left;
        overflow: auto;
}
.bottom {
	border-top: 9px solid #6E6A6B;
	text-align: center;
	color: #fff;
	padding: 5px;
}
