* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: black repeat-x url(../images/rasilainen_hg.jpg);
	color: black;
	font: 14px/1.7em Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

#main {
	width: 939px;
	height: 650px;
	text-align: center;
	margin: 0px auto;
}

#navi {
	width: 939px;
	text-align: left;
	list-style-type: none;
}
#navi ul {
	list-style-type: none;
	height: 40px;
}
#navi li {
	float: left;
	list-style-type: none;
}

#navi a {
	float: left;
	padding: 13px 4px 4px 4px;
}
#navi a:hover {
	background-color: #2C437D;
}

#top-left {
	width: 469px;
	height: 227px;
	background: url(../images/rasilainen_hg01.jpg) no-repeat;
	float: left;
}

#top-right {
	width: 470px;
	height: 34px;
	background: url(../images/rasilainen_hg02.jpg) no-repeat;
	float: left;
	text-align: right;
	padding-top: 193px;
}

#top-right img {
	margin-left: 5px;
}

#bottom-left {
	width: 469px;
	height: 383px;
	background: url(../images/rasilainen_hg03.jpg) no-repeat;
	float: left;
}

#bottom-right {
	width: 430px;
	height: 343px;
	background: url(../images/rasilainen_hg04.jpg) fixed no-repeat;
	float: left;
	text-align: left;
	padding: 20px;
	overflow: auto;
}
#bottom-right p {
	margin-top: 10px;
}
#bottom-right h1 {
	text-indent: -5000px;
	margin-bottom: 15px;
}
a, a:hover, a:active, a:visited {
	text-decoration: underline;
	color: white;
}

#footer {
	width: 450px;
	height: auto;
	padding-left: 489px;
	padding-top: 10px;
	font-size: 10px;
	text-align: left;
	color: white;
}

div.jaosg_thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.flRight {
	float: right;
	margin: 0px 5px 5px 5px;
}

table.table {
	font-size: 10px;
	line-height: 1.1em;
}

table.table td {
	padding: 3px;
}