body {
	margin-top: 0px;
	margin-bottom: 0px;
	color: black;
	background-color: white;
}

p {
	color: black;
	font-size: 12px;
	font-family: tahoma;
	padding: 10px;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

.varjo_vasen {
	background-image: url('images/varjo_vasen.png');
	background-repeat: repeat-y;
	width: 106px;
}

.header {
	background-image: url('images/header.png');
	width: 780px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: 40% 0%;
}

.varjo_oikea {
	background-image: url('images/varjo_oikea.png');
	background-repeat: repeat-y;
	width: 118px;
}

.div_navigaatio {
	width: 180px;
	height:227px;
	border: 0px solid black;
	float: left;
	margin-left: 8px;
}

.navi_header {
	background-image: url('images/navigaatio_header.png');
	background-repeat: no-repeat;
	width: 180px;
	height: 20px;
}

.navi_keski {
	background-image: url('images/navi_keski.png');
	background-repeat: repeat-y;
	width: 180px;
	height: 277px;
}

.navi_teksti {
	color: black;
	font-size: 12px;
	font-family: tahoma;
	padding-top: 10px;
}

.navi_ala {
	background-color: #484848;
	width:180px;
	height: 3px;
}

.div_sisalto {
	width: 590px;
	height:227px;
	border: 0px solid black;
	float: right;
	margin-right: 12px;
}

.sisalto_header {
	background-image: url('images/sisalto_header.png');
	background-repeat: no-repeat;
	width: 590px;
	height: 20px;
}

.sisalto_keski {
	background-image: url('images/main_keski.png');
	background-repeat: repeat-y;
	width: 590px;
	min-height: 400px;
}

.sisalto_teksti {
	color: black;
	font-size: 12px;
	font-family: tahoma;
	padding: 10px;
}

.sisalto_ala {
	background-color: #484848;
	width: 590px;
	height: 3px;
}

.footer {
	background-color: #89a9cd;
	width: 800px;
	height: 15px;
}

.copyright {
	color: black;
	font-size: 10px;
	font-family: tahoma;
}
