body {
	font-family: arial;
	background-color: #EC8EB9;
	font-size: 12px;
}

table.main {
	width: 900px;
}

td.top {
	width: 900px;
	height: 146px;
	background-image: url('images/top.gif');
	background-repeat: no-repeat;
}

td.valikko_rivi {
	width: 900px;
	height: 21px;
	background-image: url('images/valikko.gif');
	background-repeat: no-repeat;
}

td.content_left {
	padding-top: 5px;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	width: 467px;
}

td.content_right {
	padding-top: 11px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 258px;
}

td.left {
	width: 72px;
	background-image: url('images/left.gif');
}

td.right {
	width: 85px;
	background-image: url('images/right.gif');
	background-repeat: repeat-y;
}

td.bottom {
	width: 900px;
	height: 161px;
	background-image: url('images/bottom.gif');
	background-repeat: no-repeat;
}

td.middlespacer {
	width: 18px;
	background-color: #FFFFFF;
}

#yhteystiedot {
	color: #FFFFFF;
	position: relative;
	top: -70px;
	left: 180px;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #ba326d;
}

a:link {
	text-decoration: none;
	color: #ba326d;
}

a:visited {
	text-decoration: none;
	color: #ba326d;
}

a:hover {
	text-decoration: none;
	color: #42348A;
}