body {
	background-image: url(kuvia/taustatapetti.jpeg);
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h1 {
	font-weight: normal;
	font-size: 	20px;
}
div#wrapper {
	width: 876px;
	position: relative;
	margin: 0 auto;	
	padding-top: 32px;
}
div.content {
}
div.top {
	//background: url(kuvia/fi/top.png) no-repeat left 0px;
	height: 132px;
}
div.middle {
	height: 200px;
	background: url(kuvia/middle.png) repeat-y left top;
	width: 812px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 16px;
	padding-bottom: 16px;
}
div.bottom {
	background: url(kuvia/bottom.png) no-repeat left top;
	height: 135px;
}
div#text {
	text-align:justify;
	padding: 0px 50px 0px 50px;
	margin-top: -90px;
	position: relative;
	width: 550px;
}
div#logo {
	background: url(kuvia/logo.png) no-repeat left top;
	margin: 0px 0px 0px 0px;
	left: 60px;
	top: 0px;
	position: absolute;
	width: 230px;
	height: 90px;
	float:none;
}
div#flags {
	position:absolute;
	left: 720px;
	top: 15px;
}
div.navi {
	top: 24px;
	position: absolute;
	left: 300px;
}
div.contact {
	width: 120px;
	position: absolute;
	right: 45px;
	top: 170px;
	text-align: center;
}
ul.nav {
	margin: 0;
	padding: 0;
}
ul.nav li {
	list-style-type:none;
	float:left;
	width: 101px;
	height: 27px;
	text-align: center;
	line-height: 36px;
}
ul.nav li.active {
	background: url(kuvia/link_active.png) no-repeat left top;
	line-height: 26px;
}
ul.nav li.inactive {
	background: url(kuvia/link_inactive.png) no-repeat left top;
}
ul.nav li a {
	text-decoration: none;
	color: black;
	position: relative;
}
ul.nav li a:hover {
	text-decoration: underline;
	color: black;
}

