body{
	font-family: helvetica, verdana, arial;
	text-align: center;
	margin: 15px 0 30px 0;
	font-size: 11pt;
	background-color: #faf9f5;
}

img{
	border: 0;
}

/* PERUSRAKENNE */
#innerbody{
	width: 803px;
	margin: auto;
	text-align: left;
}

#top{
	width: 800px;
	height: 172px;
	background-image: url('kuvat/ylapalkki.jpg');
	background-repeat: no-repeat;
	text-align: center;
}

#top h1{
	text-indent: -20000px;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	top: 115px;
	left: 100px;
	color: #fff;
	font-family: times, georgia;
	font-style: italic;
	font-weight: 100;
	font-size: 18pt;
	background-image: url('kuvat/otsikko.gif');
	background-repeat: no-repeat;
}

#center{
	background-image: url('kuvat/yla.jpg');
	background-repeat: no-repeat;
	height: 16px;
}

#bottom{
	background-image: url('kuvat/keski.jpg');
	background-repeat: repeat-y;
	background-position: bottom left;
	margin-top: -1px;
}

#nav{
	width: 187px;
	float: left;
}

#nav-links{
	font-size: 14pt;
	font-family: times, georgia;
}

#nav-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-links li{
	background-image: url('kuvat/navi-nappi.gif');
	background-repeat: no-repeat;
	width: 144px;
	height: 69px;
	margin: 0 0 0 7px;
	text-align: center;
}

#nav-links a{
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
	padding: 17px 10px 10px 15px;
}

#content{
	width: 613px;
	margin-left: 187px;
}

#content-text{
	padding: 0 25px 0 0;
}

#footer{
	display: block;
	background-image: url('kuvat/ala.jpg');
	background-repeat: no-repeat;
	height: 32px;
	clear: both;
}

/* YLEISET TYYLIT
esim. Voidaan kayttaa monta samassa tyylimaarittelyssa class=".lefty .paddy jne."
halutusta lopputuloksesta riippuen. */

.lefty{
	float: left;
}

.righty{
	float: right;
}

.center{
	float: center;
}

.paddy{
	padding: 5px;

}

.margy{
	margin: 5px;
}

.margy2{
	margin: 5px 21px 5px 0;
}

.margy3{
	margin: 5px 5px 20px 5px;
}

.margy4{
	margin: 5px 5px 5px 20px;
}

.framy{
	border: 1px solid #332405;
	background-color: #c5a26c;
	color: #291805;
}

.widthy{
	width: 220px;
}

.tietoboxi_keski {
width: 350px;
background-color: #c5a26c;
border: 1px solid #332405;
color: #291805
text-align: left;
}


/* OTSIKOT */

h2, h3, h4{
	margin: 0 0 10px;
}

h2{
	font-size: 20pt;
}

/* TEKSTIRAKENNE */

p{
	margin: 0 0 10px;
	text-align: justify;
}

/* LISTAT */x

