<!--
body {
	font: 13px Arial, Verdana; color: #000000;
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;/**/
	margin: 0; 
	padding: 0;
}
#container_page {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* *** header *** */
#print_header {
	display:block;
}
#content_header_lang {
	display: none;
}
#content_header_menu {
	display: none;
}
#content_etusivu_menu {
	display: none;
}
#content_header_logo {
	position: relative;
	float: left;
	text-align: left;
}
#haku_lomake {
	display: none;
}
/* *** header *** */

/* *** kesä, joulu, talvi */
#content_header_kesa {
	display: none;
}
#content_header_joulu {
	display: none;
}
#content_header_talvi {
	display: none;
}

/* *** content *** */
#container_content {
	width: 100%;
}
#content_page {
	width: 100%;
}
#content_page_menu {
	width: 100%;
}
/* *** content *** */

/* *** footer *** */
#container_footer {
	width: 552px;/**/
}
#content_footer {
	width: 540px;/**/
}
#container_footer_page {
	width: 100%;/**/
}
#content_footer_page {
	width: 100%;/**/
}
#container_footer_bottom {
	width: 100%;
}
/* *** footer *** */

-->