* {
	padding:0;
	margin:0;
}

html {
  overflow-y: scroll;
}

BODY{
	background:#5a8f7e url(images/tausta.jpg) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height:140%;
}

P{
	margin-bottom:2em;
	color: #3f3f3f;
}
P span{
  color:#00533f;
  font-weight:bold;
}

H1{
	font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-size: 21px;
	color: #db0124;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom:1em;
    line-height:120%;
}
H2{
	font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-size: 16px;
	color: #446709;
	font-weight: bold;
	margin-bottom:1em;
 	text-transform: uppercase;
}


a:link, a:active, a:visited{
color:#0f6e9b;
}
a:hover{
color:#43a1cd;
}


#header {
	position:absolute;
	top:0px;
	left:50%;
	height:387px;
	width:934px;
	margin-left:-467px;
	z-index:15;
	clear:both;
}
#slideshow {
	margin: 0 auto;
	clear: both;
	width: 900px;
	height: 240px;
  position:relative;
}

#slideshow IMG {
	padding-top:10px;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    filter: alpha(opacity=0);
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
    filter: alpha(opacity=100);
}

#slideshow IMG.last-active {
    z-index:9;
}


#logo{
height:90px;
margin-left:30px;
background: url(images/logo.gif) no-repeat top left;
}

#kehys{
position:absolute;
width:934px;
height:262px;
background: url(images/headerborder.png) no-repeat top left;
z-index:999;
}

#contentwrapper {
	width: 913px;
	margin: 335px auto 0 auto;
	background: #FFF;
}

#navicontainer {
	float:left;
	width: 200px;
}

#navi {
  margin:0;
  padding: 70px 0 20px 20px;
}

#navi li {
  margin:0 0 7px 0;
  padding: 2px 0;
  list-style-type: none;
  border-bottom: 1px solid #999
}

#navi a:link, #navi a:visited {
	font-family: Tahoma, Helvetica, Arial,'Liberation Sans',FreeSans,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
  font-size: 14px;
  padding: 0 12px 6px 0;
  text-decoration: none;
  color: #00533f;
}

#navi a:hover {
  color: #000;
}

#maincol {
	float:left;
	width:650px;
	padding: 30px 15px 40px 15px;
	margin:0 5px 0 22px;
}

#footer {
  width:870px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	height: 20px;
	margin: 0 auto;
	background: url(images/footer.png) repeat-x 0 0;
}
#footer p {padding-top:6px;}
#footer a {color: #4F6A93;}

#bottom {
width:913px;
height:20px;
margin:0 auto;
background: url(images/bottom.png) no-repeat center top;
}

.divider {
  background: url(images/divider.gif) no-repeat center center;
  height: 11px;
  margin-bottom: 1em;
}
.imageleft{margin: 5px 15px 5px 0}
.imageright{margin: 5px 0 5px 15px}
.image{margin: 2px}