* { 
	/*margin: 0; padding: 0;*/
	font-size:1em;font-weight:normal;
}
body {font-size:62.5%;font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;}
body {
	margin: 0;
	text-align: left;
	padding: 0 0 22px 0; /* bottom padding is height of address */
	background: url(../gfx/body.jpg) left top repeat-x;
}
#wrapper {width:867px;}
img {
	border: 0;
	}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
h1 {
	text-align: center;
	color: #000;
	background-color: #fff;
	width: 100%;
}
h1 a {
	display: block;
	overflow: hidden;
	height: 145px;
	font-size: 0.0; 
	line-height: 0.0;
	text-decoration: none; 
	text-indent: -9999px;
	}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 8px 0;
	}
h2.sininen {
	color: #333399;
	margin: 32px 0 16px 0;	
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0;
	}
/* LOGO */
img.logo {
	display: none;
	}
#lang {
	background: #004387 url(../gfx/lang-bg.jpg) left top repeat-y;
	height: 17px;
	text-align: right;
	color: #fff;
	}
#lang a {
	color: #fff;
	margin-top: 2px;
	text-decoration: none;
	}
#lang .tube {
	padding: 2px 8px 0 0;
	}
#contentwrapper{
	float: left;
	width: 100%;
	position: relative;
	top: 5px;
}

#contentcolumn {
	margin-left: 220px; /*Set left margin to LeftColumnWidth*/
	background: #fff url(../gfx/content-bg.jpg) left top no-repeat;
}

#leftcolumn{
	float: left;
	width: 220px; /*Width of left column*/
	margin-left: -100%;
	background: #fff /*url(../gfx/nav2.jpg) left top repeat-x*/;
	position: relative;
	top: 5px;
	min-height: 500px;
}
#leftcolumn .innertube {
	padding: 15px 10px 20px 20px;
	min-height:550px;
	background: #0071b5 url(../gfx/nav2.jpg) left bottom repeat-x
}

#contentcolumn .innertube {
	padding: 15px 0 15px 15px;
	line-height: 1.6em;
	font-size: 1.1em;
	}
#contentcolumn .innertube p {
	/*padding-top: 6px;
	padding-bottom: 2px;*/
	}
#contentcolumn .innertube ul,
#contentcolumn .innertube ol
{
	margin-left: .5em;
	font-size: 1.1em;
}
#contentcolumn .innertube blockquote {
	margin-left: .5em;
	font-size: 1.1em;
	}
#contentcolumn .innertube td {
	font-size: 1.1em;
}
/* 
	Footer is in address block 
*/
address {
	height: 22px;
	text-align: left;
	color: #000;
	background-color: #ccc;
  position: fixed;
  bottom: 0;
  left: 0;
  background: url(../gfx/address-bg.gif) left bottom repeat-x;
	width: 100%;
  }
address span {
	padding: 6px 0 0 20px;
	margin: 0px auto;
	min-width: 960px;
	max-width: 1640px;
	display: block;
	}
 /* hide from mac ie5 \*/
address {
  position: absolute;
  }
/* end hide from mac ie5 */
html>body address {
  position: fixed;
  }
  
/* NAVIGATION */
ul#navlist {
	margin: 0;
	padding: 0;
	}
#navlist li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#navlist li a {
	display:block;
	/*height:22px;*/
	padding:5px 4px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#navlist li li a {
	padding:4px 0;
	text-transform: capitalize;
	}
#navlist li ul {
	margin:0px;
	padding:0px;
}
#navlist li ul li a {
	padding-left:20px;
}
#navlist li a.active {
	font-weight: bold;
	}
/* CONTENT */
#contentcolumn p {
	margin-top: 4px;
	line-height: 1.4em;
	font-size: 1.1em;
	}
.fig {
	float: right;
	border: solid 1px #ccc;
	margin: 0 0 5px 10px;
	}
.fig .figure {
	padding: 1px;
	}
/* SISÄLTÖKUVAT: LIGHTBOX */
.thumbnailContainer {
	clear: both;
	}
.thumbnailContainer .clear {
	clear: both;
	}
.thumbnail {
	padding: 2px;
	margin: 0 0 10px 0px;
	width: 200px;
	float: left;
	}
.thumbnail img {
	border: 0;
	}
.thumbnail p {
	margin: 0;
	padding: 0;
	}
.thumbnail .caption {
	text-align: center;
	font-size: 0.925em;
	}
.breadCrumbs {
	padding: 5px 0 10px 0;
	}
.breadCrumbs a {
	text-decoration: none;
	color: #000;
	}
table th {
	font-weight: bold;
	}
table {
	width:100%;
	border:1px solid #e5eff8;
	border:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
 }
table caption {
	caption-side: bottom;
	text-align: left;
	margin: 5px 0;
	}
table td p {
	margin: 0;
	padding 0;
	font-weight: normal;
	}