/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	margin: 0;
	padding: 0;
	background:#8FBF7B;
}
a:link, a:visited, a:active {color:#3B7CE3;}
a:hover{color:#3EC3FB;}
ul {
	list-style-type: square;
}
/* Container */

h3 {
color:#B72F7E;
}

#wrapper {
width:900px;
margin: 0 auto;
}

#header {
	position:relative;
	background:url(images/header.jpg) no-repeat;
	width:900px;
	height:281px;
}
#otsikko-txt {
	padding:75px 15px 0 55px;
	color:#B72F7E;
}
.txt {
	width:740px;
	padding:0 15px 15px 35px;
	font-family:Verdana, Helvetica, Arial, Verdana, sans-serif;
	font-size:80%;
	line-height:1.7;
}
.hr-line {
	background:url(images/hr-line.jpg) no-repeat;
	height:1px;
	width:794px;

}
#content {
	position:relative;
	margin-top:-20px;
	width:100%;
	background:url(images/content-bg.jpg) repeat-y;
	padding:0 75px 10px 35px;
	}

#content-txt {
	font-family:Verdana, Helvetica, Arial, Verdana, sans-serif;
	font-size:80%;
	line-height:1.4;
	color:#000;
 	width:790px;

}
.side-box {
	background:url(images/side-box-bg.gif) no-repeat;
	float:right;
	width:250px;
	height:266px;
	margin:10px 0 0 0;
}
.side-box-txt {
	padding:20px 20px 20px 25px;
	width:200px;
}
#footer {
	background:url(images/footer-bg.jpg) no-repeat;
	height:27px;
}