body {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 

#wrapper {
	position: relative;
	top:0px;
	width:800px;
	height:100%;
	left:50%;
	margin-left:-400px;
	z-index: 1;
}



/*---------- HEADER
--------------------------------------------------------------------------*/

#mainMenu {
	position:absolute;
	left:15px;
	top:400px;
	z-index:7;    	
}

/*---------- MAINBODY
--------------------------------------------------------------------------*/

#mainBody {
	position:absolute;
	left:20px;
	top:200px;
	width:450px;
	z-index:8;
	line-height:120%;
	text-align:left;
	height:100%;
}

#mainBodyRight {
	position:absolute;
	left:580px;
	top:470px;
	width:200px;
	z-index:8;
	line-height:120%;
	text-align:left;
	height:100%;
}


h1 {
	font-size: 14px;
}

/*---------- FOOTER
--------------------------------------------------------------------------*/

#footer {
	position: absolute;
	top:2420px;
	z-index:20;
}

#footer div{
	text-align: center;
	font-family: trebuchet ms, verdana, arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


a.linkki:link {color: #116600;text-decoration: none; font-weight:bold;}
a.linkki:visited {color: #116600;text-decoration: none; font-weight:bold;}
a.linkki:active {color: #000000;text-decoration: none; font-weight:bold;}
a.linkki:hover {color: #000000;text-decoration: underline; font-weight:bold;}
