body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

div#otsikko {
	margin: 0px auto;
	width:900px;
	height:120px;
	border: none;
	text-align: center;
	background-image: url(../images/menupalkki.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

div#menu {
	margin: 0px auto;
	width:900px;
	height:100px;
	border: none;
	text-align: center;
	background-image: url(../images/menu_div.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
	
a.menulink:link {color: #FFFFFF; }
a.menulink:visited {color: #FFFFFF; }
a.menulink:hover {color: #FFFFFF; background-color: #80ace4;}
a.menulink:active {color: #FFFFFF }

	
a.linkcolor:link {color: #756d64; }
a.linkcolor:visited {color: #756d64; }
a.linkcolor:hover {color: #3b3631; }
a.linkcolor:active {color: #756d64 }

div#sisalto {
	margin:0px auto;
	position:relative;
	border: none;
}
div#vasen {
	position:relative;
	border: none;
	height: 839px;
	max-height: 839px;
	background-image: url(../images/vasen_div.jpg);
	background-repeat: no-repeat;
}
div#keski {
	position:relative;
	border: none;
	height: 839px;
	max-height: 839px;
	text-align: justify;
	background-image: url(../images/keski_div.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #231F20;
}
div#oikea {
	position:relative;
	border: none;
	height: 839px;
	max-height: 839px;
	background-image: url(../images/oikea_div.jpg);
	background-repeat: no-repeat;
}
div#paatos {
	position: relative;
	margin:auto;
	margin-top:0px;
	width:900px;
	height:125px;
	border: none;
	background-image: url(../images/pohjapalkki.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 15px;
	color: #231F20;
}
.vanhatyyli {
	font-size: 20px;
	font-family: "Lucida Blackletter", "Vivaldi Italic";
}
.pieni {
	font-size: 10px;
}
.kuvat {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-rigth: 0px;
}
.otsikko {
	padding:5px;
	background-color:#949494;
	}
  a:link { 
	color: #756d64; text-decoration: none;
	}
 a:visited { 
 	color: #756d64; text-decoration: none;
	}
 a:hover { 
 	color: #3b3631; text-decoration: none;
	}
 a:active { 
 	color: #756d64; text-decoration: none;
	}