html,body {
	margin:0;padding:0;
}

body { 
	font: 85%/ 1.3 Helvetica, Verdana; 
	text-align: center; 
	background: url(tausta5.jpg); 
	overflow: auto;
}

p { 
	margin-top: 1; 
}


h1,h2,h3{
	font: normal normal 200% Helvetica,Verdana,sans-serif	
}

h2{	
	font-size:160%;	
}

h3{	
	font-size:120%;	
}

#header{	
	width:100%;
	height:100px;
	overflow:hidden;
	background: #290709;
	z-index:2;
}
#logo {
	position: absolute;
	left: 15px;
	top: 15px;
	width:102px;
	height: 152px;
	background: url(logo_c.gif); 
}

#background {
	position: absolute;
	left: 130px;
	top: 100px;
	width:846px;
	height: 80%;
	margin:0 auto;
	padding:0;
	padding-bottom: 0px;
	background:#3d3e39; 
}

#sidebar{
	position: absolute;
	left:0px;
	top:5px;
	float:right;
	width:150px;
	height:94%;
	display:inline;
	overflow: auto;
	margin-right: 10px;
}

#text {
	position: absolute;
	left:150px;
	top:0px;
	width:681px;
	height:94%;
	text-align: left; 
	z-index:3;
	margin-top: 10px;
	margin-left:10px;
	margin-bottom:4px;
	overflow: auto;
	color: #cfc;
}
#footer{
	width:846px;
	height:14px;
	position: absolute;
	left: 0px;
	bottom:0%;
	margin:0 0 0;
	padding: 0 0;
    background: #290709;
	color: #FFF;
	font-size:8pt;
	text-align:center;
}

#footer p{
	margin:0;
}
#lang {
	position: absolute;
	top: 0px;
	right: 10px;
	height: 15px;
	width: 50px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.suomi {
	background: url(suomi.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding: 1px;
	width: 22px;
	height: 13px;

}

.english {
	background: url(eng.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding: 1px;
	width: 22px;
	height: 13px;

}

#menu{
	position: absolute;
	left: 130px;
	top: 80px;
	margin:0 auto;
	float:right;
	width:846px;
	text-align:left;
}

ul#nav{
	position: absolute;
	left: 0px;
	height: 20px;
	list-style-type:none;
	margin:0;
	padding:0;	
	float: right;
	font-size: 80%	
}

ul#nav li{
	list-style-type:none;
	margin:0;
	padding:0;	
	float:left;
	text-align: center;
	margin-right: 1px;
}

a {
color: #cfc;
}
ul#nav a{	
	float:left;
	width: 93px;
	height: 20px;
	padding: 0px 0;
	background: #6D7327;
	text-decoration:none;
	color: #003366;	
}

ul#nav a:hover{	
	background: #B1652D;
	color: #006A35	
}

ul#nav li.activelink a,ul#nav li.activelink a:hover{	
	background: #83A937;
	color: #003	
}


