body {
	background-image: url(/images/tausta.png);
	line-height: 1.7;
	text-align: center;
	margin: 0; 
	padding: 0;
}

p, td, pre {
	font-family: sans-serif;
	font-size: 14px;
	color: #525252;
	line-height: 1.7;
	text-align: justify;
}

#header {
	background: url(/images/header.png) repeat-x;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 127px;
	margin: 0;
}

#palkki {
	width: 958px;
	margin: 0 auto;
	margin-top: 5px;
	padding-left: 0px;
	text-align: justify;
}

#otsikko {
	width: 958px;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
	margin-top: 160px;
}
 
#bg {
	width: 958px;
	margin: 0 auto;
	text-align: justify;
	background: url(/images/bg.png) repeat-y;
	height: auto;
	padding: 10px 0 10px 0;
}

#txt {
	width: 918px;
	margin: 0 auto;
	margin: -15px 20px 0 20px;
	text-align: justify;
}

#yla {
	background: url(/images/yla.png) no-repeat;
	width: 958px;
	height: 15px;
	margin: 0 auto;
	margin-top: 0px;
	padding-bottom: 0px;
}

#ala {
	background: url(/images/ala.png) no-repeat;
	width: 958px;
	height: 15px;
	margin: 0 auto;
}

a:link, a:active, a:visited {
	color: #c9b400;
	font-family: sans-serif;
	text-decoration: underline;
}

a:hover {
	color: #e2ca00;
	font-family: sans-serif;
	text-decoration: none;
}

a.nav {
	font-family: 'trebuchet ms';
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #efd600 !important;
	text-shadow: 1px 1px 9px #000;
	display: inline;
}

h1 {
	font-size: 25px;
	font-family: 'Ubuntu', sans-serif;
	color: #707070;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
	padding-left: 10px;
	margin: 10px 0 0 0;
	text-shadow: 1px 1px 5px #ccc;
	border-bottom: 1px solid #e2e2e2;
}
 
h2 {
	font-size: 17px;
	font-family: 'Open Sans';
	color: #73622f;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 20px;
	padding-left: 20px;
	text-shadow: 1px 1px 5px #ccc;
}

h3 {
	font-size: 14px;
	font-family: 'Muli', sans-serif;
	color: #73622f;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 10px;
	margin: 22px 0 0 0;
	text-shadow: 1px 1px 5px #ccc;
}

.news {
	font-size: 18px;
	font-family: 'Open Sans';
	color: #73622f;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: left;
	margin: 30px 0 -10px 0;
	padding-left: 20px;
	text-shadow: 1px 1px 5px #ccc;
	height: 35px;
	line-height: 35px;
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.news a {
	font-size: 14px;
	font-family: 'Open Sans';
	color: #c9b400;
	letter-spacing: 0px;
	font-weight: 400;
	text-shadow: 1px 1px 5px #ccc;
}

.news a:hover {
	font-size: 14px;
	font-family: 'Open Sans';
	color: #e2ca00;
	letter-spacing: 0px;
	font-weight: 400;
	text-shadow: 1px 1px 5px #ccc;
}


/*TAULUKKOJUTUT*/

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.logo {
	padding-left: 40px;
}

.navi {
	padding: 50px 40px 0 40px;
}

.txt {
	width: 660px;
	border-right: 0px solid #e2e2e2;
	padding: 0 15px 0 0;
}

.sidebar {
	width: 228px;
	padding: 0 0 0 15px;
	font-size: 13px;
}

.box {
	background-color: #f7f7f7;
	width: 228px;
	border-collapse: separate;
	border: 1px solid #e2e2e2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.item {
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.8;
	padding: 10px;
	text-align: left;
}

.laji {
	font-size: 15px;
	font-family: 'Muli', sans-serif;
	color: #73622f;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 20px;
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
}

.laji2 {
	font-size: 15px;
	font-family: 'Muli', sans-serif;
	color: #73622f;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 20px;
	text-align: left;
	border-bottom: 0px solid #e2e2e2;
}

.nimi {
	font-size: 18px;
	font-family: 'Open Sans';
	color: #73622f;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: left;
	text-shadow: 1px 1px 5px #ccc;
}



/*KUVAJUTUT*/

.imgtxt {
	font-size: 12px;
	text-align: center;
	font-style: italic;
	margin-top: 0px;
}

.img {
	width: 654px;
	border: 1px solid #e2e2e2;
	padding: 2px;
}

.img2 {
	width: 222px;
	border: 1px solid #e2e2e2;
	padding: 2px;
}

.imgl {
	border: 1px solid #e2e2e2;
	padding: 2px;
	margin: 16px 10px 10px 0;
	float: left;
}

.imgr {
	border: 1px solid #e2e2e2;
	padding: 2px;
	margin: 16px 0 10px 10px;
	float: right;
}

.imglt {
	border: 1px solid #e2e2e2;
	padding: 2px;
	margin: 3px 10px 10px 0;
	float: left;
}

.imgrt {
	border: 1px solid #e2e2e2;
	padding: 2px;
	margin: 3px 0 10px 10px;
	float: right;
}

.gallery {
	border: 1px solid #e2e2e2;
	padding: 2px;
	margin: 0 2px 10px 0;
}

.gallery2 {
	border: 1px solid #e2e2e2;
	padding: 2px;
	margin-bottom: 20px;
}



/*MUUTA*/

ul li { 
	list-style-type: circle;
}

.menutitle{
	font-size: 14px;
	font-family: sans-serif;
	color: #c9b400;
	text-align: left;
	padding-left: 0px;
	text-decoration: underline;
}

.submenu{
	margin-bottom: 0.5em;
}

hr.style {
	width: 100%;
	height: 1px;
	background-color: #e2e2e2;
	border: 0;
}