@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	padding-top:0px;
	margin-top:0px;
}

.header {
	background-image:url(images/header.jpg);
	background-color:#E5CC8E;
	background-repeat:no-repeat;
	border-right-color:#614201;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#614201;
	border-left-style:solid;
	border-left-width:1px;
	border-top-color:#614201;
	border-top-style:solid;
	border-top-width:1px;
}

.main {
	background-color:#E5CC8E;
	font-family:verdana;
	font-size:12px;
	color:#614201;
	padding-top:20px;
	border:solid;
	border-color:#614201;
}

.main_left {
	background-color:#E5CC8E;
	font-family:verdana;
	font-size:12px;
	margin: 0px;
	padding-top:0px;
	padding-left:0px;
	color:#614201;
	border-left-color:#614201;
	border-left-style:solid;
	border-left-width:1px;
}

.main_right {
	background-color:#E5CC8E;
	font-family:verdana;
	font-size:12px;
	color:#614201;
	padding-right:50px;
	padding-left:20px;
	padding-top:15px;
	padding-bottom: 20px;
	line-height:15px;
	text-align:left;
	border-right-color:#614201;
	border-right-style:solid;
	border-right-width:1px;
}

.content_left {
	padding-right:30px;
}

.h1 {
	font-family:verdana;
	font-size:12px;
	color:#614201;
	line-height:10px;
}

.polku {
	font-family:verdana; 
	font-size:10px;
	color:#614201;
}

.kuva {
	margin-right: 11px;
	border: 1px solid #614201;
}

.kuva2 {
	margin-right: 0px;
	border: 1px solid #614201;
}

.kuvatable {
	margin-top: 5px;
	margin-bottom: 20px;
}

.kuvatable2 {
	margin-top: 5px;
	margin-bottom: 10px;
}


.kuvatxt {
	font-family:verdana; 
	font-size:10px;
	color:#614201;
}

.sisalto {
	font-family:verdana;
	font-size:12px;
	color:#614201;
	font-weight:bold;
	text-decoration:none;
}

.sisalto:hover{
	font-family:verdana;
	font-size:12px;
	color:#614201;
	font-weight:bold;
	text-decoration:underline;
}

.kuvalinkki {
	border: 1px solid #614201;
}

.polku a {
	font-family:verdana;
	font-size:10px;
	color:#614201;
	font-weight:bold;
	text-decoration:none;
}

.polku a:hover{
	font-family:verdana;
	font-size:10px;
	color:#614201;
	font-weight:bold;
	text-decoration:underline;
}

.footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	font-family:verdana;
	font-size:12px;
	color:#663300;
	border-right-color:#614201;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#614201;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color:#614201;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

