/* Koko sivun määrittelyt */
body {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	background-color: #DCDEE7;
	color: #000;
	background-image: url(kuvat/tausta.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
}
#kokosivu {
	width: 740px;
	margin: auto;
	background-image: url(kuvat/ylatausta.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}
#otsikko {
	height: 230px;
	z-index: 3;
}
#navigointi {
	height: 40px;
	z-index: 3;
}
#sisalto {
	width: 600px;
	padding: 20px 20px 20px 40px;
	font-size: 14px;
	text-align: justify;
	z-index: 3;
}
#etusivusisalto {
	padding: 82px 20px 20px 40px;
	font-size: 14px;
	text-align: justify;
	z-index: 3;
}
#ala {
	height: 100px;
	background-image: url(kuvat/alatausta.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 3;
}
#alatunniste {
	padding-top: 80px;
	padding-left: 10px;
	vertical-align: bottom;
	text-align: center;
	font-size: 10px;
	color: #7D87B3;
}
#alatunniste a { color: #4360E0; }
#alatunniste a:hover { text-decoration: underline; }

h1 { margin: 0; padding: 0; }
h2 {
	color: #005AAD;
	font-weight: bold;
	font-size: 22px;
}
h3 {
	color: #005AAD;
	font-weight: bold;
	font-size: 17px;
}
h4 {
	font-weight: bold;
	font-size: 15px;
	}

a {
	text-decoration: none;
	color: #0128E0;
}
a:hover {
	text-decoration: none;
	color: #E17F00;
}

/* Navigointilinkkien määrittelyt */
#navigointi ul {
	margin: 0;
	padding: 12px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #0000FF;
}
#navigointi li { display: inline; }
#navigointi li a {
	padding: 6px;
}

