html { 
	padding: 0px; 
	margin: 0px;	
}

body {
	color: #55615d;
	font-size: 9pt;
	font-family: Georgia, 'Book Antiqua', 'Times New Roman';
	line-height: 14pt;
	background-color: #a3aeaa;
	background-image: url(tausta2.gif);
	background-repeat:repeat-x;
}    


/* vasen */

#vasen{
	float: left;
    margin-top: 25px;
    padding-left: 50px;
	width: 120px;
	line-height: 13pt;
}

#vasen a:link {
	color: #55615d;
	text-decoration: none;
	margin-bottom: 10px;
}

#vasen a:visited {
	color: #55615d;
	text-decoration: none;
	margin-bottom: 10px;
} 
 
#vasen a:hover {
	color: #8a9c96;
	text-decoration: none;
	margin-bottom: 10px;
}


/* oikea */

#yla{
	width: 848px;
    height: 273px;
}

#laatikko{
    margin: 0 auto;
	width: 849px;
	background-image: url(tausta.gif);
	margin-bottom: 30px;
}

#tekstit {
	margin-left: 210px;
	width: 600px;
	min-height: 110px;
	margin-top: 30px;
}

#ala{
	bottom: 0px;
    height: 19px;
    margin-bottom: -5px;
}


 /* linkki */

 a:link {
	color: #55615d;
	text-decoration: underline;
}

 a:visited {
	color: #55615d;
	text-decoration: underline;
}
  
 a:hover {
	color: #55615d;
	text-decoration: none;
}


/* kuvamääritykset */

.kuva {
	border: 3px solid #a2ada9;
	margin-right: 15px;
	margin-bottom: 15px;
}

.vasenkuva {
	border: 3px solid #a2ada9;
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	margin-left: 4px;
}


/* sukutaulu */

.sukutaulu {     
    width : 590px;
}

.sukutaulu td  {     
    padding-left: 10px;
    border: 1px solid #a2ada9;
}

.td2  {     
    background: #bdc8c4;
}

 .pienifontti  {     
    font-size: 8pt;
}


 /* väliotsikot */
 
 h1 {
 	font-size: 14pt;
	margin-bottom: 15px;
	font-weight: lighter;
}

 h2 {
 	font-size: 12pt;
	margin-bottom: 15px;
	font-weight: lighter;
}


 /* muut */

.viiva {     
    border-bottom: 1px solid #cdcfce;
    clear: left;
    margin-top: 20px;
    margin-bottom: 20px;
}