html, body {
	font: 13px "Trebuchet MS", Verdana;
	margin: 0px;
}
dd {
	margin: 0px;
	padding: 0px;
}
.highlight {
	color: navy;
	text-decoration: none;
}
a {
	color: navy;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#body {
	width: 750px;
	margin: auto;
}
#otsikko {
	margin: 0px;
	background: #003366 /*url(box_bottom.gif)*/ 
	no-repeat bottom left;
	border: 1px solid black;

}
#otsikko p {
	color: white;
	font-size: 300%;
	padding-top: 60px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#menu {
	margin: 0px;
	margin-bottom: 5px;
	height: 20px;
	background: #EBEBEB /*url(box_top.gif)*/ 
	no-repeat bottom left;
	border: 1px solid black;
}
#menu p {
	float: right;
	padding-right: 20px;
}
#content {
	padding: 5px;
}
h1 {
	font-size: 150%;
	font-weight: normal;
	margin-top: 5px;

}
p {
	margin: 0px;
}
#loppu {
	text-align: center;
	margin: 0px;
	margin-top: 15px;
	padding: 5px;
	background: #EBEBEB /*url(box_bottom.gif)*/ 
	no-repeat bottom left;
	clear: both;
	border: 1px solid black;

}

.section-box {
  float: left;
  left: 20px;
  top: -20px;
  z-index: 1;
	
  position: relative;
/*  left: 20px; */
  display: block;
  width: 689px;
  padding-left: 9px;
  padding-right: 30px;
  padding-top: 48px;
  background-color: #EBEBEB;
  border: 1px solid black;
/*  line-height: 17px; */
}

.section-title { 
  float: left;
  position: relative;
  left: 30px;
  top: 20px;
  z-index: 2;
  width: 689px;

  display: block;
  background-color: #003366;
  border: 1px solid black;
  color: white;
  margin-left: -30px;
  font-weight: bold;
  padding: 2px 2px 2px 40px;
}

