body {
	background-color: #ffffff;
	background-image: none;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	color: #000000;
	line-height: 1.2em;
}

p {
	padding: 5pt 0pt;
}

a {
	color: #000000;
	text-decoration: none;
}

h1,
.otsikko1 {
	font-size: 18px;
	font-weight: bold;
	padding: 15pt 0pt 10pt 0pt; 
}

h2,
.otsikko2 {
	font-size: 15px;
	font-weight: bold;
	padding: 3pt 0pt 1pt 0pt; 
}

#wrap {
	width: 100%;
}

img {
	visibility: hidden;
}

#header img,
#banner img {
	visibility: visible;
	border: none;
	width: 90%;
	height: 90%;
}

#banner img {
	width: 90%;
	height: 90%;
}

#header .left {
	float: left;
	width: 30%;
}

#header .right {
	float: right;
	width: 70%;
}

#content {
	clear: both;
}

#content img {
	visibility: visible;
}

#content .navigation,
.crumb,
.pageactions,
.tools {
	display: none;
}


