body {
	background: url(img/bottom_bg.gif) repeat-y 50% 0;
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 10pt;

}

#container {
	margin: 0 auto;
	width: 1092px;
}

div.top {
	background-image: url(img/top_bg.gif);
	width: 720px;
	height: 40px;
	vertical-align: bottom;
	padding-top: 60px;
}

div.mid {
	width: 710px;
	height: 21px;
	text-align: right;
	padding-top: 99px;
	padding-right: 10px;
	color: white;

}

div.bottom {
	width: 720px;
	height: 446px;
	overflow: auto;
}

div.footer {
	border-top: 0px solid #808080;
	width: 720px;
	height: 20px;
	text-align: center;
	color: #707070;
	padding-top: 10px;
	font-size: 8pt;
}

p {
	margin-left: 20px;
	margin-right: 20px;
}

ul {
	line-height: 18pt;
}

img.kuvat {
	border: 2px solid black;
}

p.harva {
	line-height: 16pt;
}

div#bg1 {
	background: url(img/mid1_vasen2.jpg) no-repeat 30px 100px;
}

div#bg2 {
	background: url(img/mid1_oikea2.jpg) no-repeat 96% 100px;
    text-align: center;
}

div#content {
    width: 720px;
    margin: 0px auto;
    border-left: 0px solid #808080;
    border-right: 0px solid #808080;
    text-align: left;
}

h1 {
	background: url(img/h1_bg.gif) no-repeat;
	font-size: 10pt;
	color: white;
	text-transform: uppercase;
	height: 24px;
	width: 380px;
	padding-left: 10px;
	padding-top: 4px;
}

h2 {
	font-size: 10pt;
	color: black;
	text-transform: uppercase;
	padding-left: 20px;
	padding-top: 14px;
}

hr.referenssit {
	height: 1px;
	border: 0px;
	color: black;
	background: black;
	width: 94%;
}

a.topmenu {
	color: white;
	text-decoration: none;
	height: 40px;
	width: 100px;
	display: inline-block;
}

a.topmenu:hover {
	color: white;
	background: url(img/trans.png);
	text-decoration: none;
}

a {
	color: #4b6fa6;
	text-decoration: underline;
}

a:hover {
	color: #4d6487;
	text-decoration: underline;
}


