body {
	background-color:#e9e9e9;
	text-align:center;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:1px;
}
#wrapper {
	position:relative;
	width:758px;
	height:645px;
	/*border-left:1px solid black;
	border-right:1px solid black;*/
	background-color:#eaf1f9;
	background-image:url("bg.jpg");
	background-repeat:repeat-y;
}
#bottom {
	position:absolute;
	left:0px;
	top:472px;
	height:173px;
	width:758px;
}
#content-bg {
	position:absolute;
	top:141px;
	left:233px;
	width:495px;
	height:420px;
	background-image:url("content-bg.jpg");
	background-repeat:repeat-x;
	border: 1px solid #b9b9b9;
	z-index:2;
	opacity:0.76;
	filter:alpha(opacity=76);
	padding-top:11px;

	
}
#content {
	position:absolute;
	top:142px;
	left:253px;
	width:462px;
	height:417px;
	text-align:left;
	z-index:4;
	padding:7px;
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:#4f4f4f;
	
}
#navi {
	position:absolute;
	top:126px;
	left:0px;
	background-image:url("navi2.jpg");
	background-repeat:no-repeat;
	width:147px;
	height:519px;
	z-index:4;
}
#linkit {
	position:absolute;
	width:120px;
	left:10px;
	top:130px;
	height:120px;
	text-align:left;
	padding:5px;
}
.navilink {
	
	border:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
}
.hilight {
	font-size:medium;
	color:#4f4f4f;
	font-weight:bold;

}
table.navitable {	
	width:100%;
	height:100%;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#4f4f4f;
	margin-top:0px;
	margin-bottom:15px;

}
a.centered {
	color:#9d4a4a;
	font-weight:bold;
}
a.linkki {
	color:#9d4a4a;
}
