body {
width : 80%;
margin : auto;
padding : 0 0 0 0;
background: #407E2F;
}
#header h1 {
display: none;
}
#header {
width: 100%;
height: 191px;
background : url('header.jpg') no-repeat center top;
margin-bottom: 10px;
}
#headerkuva {
padding-top: 40px;
}
#sisalto {
margin-top: 50px;
margin-left: 50px;
border-top: 5px solid #407E2F;
height: 900px;
}
#teksti {
text-align: justify;
margin-right: 50px;
margin-left: 70px;
line-height: 1.5;
overflow: auto;
}
p { 
font-family: Arial;
font-size: 12px;

}

#menu {
	background: white;
	list-style: none;
	padding: 5px;
	width: 200px;
	float: left;
	margin-right: 20px;
	font-family: "Arial";
	margin-top: 241px;
	border-right: 5px solid #407E2F;
	border-top: 5px solid #407E2F;
	height: 880px;

}
#menu dt {
	cursor: pointer;
	margin: 0;
	padding: 3px;
}
#menu dt:hover {
	background: #407E2F;
}

#menu dt + dd {
	display: none;
	margin: 0;
	padding: 3px;
}

#menu #active + dd {
	display: block;
}

#menu a:link {
color : #2D2D2D;
text-decoration: none;
font-weight: bold;
}
#menu a:visited {
color : #2D2D2D;
text-decoration: none;
font-weight: bold;
}
#menu a:hover {
color :#2D2D2D;
text-decoration: none;
font-weight: bold;
}
#menu a:active {
color : #2D2D2D;
text-decoration: none;
font-weight: bold;
}

h2 {
font-family: "Trebuchet MS";
font-size: 26px;
}
h3 {
font-family: "Trebuchet MS";
font-size: 20px;
font-variant: small-caps;
border-bottom: 1px dotted green;
}
#valkoinen {
background: white;
height
}
img {
border: 0;
}
#teksti a {
text-decoration: none;
color: #407E2F
}
table {
font-family: Arial;
font-size: 12px;
border-spacing: 20px;
text-align: center;
border: solid 1px black;
}