@charset "UTF-8";
/* CSS Document */

/*kietoo koko sivun*/
#wrapperi {
	width: 980px;
	margin: 30px auto 0px auto;
	/*height: px; /*hahmotus*/
	/*background-color: #06F;*/
}

#banneri {
	width: 980px;
	height: 110px;
	overflow: hidden;
}

.linkkikuva {
	border: none;
}

#navi {
	width: 980px;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	/*background-color: #EFEBE5;*/
	clear: both;
}

#navi ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navi li {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
	float: left;
	overflow: hidden;
}

#navi li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 118px;
    background-color: #C2B59B;
	border-right: solid 3px #9B8579;
	border-radius: 8px 8px 0px 0px;
	color: #EFEBE5;
	text-decoration: none;
    float: left;
}

#navi li a:hover {
	color: #9FF; /*turkoosi*/
}

#navi li a.open {
	background-color: #EEEBE2; /*vaaleimmasta ina tummempi*/
	border-right: solid 3px #E7E3DF; /*varjostus edelliseen*/
	/*background-color: #EFEBE5; vaalein beige*/
	/*border-right: solid 3px #E7E4E0; varjostus edelliseen*/
	color:  #C2B59B;
}

#navi li a.open:hover {
	color: #9B8579; /*tumma beige*/
}

#sisaltowrapperi {
	width: 980px;
	height: 440px;
	background-color: #EEEBE2; /*vaaleimmasta ina tummempi*/
	/*background-color: #EFEBE5; vaalein beige*/
	clear: both;
	margin: 0px 0px 2px 0px;
}

#selitys {
	width: 980px;
	height: 90px;
	background-color: #FFF;
	clear: both;
	margin: 0px;
}

#vasen {
	width: 372px;
	height: 430px;
	/*background-color: #FFF;*/
	float: left;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	overflow: hidden;
}

.thumbit {
	margin: 0px 1px 1px 0px;
	border: none;
}

#oikea {
	width: 595px;
	height: 430px;
	background-color: #FFF;
	float: right;
	margin: 5px 5px 0px 0px;
	overflow: hidden;
}

#footeri {
	width: 980px;
	height: 35px;
	background-color: #C2B59B; /*tummin beige*/
	/*background-color: #E7E4E0; vaaleasta aavistuksen tummempi beige*/
	/*background-color: #EFEBE5; vaalein beige*/
	margin: 0px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #EFEBE5;
	line-height: 30px;
	text-align: center;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 10px 30px 0px 20px;
}
