html {
	background: #000000 url(images/taustakuvio.gif) fixed repeat-y;
	/*background: #F4D427;*/
}

body {
text-align: center;
}

a:link {color: #cc0000;}
a:hover {color: #cc0000;}
a:visited {color: #cc0000;}

#container {
   margin-top: 30px;
   margin-left: auto;
   margin-right: auto;
   width: 750px;
   text-align: left;
   background: #ffffff url(images/tausta.jpg) no-repeat;
   /*border: 1px solid #ffffff;*/
   position: relative;
}
#container2 {
   margin-left: auto;
   margin-right: auto;
   width: 750px;
   margit: 1px solid #ffffff;
}

/* VASEN SISÄLTÖLAATIKKO*/
#leftbox {
  width: 510px;
  float: left;
}

#header {
  height: 130px;
  /*border-bottom: 1px solid #999999;*/
  margin-bottom: 0px;
  /*background: #ffffff;*/
}

#contentArea {
  margin: 20px;
  border-top: 1px solid #666666;
  border-bottom: 3px solid #666666;
  padding: 20px;
  background: #ffffff;
}

#contentArea h1 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #666666;
  font-size: 1.6em;
  line-height:1.2em;
  margin: 0;
  padding: 0 0 10px 0;
}
#contentArea h2 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 1em;
  line-height:1.5em;
  margin: 0;
  padding: 5px 0 10px 0;
}
#contentArea p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 0.75em;
  line-height:1.3em;
  margin: 0 0 0 0;
  padding: 10px 0 0px 0;
}

ul.luettelo {list-style-type: square;}
#contentArea li {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 0.75em;
  line-height:1.2em;
  padding: 5px 0 0 0;
}

/*OIKEA SISÄLTÖLAATIKKO*/
#rightbox {
  width: 240px;
  /*height: 100%;*/
  float: right;
  background: #ffffff /*url(images/rightbox-background.gif) repeat-y*/;
}

#yhteys {}
#yhteys p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 0.75em;
  line-height:1.2em;
  margin: 0 0 0 20px;
  padding: 5px 0 5px 0;
}
.yhteys1 {
  font-weight: bold;
}
.yhteys2 {
  font-weight: bold;
  color: #F3780C;
  font-size: 1.4em;
}

#navi {float: right;}
ul.navi {list-style-type: none;}
.navi a {
	display: block;
	margin: 0px;
	width: 200px;
	font-size: 0.75em;
	line-height: 1.6em;
	white-space: nowrap;
	text-indent: 0px;
	text-decoration: none;
	/*border-top: 1px solid #FCFBF9;*/
	border-bottom: 1px solid #DEDCDA;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}

.navi a:hover {background: #ffffff; color: #cc0000;}
.navi a:active {background: #898989; color: #ffffff;}

#footer {
  width: 750px;
  clear: both;
  background: #898989;
  text-align: center;
}
#footer p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 0.75em;
  line-height:1.2em;
  margin: 0;
  padding: 5px 0 5px 0;
}

#b105 {float: right;}

#copyright {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  text-align: center;
  color: #666666;
}

#copyright a:link {
  color: #333333;
  text-decoration: none;
}
#copyright a:visited {
  color: #333333;
  text-decoration: none;
}
#copyright a:hover {color: #F3780C;}

