html {
	background: #DDDDDD url(tausta2.jpg) fixed no-repeat;
	/*background: #cccccc;*/
}

body {
text-align: center;
}

#container {
   margin-top: 30px;
   margin-left: auto;
   margin-right: auto;
   width: 750px;
   text-align: left;
   background: #ffffff;
   border: 1px solid #666666;
   position: relative;
}

#header {
  width: 750px;
  height: 270px;
  border-bottom: 1px solid #999999;
  margin-bottom: 40px;
  float: left;
}

#contentArea {
 width: 500px;
 float: left;
}
#contentArea h1 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #F3780C;
  font-size: 1.6em;
  line-height:1.2em;
  margin: 0 0 0 20px;
  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 0 0 20px;
  padding: 5px 0 10px 0;
}
#contentArea 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 10px 0;
}

a:link {color: #399CC1; text-decoration: none;}
a:visited {color: #399CC1; text-decoration: none;}
a:hover {color: #D86B0C; text-decoration: none;}

#leftPanel {
 width: 240px;
 float: left;
}
#leftPanel 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;
}

#leftPanel .navi a {
	display: block;
	list-style:url(none) none;
	margin: 0px;
	width: 160px;
	font-size: 0.75em;
	line-height: 1.6em;
	white-space: nowrap;
	text-indent: 15px;
	text-decoration: none;
	border: 1px solid;
	background: #666666 url(vmenu_bgr.gif) no-repeat 3px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: relative;
	left: -20px;
}
#leftPanel .navi a:hover {background: #F3780C;}
#leftPanel .navi a:active {background: #F3780C;}

#footer {
  width: 750px;
  clear: both;
  background: #F3780C;
  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;
}

#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;}

#left {width:140px;float:left;margin:5px;}
#right {float:left;margin:5px;}
#clear {clear:both;}