@charset "utf-8";
/* CSS Document */


* {
margin: 0px;
padding: 0px;
}

body {
background-image:url(background.jpg);
background-repeat: repeat-y;

}

#container {
	margin-left: 27px;
	height: auto;
	width:871px;
}

.iso { 
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
.pieni { 
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	}
	
.list {
margin-left:20px;
margin-bottom:20px;
margin-top:10px;
}


a:link {
 text-decoration: underline;
 color: #CC6600;
 }

#header {
	height: 288px;
	width:948px;
	margin-left:-1px;
	background-image:url(header.jpg);
	
}

#navi {
    float:left;
	width:157px;
	height:480px;
	padding-left: 20px;
	padding-top: 10px;
}

#content {
    margin-left:157px;
	padding-left:20px;
	padding-bottom: 30px;
	width:650px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	
	
}

#footer {
	margin-left:-2px;
	height: 251px;
	float: inherit;
	width:948px;
	background-image:url(footer.jpg);
}