body {
background-color: #b3ae98;
background-image: url('ylatausta.jpg');
background-repeat: repeat-x;
color: #282621;
font-family: "Arial",Arial;
font-size: 13px;
line-height: 1.9;
letter-spacing: normal;
text-align: justify;
}

a:active, a:visited, a:link {
	color: #776332;
	text-decoration: underline;
}
a:hover {
	color: #9c8a5c;
	text-decoration: none;
}


#koko2 {
width: 75%;
margin: auto;
margin-top: 3%;
margin-bottom: 3%;
position: absolute;
top: 0%;
left: 12%;
}

#otsikko {
margin: auto;
margin-top: 0%;
text-align: center;
}

#teksti {
border: 1px solid #000;
width: 100%;
background-color: #17140c;
margin-bottom: 3%;
}

.linkit {
margin: auto;
margin-top: 1%;
width: 100%;
background-color: #17140c;
padding: 0%;
text-align: center;
letter-spacing: 2px;
}

.oikea {
margin: auto;
margin-top: 0%;
margin-bottom: 0%;
width: 90%;
background-color: #17140c;
padding: 1%;
}
.sisempi {
	margin: auto;
	margin-top: 1%;
	margin-bottom: 2%;
	width: 96%;
	padding: 1%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	background-color: #e9e6d9;
	border: 1px solid #665544;
}

#alaosa {
width: 100%;
background-color: #000;
height: 10%;
clear: both;
color: #b3ae98;
text-align: center;
}

.ala {
padding: 1%;
}
#ylaosa {
width: 100%;
background-color: #000;
height: 10%;
clear: both;
color: #b3ae98;
text-align: center;
}

.yla {
padding: 0%;
}
h1 {
	font-family: "georgia",serif;
	margin: auto;
	width: 100%;
	text-align: center;
	text-transform:uppercase;

		background: #282621;
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom: 1px solid #654;
	border-top: 1px solid #654;
	font-size: 14px;
	color: #b3ae98;
}

h2 {
	font-family: "georgia",serif;
	margin: auto;
	margin-top: 0%;
	width: 100%;
	text-align: center;
	text-transform:uppercase;

		background: #282621;
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom: 1px solid #654;
	border-top: 1px solid #654;
	font-size: 12px;
	color: #b3ae98;
}

.sidenav {
	font-family: "Lucida Sans Unicode",serif;
	width: 100%;
	text-align: center;
	text-transform:uppercase;
	position: relative;
        background: #282621;
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom: 1px solid #654;
	border-top: 1px solid #654;
}

.sidenav ul {
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	padding: 0%;
display:inline;

}
.sidenav li {
	list-style: none;
	margin: 0%;
display:inline;

}
.sidenav li a {
	background: #282621;
	color: #b3ae98;
display:inline;
padding: 1%;
	margin: 0%;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #57544d;
	color: #b3ae98;
display:inline;
}
	
#alaosa a {
	color: #776332;
	text-decoration: underline;
}