body{
	background-image: url(../kuvat/taustatilet.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	background-attachment: fixed;
	background-position: center top;
}
.addbox{
	margin-right: auto;
	margin-left: auto;
	width: 716px;
	height: 80px;
	background-color: white;
	border-bottom: 2px solid black;
	text-align: center;
}
.wrapper{
	width: 1224px;
	height: 1280px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../kuvat/tausta_plain.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.wrapper2{
	width: 1024px;
	height: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../kuvat/taista_o.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.wrapper #menu{
	text-align: center;
	background-image: url('../kuvat/menu.png');
	width: 1024px;
	height: 156px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom: 2px solid #000000;
}
.wrapper #menu ul{
	list-style: none;
	width: 1024;
	float: top;
	margin-left: 250px;
	margin-top: 10px;
}
.wrapper #menu li{
	cursor: pointer;
	float: left;
	margin: 10px;
	display: block;
	color: black;
	font-size: 20px;
	font-weight: bold;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.wrapper #menu li.select{
	opacity:1.0;
	filter:alpha(opacity=100);
}
.wrapper #menu li:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}
.wrapper .contents{
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 1068px;
	min-height: 450px;
}
.wrapper .contents #add2{
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 433px;
	height: auto;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom: 2px solid #000000;
}
.wrapper .contents #main{
	float: left;
	margin-top: 198px;
	margin-left: 10px;
	margin-right: 20px;
	width: 745px;
	height: 200px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#slideshow {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#slideshow IMG {
	padding: 5px;
	position: absolute;
	width: 480px;
	height: 320px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
.wrapper .contents #add p{
	margin: 0;
	padding: 4px;
	text-align: left;
	margin-left: 10px;
}
.wrapper .contents #add hr{
	margin: 0;
	padding: 0;
	width: 100px;
	margin-left: 00px;
}
.wrapper .contents #add img{
	cursor: pointer;
	padding: 8px;
	float: left;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.wrapper .contents #add img:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}
.wrapper .contents #add{
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 258px;
	height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 0;
}
.wrapper2 .contents #add{
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 258px;
	height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 0;
}
.wrapper .contents #add2 a{
	margin: 0px;
	text-align: left;
	color: black;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.wrapper .contents #add2 a:hover{
	text-decoration: underline;
	opacity:1.0;
	filter:alpha(opacity=100);
}
.wrapper .contents #add2 p{
	margin: 0;
	padding: 4px;
	text-align: left;
	margin-left: 10px;
}
.wrapper .contents #add2 hr{
	margin: 0;
	padding: 0;
	width: 100px;
	margin-left: 10px;
}
.wrapper .bigger_content{
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	height: auto;
	background-color: #FFFFFF;
	border-bottom: 2px solid #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: none;
}
.wrapper .bigger_content p{
	text-align: left;
	margin: 10px;
	padding: 10px;
	border: thin none #CCC;
	background-color: #FFF;
}
.wrapper .smaller_content_left{
	float: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	width: 480px;
	height: auto;
	background-color: #FFFFFF;
	border-bottom: 2px solid #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: none;
}
.wrapper .smaller_content_left p{
	text-align: left;
	margin: 10px;
	padding: 10px;
	border: medium none #000;
	background-color: #FFF;

}
.wrapper .smaller_content_right{
	float: right;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	width: 480px;
	height: auto;
	background-color: #FFFFFF;
	border-bottom: 2px solid #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: none;
}
.wrapper .smaller_content_right p{
	text-align: left;
	margin: 10px;
	padding: 10px;
	border: thin none #CCC;
	background-color: #FFF;

}
.footer p{
	padding: 5px;
}
.wrapper .contents #main5{
	float: left;
	margin-left: 48px;
	margin-top: 0px;
	width: 300px;
	height: 250px;
}
.wrapper .contents #main6{
	float: left;
	margin-left: 40px;
	margin-top: 30px;
	width: 43
0;
	height: autopx;
	width: 640px;
	background-color: #FFFFFF;
	border: thin solid #96C;
	padding-left: 10px;
}
.wrapper .contents #main7{
	float: right;
	margin-left: 0px;
	margin-top: 0px;
	width: 255px;
	height: autopx;
	border: medium solid #333;
}

.wrapper2 .contents #main1{
	float: left;
	margin-left: 15px;
	margin-top: 182px;
	width: 212px;
	height: autopx;
}
.wrapper2 .contents #main2{
	float: right;
	margin-left: 0px;
	margin-top: 315px;
	width: 170px;
	height: autopx;
	border-bottom: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-right: 168;
	margin-right: 146px;
}
.wrapper2 .contents #main3{
	float: left;
	margin-left: -75px;
	margin-top: 518px;
	width: 170px;
	height: autopx;
}
.wrapper2 .contents #main4{
	float: right;
	margin-left: 0px;
	margin-top: 57
0;
	width: 170px;
	height: autopx;
	border-bottom: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-right: -138px;
	margin-top: 570px;
}
.contents #main2 p{
 margin-left: 10px; 
}
.blog_header{
 margin-right: auto;
 margin-left: auto;
 width: 550px;
 height: auto;
 background-color: #e5e5e5;
 -webkit-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;
}
.blog_header #header{
 margin-left: 10px;
 padding: 2px;
 font-weight: bold;
 text-decoration: underline;
}
.blog_header .blog_text{
 display: none;
 margin-left: 10px;
 height: auto;
 padding: 5px;
}
.footer {
	flota: bottom;
	margin-right: 10;
	margin-left: 10;
	text-align: center;
	font-size: 12px;
	width: 500px;
	height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	font-weight: bold;
}
.Otsikko {
	font-family: "Baroque Script";
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.sisalto {
	font-family: "Baroque Script";
	font-size: 16px;
	font-style: normal;
}
.Otsikkonormaali {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
