body,html{
	margin: 0;
	height: 100%;
	border: none;
	text-align: center;
	padding: 0;
	font-size: 0px;
	background: url(./img/body_background.jpg) top center;
}
table.mainframe{
	width: 100%;
	height: 100%;
	font-size: 12px;
	padding:0;
}
td.header_center{
	background: url(./img/header_background_center.jpg) top center no-repeat;
	width: 534px;
	height: 181px;
}
td.header_left{
	background: url(./img/header_background_left.jpg) top right repeat-x;
}
tr.content{
	background: url(./img/content_background_center.jpg) top center repeat-x;
}
td.menu{
	vertical-align: top;
	height: 40px;
	text-align: center;
}
td.text_left{
	width: 240px;
	background: #ffba00;
	vertical-align: top;
	padding: 10px;
	color: #000000;
	font: 14px times new roman;
}
td.text_right{
	width: 240px;
	background: #ffba00;
	vertical-align: top;
	padding: 10px;
	color: #000000;
	font: 14px times new roman;
}
td.text_center{
	width: 14px;
}
img{
	padding:0;
	margin:0;
}

img.menu_bar{
	width: 1px;
	height: 25px;
	margin: 0px 2px 0px 2px;
}
a{
	color: #196700;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.menu{
	padding:0;
	margin:0;
}
a.menu:hover{
	border-bottom: 3px solid #ed991b;
}
p{
	color: #000000;
	font: 14px times new roman;
}

.valiotsikko{
	color: #196700;
	font: bold 14px times new roman;
}
