body {
	background-color: white;
	background-image: url("en_bg2.jpg"); 
  background-position: top center;
	background-repeat: repeat-y;
	z-index: -2;	
	color: Black; 
	left: 10cm;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#whole {
			 border-top: solid 1px black;
}

h2 {
	 padding-left: 5px;
	 margin: 5px;
	 background-color: #BC5B20;
	 border-color: black;
	 border-bottom: dotted 1px Black;
	 color: white;
	 font-size: medium;
}

p {
	font-size: x-small;
	padding-left: 30px;
}
ul {
	 list-style-type: circle;
	 margin-left: -20px;
}
li { 
	font-size: x-small;
	padding-left: 0px;
}

#content img {
	border: 1px solid #BC5B20;
	margin-right: 20px;
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #BC5B20;
	text-decoration: underline;

}

a:active {
	color: silver;
	text-decoration: underline;

}
a:hover {
	color: #696969;
	text-decoration: underline;

}

#footer {
			  margin-top: 10px;
			  width: 100%;
			  text-align: center;
			  position: relative;
			  bottom: 0px;
}

.votsikko {
				 font-weight: bold;
}
